body {
	font: 12px "Trebuchet MS", Tahoma, Verdana;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: url(topper.png) repeat-x left top;
}

#main {
	width: 780px;
	background: #0c87a4 url(topper.jpg) no-repeat left top;
	margin: 0px auto;
	padding: 0px;
}

#head {
	background: url(head.png) repeat-x left top;
	padding-top: 50px;
	width: 250px;
	float: left;
}
#head h1 {
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
	font-size: 24px;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 95px;
}

#head p {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-top: -260px;
	margin-left: 270px;
}
#head a {
	color: #FFFFFF;
	text-decoration: none;
}
#head a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#head #image {
	background: #005e74;
	width: 250px;
	text-align: right;
}


#content {
	margin: 0px 0px 0px 250px;
	padding: 42px 20px 0px 0px;
	background: #FFFFFF;
}
#content .item {
	padding-bottom: 20px;
}
#content h2 {
	font-weight: normal;
	color: #005e74;
	font-size: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	border-bottom: 2px solid #005e74;
}


#content p {
	color: #000000;
	margin-left: 20px;
}
#content ul {
	margin: 0px 0px 0px 33px;
	padding: 0px;

}

#content #footer {
	margin: 0px 0px 0px 20px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 10px;
}

