body {
	font-family: Arial, Verdana;
	font-size: 13px;
	background-color: #f7f5e7;
}

#wrapper {
	width: 720px;
	background-color: #ffffff;
	margin: auto;
}

#banner {
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-color: #002bc0;
	color: #ffffff;
	height: 160px;
}

#navigation {
	background-color: #002bc0;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

#navigation ul {
	margin: 0px;
	padding:0px;
}

#navigation li {
	list-style: none;
	width: 119px;
	float: left;
	background-color: #002bc0;
	border-right: solid 1px #ffffff;
}

#navigation li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #002bc0;
	display: block;
	padding-left: 5px;
	line-height: 20px;
}

#navigation li a:hover {
	background-color: #305df7;
}

.currentnavitem {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #305df7;
	display: block;
	padding-left: 5px;
	line-height: 20px;
}

#navclear {
	clear: both;
}

#content {
	width: 600px;
	background-color: #ffffff;
	float: left;
	min-height: 400px;
	padding: 20px;
}

#ads {
	width: 100px;
	padding: 5px;
	background-color: #a5d8f6;
	float: left;
}

#footer {
	font-size: 14px;
	background-color: #002bc0;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	clear: both;
}
#photocaption {
	width:auto;
	float: left;
	margin-right: 75px;
	text-align: center;
}