body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/back/back-fire.jpg) repeat;
	font-family: "Century Gothic", "Courier New", Arial;
	font-size: 14px;
	color: #CCCC99;
	font-style: normal;
	font-weight: normal;
	height: 100%;
}

a:link, a:visited {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FFCC33;
	text-decoration: none;
}

#wrapper {
	width: 750px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: transparent;
}

#header {
	width: 750px;
	height: 150px;
	padding: 0;
	margin: 0;
	background: transparent;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}


#content_body {
	width: 740px;
	height: 100%;
	margin: 0;
	padding: 5px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #003366;

}

#menu {
	width: 750px;
	height: auto;
	margin: 0;
	padding: 0;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #ffffff;
	float: left;
	position: relative;
}

#menu ul {
	width: auto;
	margin: 0 0px 0 0px;
	padding: 0;

}

#menu ul li {
	margin: 0 0 0 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	display: inline;
	width: 124px;
	float: left;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}

#menu ul li a {
	text-decoration: none;
	text-align: center;
	color: #0065CD;
	width: 123px;
	background-color: #000000;
	float: left;
}

#menu ul li a:hover, #menu ul li a:focus {
	color: #0065CD;
	text-align: center;
	background-color: #CC9933;
	width: 123px;
	float: left;
}

#footer {
	width: 744px;
	height: auto;
	padding: 3px;
	margin: 0;
	text-align: center;
	background-color: #003366;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 11px;
	color: #FFFFFF;
}