img 
{
	border: 8px solid white;
}
body 
{ 
	font-size: 11pt;
	font-family: helvetica, arial, sans-serif;
	background: #FFF9E8;
}
		
div#wrap
{
	width: 720px;
	margin: auto;
}

div#header
{
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}

div#header img
{
	margin: 14px 0px 24px;
	border: 0px
}

h1, h3
{
	font-weight: 100;	
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}	

div#header h1 
{ 
	width: 720px;
	margin: 0 auto 10px; 
	font-size: 48pt;
}

.navbar a
{
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.navbar a:hover
{
	color: #DDD;
}

.navbar
{
	background: black; 
	color: #FFF9E8; 
	padding: 5px;
	text-align: center;
	
}

.subnavbar
{
	background: #444;
	font-size: 10pt;
}

.subnavbar a
{
	margin-right: 20px;
}

div#copyright
{
	border-top: 1px solid black;
	font-size: 8pt;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
}

h2 
{
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid black;
}

.clear
{
	clear: both;
}

#imageBar
{
	text-align: center;
	border-top: 1px solid black; 
	padding-top: 10px;
}

#imageBar img
{
	height: 50px;
	border: 5px solid white;
	cursor: pointer;
}

#imageTitle
{
	float: right; 
	margin: 0; 
	padding: 0;
}

#imageCaption
{
	margin: 15px 100px;
	text-align: center;
	font-style: italic;
}

#imageDiv
{
	text-align: center; 
	clear: both;
}

a
{
	color: rgb(190,113,65);
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: rgb(240,143,82);
}