body
{
	background-color: #1d1f36;
}

#header
{
	background: #9cb1de url(/images/site/header.jpg) no-repeat;
	height: 250px;
}

#container {
	background: #aabde3;
}

#site_nav {
	position: absolute;
	top: 205px;
	left: 82px;
}

#site_nav ul {
	margin:0;
	padding: 1em 12px 0;
	list-style:none;
}

#site_nav li {
	display:inline;
	margin: 10px 0px;
}

#content
{
	margin: -14px 91px 10px 82px;
	padding: 10px 15px 50px 15px;
	background: #b8c9e7 url(/images/site/art_bkgnd.jpg) no-repeat bottom right;
}

.drop_img {
	float: right;
	margin: 5px 0 5px 5px;
	padding: 0;
}

.fl {
	float: left;
	margin: 5px 5px 5px 0;
}

.drop_a {
	width: 200px;
	height: 154px;	
	background: url(/images/site/drop_image_a.jpg) no-repeat top left;
}

.drop_b {
	width: 172px;
	height: 154px;
	background: url(/images/site/drop_image_b.jpg) no-repeat top left;
}

.drop_c {
	width: 154px;
	height: 156px;
	background: url(/images/site/drop_image_c.jpg) no-repeat top left;
}

#footer
{
	clear: both;
	margin: 5px 10px 5px 91px;
	text-align: left;
	font-size: 10px;
	color: #555;
}

#footer li {
	display:inline;
	margin:0;
	padding:0;
	background-image:none;
	line-height:1em;
	text-indent:0;
}
