body {
	background: #0A0A0A url(bkg.jpg) repeat-y center center;
	margin: 0px;
	padding: 0px;
}
#header {
	background: url(header.jpg) no-repeat center top;
	width: 900px;
	height: 216px;
}
#bodytbl {
	width: 900px;
}
#nav {
	color: #0A0A0A;
	text-align: right;
	font-weight: bold;
}
#nav a {
	color: #0A0A0A;
	font: bold 18px;
	font-family: "Century Gothic","Franklin Gothic Medium","Arial";
	text-decoration: none;
	text-align: center;
}
#nav_left {
	float: left;
	text-align: left;
	font-weight: bold;
}
#nav_left a {
	padding-right: 30px;
	font-weight: bold;
}
#nav_right {
	float: right;
	text-align: right;
	font-weight: bold;
}
#nav_right a {
	padding-left: 12px;
	font-weight: bold;
}

#main {
	color: #CCCCCC;
	font: 10pt Arial, Helvetica, sans-serif;
}
#main p {
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#main h3 {
	color: #F90608;
	font: bold 20pt "Century Gothic";
	text-align: center;
	letter-spacing: 2px;
}
#main img {
	padding: 0px;
	border: 1px solid #9BD32A;
	margin: 10px;
}
#main a {
	color: #BAE536;
	font-weight: bold;
	text-decoration: none;
}
#main a:visited {
	color:  #699D1C;
}
#main a:hover {
	color: #D20607;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	text-align: center;
	color: #666666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer a {
	color: #699D1C;
	text-decoration: none;
}
#footer a:hover {
	color: #82C422;
}
#main h2{
	padding: 10px 0px 0px;
	margin: 0px;
	color: #74B91E;
	font-size: 14px;
}
#main strong {
	color: #7FC121;
}
