/* Photo (Page) Styles */

body
{	margin:0px; paddng: 0px;
	background-color: #fff;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: 10pt;
	text-align: center;
	background: #fff;
	color: #000;
	font-weight: normal;
}

#container 
{background-color: #ffffff;
margin: 0px 0px 0px 192px;
display: block;}

#thumbs
{width: 192px;
background-color: #00387B;
background-image: url(../../images/bodybg.jpg);
background-repeat: no-repeat;
position: absolute;
	top: 0px;
	left: 0px;
}

#header
{
	font-size: 1em;
	font-weight: bold;
	color: #00387B;
border-top: solid 2px #00387B;
border-bottom: solid 2px #00387B;
padding: 15px 5px;
}

#logo
{
position: absolute;
top: 2px;
left: 192px;
padding: 10 px;
}

#navigation
{
	position: absolute;
	top: 2px;
	right: 0px;
	padding: 1em 1em 1em 1.5em;
	font-size: .8em;
	background-image: url(../graphics/photo-nav-background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#content
{
padding: 10px 0 0 0;
text-align: center;
}

#photo
{
	border: 1px solid #fff;
	max-width: 800px;
}
#footer 
{border-top: solid 2px #00387B;
border-bottom: solid 2px #00387B;
padding: 2px 0 2px 0;
clear:both;}

#footer p 
{text-align: center;
color: #333333;
font-size: 10px;
font-style: italic;
padding: 0 0 2px 0;
margin:0;}