@charset "utf-8";
/* CSS Document */

body {
	background-color: #e3c68f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
        margin: auto;
}
#wrap {
	width: 770px;
	background-color: #e3c68f;
margin: auto;
}
#header {
	background-image: url(../images/main_01_navy_new3.gif);
	height: 100px;
        background-repeat: repeat-x;
}
#slideshow {  
    height:  240px;  
    width:   770px;  
    padding: 0;  
    margin:  0;
    font-size: 11px;
    color: #ffffff;
    text-align: left;
} 
 
#slideshow img {  
    padding: 0px;  
    border:  0;  
    background-color: #ffffff;  
    width:  770px; 
    height: 240px; 
    top:  0; 
    left: 0;
}
#slideshow .title {
	font-size:16px;
	color: #ffffff;
	font-weight: bold;
}
#slideshow p {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
       margin: 2px;
}
#slideshow div {
	width: 770px;
	height: 250px;
}
#slideshow .photo-meta-data { 
	background: url(../images/transpblack2.png);
	padding: 0px;
	width: 770px;
	height: 40px;
	margin-top: 210px;
	position: relative;
}
#content {
       text-align: left;
       font-face: verdana, arial, sans-serif;
       font-size: 12px;
       padding: 30px;
       background-color: #ffffff;
}
#content h1 {
       text-align: center;
       font-face: verdana, arial, sans-serif;
       font-size: 16px;
       color: #8E001C;
}
#footer {
       background-image: url(/images/footer_bg.gif);
       background-repeat: repeat-x;
       margin-top: 0px;
       padding: 5px;
       height: 75px;
}
#footer td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}
#copyright {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
        align: center;
        background-color: #e3c68f;
}
