@charset "utf-8";
/* CSS Document */
body {
	background: #0b1219;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
}

a:link {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
    color: #ffffff;
	text-decoration: underline;
}

.img {
	border: 0px;
}

#website {
	background-color: #23415d; 
	width: 750px; 
	margin: 10px auto; 
	padding: 0px;
}

#container {
	background-color: #1a3450;
	background-image: url(images/full_bg.jpg);
	background-repeat: repeat ;
	background-position: top center; 
	width: 750px;	
}

#header {
	width: 750px;
}	

#feature {
	background-color: #1a3450;
	background-image: url(images/full_bg.jpg);
	background-repeat: repeat ;
	background-position: top center; 
	clear:both; 
	width: 750px;
}

#page {
	background-color: #1a3450;
	background-image: url(images/full_bg.jpg);
	background-repeat: repeat ;
	background-position: top center; 
}

#content {
 	margin-left: 154px; 
	margin-right: 160px; 
	color: #FFFFCC;
}

.content_height {
	float:right; 
	width:1px; 
	height:420px;
}

table {
	table-layout: fixed;
}













