body {
	width: 90%;
	margin: 10px 0px 0px 0px;
	padding:0px;
	color: #EEB711;
	text-align:center;
	font-family: Arial, Tahoma, Helvetica;
	background-color: black;
	scrollbar-face-color: #242424;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: silver;
	scrollbar-darkshadow-color: #FFFFCC;
	scrollbar-track-color: black;
	scrollbar-arrow-color: #FFFFCC;
}
a:link { text-decoration: none; color: #F87907; cursor: hand; }
a:visited { text-decoration: none; color: #F87907; cursor: hand; }
a:active { text-decoration: none; color: #F87907; cursor: hand; }
a:hover { text-decoration: none; color: #F87907; cursor: hand; }

#wrapper {
	width:800px;
	margin:0px auto;
	border:0px solid;
}
#content {
	width:780px;
	margin:0px auto;
}
.title {
	margin-bottom:25px;
}
.title img{
	WIDTH:650px; 
	HEIGHT:68px;
}
.main {
	font-size: 16px;
	text-align: center;
	width: 800px;
}
.main p {
	margin: 0 0 20px 0;
	text-align:center;
	font-weight: bold;
}
.main img {
	text-align: center;
	margin:5px 5px 20px 5px;
}
.main p.italics {
	font-size: 16px;
	font-style: oblique;
	font-weight:normal;
	text-align: center;
}
.main p.nobold {
	font-size: 16px;
	font-weight:normal;
	text-align: center;
}
.main p.size14 {
	font-size: 14px;
	font-weight:normal;
	text-align: center;
}
.main p.size14italics{
	font-size: 14px;
	font-style: oblique;
	font-weight:normal;
	text-align: center;
}