body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: url(topper.png) repeat-x left top;
}

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

#head {
	background: url(head.png) repeat-x left top;
	padding-top: 30px;
}
#head h1 {
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
	margin-top: -200px;
	float: right;
	margin-right: 20px;
	font-style: italic;
	font-size: 36px;
}

#head p {
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	margin-top: -140px;
	text-align: right;
	margin-right: 30px;
	font-weight: bold;
}
html*#head p {
	margin-left:453px;
}
#head a {
	color: #FFFFFF;
	text-decoration: none;
}
#head a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#head img {
	margin-left: 50px;
	height: 217px;
	width: 163px;
	overflow: hidden;
	margin-top: 75px;
	margin-bottom: -60px;
}

#content {
	margin: 40px 0px 0px 200px;
	padding: 0px 25px 0px 0px;
	width: 555px;
}
#content .item {
	padding-bottom: 20px;
}
#content h2 {
	font-weight: normal;
	font-style: italic;
	color: #FF0000;
	font-size: 20px;
	margin-left: 35px;
	margin-bottom: 15px;
	border-bottom: 2px solid #FF0000;
}


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

}

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