body {
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	font-size: 0.75em;
	color: #595959;
}

a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: #888;
}

#container {
	width: 1024px;
	margin: auto;
	padding: 15px;
	text-align: left;
}

#header {
	height: 150px;
	font-size: 1em;
	border-bottom: 1px solid #aaa;
	padding-bottom: 15px;
}

#logo {
	border: 0px;
	margin-right: 50px;
}

#logo, #menu {
	float: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	float: left;
	width: 120px;
	background-color: white;
	position: relative;
	top: 0px;
}
#menu ul li {
	margin: 4px;
	margin-left: 20px;
	padding: 0px;
	display: none;
}
#menu ul li.section-title {
	margin: 0px;
	margin-left: 20px;
	display: inline;
	text-transform: uppercase;
}
#menu ul:hover li {
	display: block;
}


#content {
	padding-top: 20px;
	clear: both;
}
#content p {
	width: 66%;
}
#content #img-container p {
	width: 100%;
}

#content_photo, #content_descr {
	float: left;
	width: 456;
	padding-bottom: 20px;
}
#content_photo {
}
#content_descr {
	padding-left: 25px;
	padding-right: 61px;
}

#img-container { width: 100%; }
#img-container #text { position: absolute; width: 325px; border-right: 1px solid #aaa;}
#img-container #text p { width: 250px; }
#img-container .picture_holder { clear: both; position: relative; left: 350px; }
#img-container .picture { padding-bottom: 15px; padding-left: 25px;}
#img-container .picture_holder .picture img { max-width: 674px; height: auto;}
#img-container .captioning .title { margin-top: 12px; font-weight: bold; }
#img-container .captioning .caption { }

#footer {
	clear: both;
	border-top: 1px solid #aaa;
	text-align: center;
	font-size: 0.9em;
}
#footer img {
	vertical-align: middle;
	border: 0px;
}
