 body{
	 font-family:Trebuchet MS;
	 font-size:11px;
 }
a {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #bb9041;
}
a:link {
	text-decoration: none;
	color: #bb9041;
}
a:visited {
	text-decoration: none;
	color: #bb9041;
}
a:hover {
	text-decoration: underline;
	color: #bb9041;
}
a:active {
	text-decoration: none;
	color: #bb9041;
}

div.contenedor{
	width: 800px;
	height: 700px;
	border: 0px solid #000000;
	margin: auto;
	padding:0px;
		
}
div.subcontenedor{
	position: absolute;
	width:800px;
	height:522px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -261px;
	border: 0px solid #999999;
}

div.logo{
	width: 247px;
	height:51px;
	background: transparent url(../images/logo.jpg) top center no-repeat;
	float:left;
	padding: 0 0px 0 10px;
}
div.mainmenu{
	width: 200px;
	height: auto;
	float: right;
	text-align: right;
	margin-top: 30px;
}
	
div.body{
	width: 798px;
	height: 450px;
	float: left;
	border:0px solid #C09031;
	margin: 8px 0 0px 0;
	padding:0px;
	
}
div.bottom{
	width: 500px;
	height: auto;
	float: left;
	margin:5px 0px 0px 0px;
	padding-left: 10px;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align:left;
	color: #bb9041;
}
div.member{
	width: 270px;
	height: auto;
	float: right;
	margin:5px 0px 0px 0px;
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 10px;
	text-align: right;
	color: #999;
}
