body
{
	padding : 0px;
	margin : 0px;
	font-family : verdana, helvetica, arial, sans-serif;
	background-color : white;
	font-size : 11px;
}


.logo
{	
	position : absolute;
	width : 100%;
	top : 0px;
	left : 0px;
	background-color : #876224;
	border-bottom : 1px solid black;
	padding : 0px;
	margin : 0px;
}

.middle_content
{
	position : relative;
	margin : 137px 210px 50px 185px;
	padding : 5px;
	width : auto;
}

.middle_content table
{
	font-size : 11px;
}

.toptext
{
	background-color : #876224;
	color : white;
	font-size : 10px;
	padding : 5px;
	position : absolute;
	top : 300px;
	left : 3px;
	width : 165px;
	
}

.toptext h1
{
	margin : 0px;
	padding : 0px;
	font-size : 11px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}


.small
{
	font-size : 9px;
}

.nav
{
	padding : 10px;
	padding-left : 5px;
	background-color : #202020;
	position : absolute;
	top : 141px;
	left : 3px;
	color : #E2E2E2;
	font-weight : bold;
	width : 165px;
}

.nav a
{	
	color : white;
	text-decoration : none;
}

a:hover
{	
	text-decoration : underline;
}

.nav hr
{
	margin : 3px 0px;
	padding : 0px;
}

.header
{
	font-size : 12px;
	color : white;
	font-weight : bold;
}

.ads
{
	position : absolute;
	top : 141px;
	width : 160px;
	right : 10px;
	padding : 10px;
	background-color : #CCCCCC;
}

.features
{
	border : 1px solid #E8E8E8;
}

.blue
{
	background-color : #3D74BF;
	color : white;
}

.grey
{
	background-color : #E8E8E8;
}
	