body, html {
	margin: 0px;
	padding:0px;
	background:#150e03;
	color:#cfc98b;
	font-family: Tahoma;
	font-size: 12px;
	height: 100%;
}

body {
	min-width: 800px;
	height: 100%;
}

ul {
	margin:0;
	padding:0;
}

img {
	border: 0px;
}


a:link, a:visited {
	color: #c28a20;
	text-decoration: none;
}

a:hover, a:active  {
	color: #c28a20;
	text-decoration: underline;
}


/**********/
/* FOOTER */
/**********/

#footer {
	color: #84642e;
	font-size: 11px;
	margin-top: 15px;
	text-align: center;
}

#footer ul {
	list-style-image: none;
	list-style: none;
}

#footer ul li {
	padding-left: 3px;
	padding-right: 3px;
	display: inline;
}

#footer ul li a {
	color: #84642e;
	text-decoration: none;
}

div.menu_top {
	margin-top: 6px;
}


div.main_cont {
	background: #42381b url('images/cont_bg.jpg') no-repeat left top; 
	width: 937px; 
	margin-left: 11px; 
	min-height: 378px;
}


* html div.main_cont {
	height: 378px;
}


/* Hack for *****ng IE */
/*
* html div.menu_top {
	padding-top: 85px;
}
*/

.clear {
	width: 0px;
	height: 0px;
	clear: both;
	line-height: 0px;
	overflow: hidden;
}