html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: #000099;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 
} 

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: url("images/bg.gif") repeat;
	border: 5px double #FFFFFF;
}

#header {
	background: url(images/bg.gif);
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 18px;
	color: #0000FF;
	line-height: 50px;
	font-weight: lighter;
}

#menu {
	float: left;
	width: 110px;
	background: url(images/bg.gif);
	padding-top: 40px;
	padding-left: 10px;
	
}

#content {
	margin: 0;
	float: right;
	width: 630px;
	font-size: 14px;
	color: #000099;
	background: url(images/bg.gif);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px solid #cccccc;
}

#footer {
	clear: both;
	background: url(images/bg.gif);
	font-size: 14px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0;
}
TABLE {
	font-size: 14px;
	color: #000099;
	
}