body {
    background: #3C3C3C url(images/background.jpg) repeat top center;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F2B06;
	
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size:9px;
}

a {
	color: #7C2D06;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C07307;
}

#wraper {
    width: 907px;
	
	background-color: #000;
	
	margin-left:auto;
	margin-right: auto;
	padding: 13px;
}

#topo {
	width: 100%;
	height: 218px;
	
	margin-bottom: 3px;
	margin-top: 3px;
}

#menu {
	height: 15px;
	
	background-color: #635032;
	
	border: #95784C solid 1px;
	padding: 5px;
}

#ads {
	background-color: #635032;
	border: #95784C solid 1px;
	text-align: center;
	
	width:895px;
	height: 90px;
	
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;	
}

#content {
	width: 800px;
	display: table;
	
	margin-bottom: 14px;
	margin-top: 14px;
	margin-left: 19px;
	padding:0px;
	text-align:center;
}

#footer {
	width:895px;
	
	background-color: #635032;
	border: #95784C solid 1px;
	
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align:center;
	
	font-size:10px;
}

.admin_menu_wrapper {
	width:895px;
	margin-top: 4px;
	
	background-color: #635032;
	
	border: #95784C solid 1px;
	padding: 5px;
}
