body 
{
margin-top: 0px;
margin-left: 0px;
color: black;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
background-image:url(background_blue.jpg);
}


a {color: blue; font-family: Verdana, Arial, Helvetica, sans-serif;   text-decoration: none}
a:visited {color: darkblue; text-decoration: none}
a:active {color: #66FFFF; text-decoration: none}
a:hover {color: #66FFFF; text-decoration: underline}


h1 
{
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
font-size: 20px; 
font-style: normal; 
font-weight: bold;
text-decoration: none;
padding-left: 10px;
padding-top: 0px;
margin-bottom: 0px;
margin-top: 10px;

}


h2 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
font-weight: bold;
text-decoration: none;
padding-left: 10px;
padding-top: 10px;
margin-bottom: 0px;
}


p  
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
padding-left: 10px;
margin-top: 0px;
}


#logo
{
position: relative;
margin-left: auto;
margin-right: auto;
width: 804px;
height: 200px;
background-color: #000;
border-right-style: solid;
border-right-width: thin;
border-left-style: solid;
border-left-width: thin;
border-top: none;
border-bottom: none;
border-color:#999;

}




#nav
{
position: relative;
margin-left: auto;
margin-right: auto;
width: 804px;
height: 50px;
background-color: black;
border-style: solid;
border-width: thin;
border-top: none;
border-bottom: none;
border-color:#999;
}



#nav ul 
{
padding-top: 0px;
padding-left: 10px;
margin: 0px;
list-style-type: none;
}

#nav li
{
padding-right: 0px;
display: inline;
}


#nav a {color: white; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 14px; font-weight: bold; text-decoration: none}
#nav a:visited {color: white; text-decoration: none}
#nav a:active {color: #666666; text-decoration: none}
#nav a:hover {color: #666666; text-decoration: none}

#content
{
position: relative;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: thin;
border-color:#999;

width: 804px;
height: 490px;
background-color: white;

}

#top_left
{
position: absolute;
top: 3px;
left: 0px;
width: 475px;
height: 295px;
}

#top_right
{
	position: absolute;
	top: 3px;
	right: 0px;
	width: 305px;
	height:230px;
}

#bottom_left
{
position: absolute;
top: 302px;
left: 0px;
width: 475px;
height: 134px;
}

#bottom_right
{
position: absolute;
top: 237px;
right: 0px;
width: 305px;
height: 200px;
}

#top_right_little
{
	position: absolute;
	top: 3px;
	right: 0px;
	width: 150px;
	height:230px;
	padding:5px;
}

#bottom_right_little
{
position: absolute;
top: 237px;
right: 0px;
width: 150px;
height: 217px;
padding:5px;
}

#top_left_big
{
position: absolute;
top: 3px;
left: 0px;
width: 600px;
height: 450px;
}

#footer
{
position: relative;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: thin;
border-top: none;
border-color:#999;

width: 804px;
height: 100px;
background-color: black;

font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
color: #FFF;
text-align: center;
}


