html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 90%;
	color: black;
	text-align: center;
	background-color: Black;	
}
a{
	color:#8B0000;
}
a:hover {
	color: Gray;
}
img{
	border: 0;
}
hr {
	color: Gray;
}
#main{
	margin:0 auto;
	width: 700px;
	/* height: 100%; */
	background-color: white;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	/* overflow: none; */ 
}

#header{
	height: 85px;
	overflow: none;
	background: #e8e8e8 url(/images/top.jpg) top center no-repeat;
}

#menu{
	height:24px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow: none;
	display: block;
	background-color: #E8E8E8;
}

#menu a{
	margin: 0;
	border: 0;
	margin-left: 4px;
	margin-right: 4px;
}

#main #news{
	width: 98%;
	margin: 4px;
	float: left;
	text-align: left; 
	overflow: none;
}

#news img{
	clear: left;
	float: left;
	border: 1 black solid;
	margin-right: 10px;
}

#news p{
	margin: 5px;
	margin-top: 8px;
	vertical-align: top;
	min-height: 50px;
	float: left;
	font-size: 14px;
	color: #696969;
	width: 650px;
}

#news b{
	/* title */
	text-align: left;
	font-size: 14px;
	text-transform: capitalize;
}

#news span{
	/* date */
	float: right;
	clear: right;
	text-align: right;
	padding-right: 10px;
}

#main #sites{
	float:left;
	width:696px;
	/* margin-left: 4px; */
	margin-left: 22%;
	margin-bottom: 8px;
	overflow: none;	
}

#sites a img {
	float: left;
	margin: 2px;
	border: 1px Black solid;
	width:242px;
	overflow: none;
}
#sites p{
	float: left;
	margin: 8px;
	margin-left: 18px;
	text-align: left;
	width:210px;	
	overflow: none;	
}

#sites p b{
	font-size:12px;
}
#sites #alexa{
	width: 200px;
	margin-top: 30px;	
	margin-right: 8px;
	float: right;
	overflow: none;
}
#traderules{
	width:50%;
	margin: 4px;
	margin-left: 25%;
	display: block;
}
#traderules b{
	font-size: 17px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: underline;
	font: serif, fantasy;
}
#traderules li{
	color: Maroon;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;	
	display: block;
}
#filter{
	margin-bottom: 16px;
}
#filter input {
 font-family: Verdana; 
 font-size: 12px; 
 background-color: #FFFFFF; 
 color: #000000; 
 border: 1px solid; 
 border-color: #000000
 padding-top:4px;
}
#owners{
	float:left;
	clear: left;
	margin-left: 20%;
	margin-bottom: 8px;
}
#owners img {
	border: 0px;
	vertical-align: bottom;
}
#owners p{
	float: right;
	margin: 10px;
	margin-left: 30px;
	text-align: left;
}
#owners p b{
	font-size:12px;
}
/* --- */
#footer{
	clear:both;
	color: #696969;
	text-align: center;
	vertical-align: bottom;
}

.c{
display: block;
clear:both;
height: 0;
font-size: 0px;
overflow: hidden;
}