body {
	background: url(images/back.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

#top {
	width: 767px;
	margin-left: auto;
	margin-right: auto;
}

	#top p {
		text-align: right;
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;	
		font-weight:normal;
	}

#container {
	background-color:#0d1925;
	width: 767px;
	margin:auto;
	padding:0px;
	border:#000 2px solid;
	letter-spacing: 1px;
}

#header {
	background: url(images/banner2.jpg);
	margin: 0px 0px;
	height: 453px;
}

#content {
	margin: auto;
	float:left;
	padding: 10px;
	height: auto;
	width: 480px;
}

#content p {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#content h1 {
	color: #96ccf5;
	font-size: 18px;
	font-weight: bold;
}

#content h2 {
	color: #FE9805;
	font-size: 16px;
	font-weight: bold;
}

#content h3 {
	color: #96ccf5;
	font-size: 14px;
	font-weight: bold;
}

#content a:link {
	color: #fe9805;
}

#content a:visited {
	color: #cec1a6;
}

#content a:hover {
	color: #96ccf5;
	text-decoration: none;
}

#content ul {
	list-style: disc;
	font-size: 11px;
}

#content li {
	color: #FFFFFF;
}

#menu ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px;
}

#menu li {
	margin: 0px; 
	list-style-type: none;
	height:34px;
}

#menu li a {
	display: block;
	background: url(images/nav1.png) no-repeat;
	color: #96ccf5; 
	text-decoration: none; 
	font-size: 14px;
	font-weight: normal; 
	padding-left: 40px;
}

#menu li a:hover {
	background: url(images/nav3.png) no-repeat;
	color: #fff; 
	padding-left: 40px;
}

#right {
	margin-top: 10px;
	float: right;
	height: auto;
	padding: 10px;
	width: 215px;
	background: url(images/rightback1.jpg) no-repeat;
}

#right p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#right h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: dashed 1px #000;
}

#right ul {
	list-style: disc;
	font-size: 10px;
}

#right2 {
	margin-top: 10px;
	float: right;
	height: 860px;
	padding: 10px;
	width: 215px;
	background: url(images/rightback2.jpg) no-repeat;
}

#right2 p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#right2 h1 {
	font-size: 18px;
	font-weight: bold;
}

#right2 ul {
	list-style: disc;
	font-size: 10px;
}


#footer {
	background: url(images/footer.jpg);
	height: 50px;
	clear: both;
}
	#footer p {
		color:#FFFFFF;
		text-align: center;
		padding-top: 15px;
		font-size: 14px;
		letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
		}
	#footer a:link {
		color: #fe9805;
	}
	#footer a:visited {
		color: #fe9805;
	}
	#footer a:hover {
		color: #fff;
	}

