/* CSS Document */

body {
font-family:tahoma, Arial, Helvetica, sans-serif;
color:#879db0;
font-size:11px;
background-color:#213d55;
margin-top:30px;
/*background-image:url(../images/bg-tl.gif); background-repeat:repeat-x; background-position:top;  */
}

#wrap  
{ 
	
 	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	width: 780px;
	/*border:1px solid #5a6c88;   */
	padding:15px;
	background-color:#000;
}



#header {

background-color: #213d55;
height:75px;
text-align:right;
background-image:url(../images/logo2.gif); background-repeat:no-repeat; background-position:left;
}

#nav{
padding-top:31px; margin-right:15px;
}




#home_content{
height:400px;

}

#content{
height:500px;
background-color: #213d55;
}

#gallery_content{
height:400px;
background-color: #000000;
}

#left {
width: 200px;
float:left;
margin:20px 20px 20px 20px;
}

#right {
width: 400px;
float:left;
margin:20px 20px 20px 20px;
line-height:17px;
}


#footer{
height:35px;

background-color:#666;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
color:#ccc;
}

#footernav{
margin-left:15px;
margin-top:10px; 
}


.subhead {
font-size:13px;
font-weight:bold;
color:#ccc;
}

/* LINKS*/

a:link, a:visited, a:active {
text-decoration: none;
color:#999999;
}

a:hover {
color:#ccc;
text-decoration: underline;
}