html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

body,td,p,input {font-size:11px;font-family: Verdana, Tahoma, sans-serif;color:#333;}
:focus { outline: none;}
a img {border: none;}


body {
	margin: 0;
	
	 background: #3D3226 url(/i/main_bgr.png) repeat top center;
}

body.Print {
	background:#FFFFFF;
	padding:10px;
}

p {margin:0;padding:11px 0;}

a {
	text-decoration: none;
	color: #E9AB58;
}

a:hover {
	text-decoration: underline;

}

#bgr {
	background: url(/i/bgr.png) repeat-x top center;

	padding:10px 0px;
}

#wrap {
	width: 980px;
	margin: 0px auto;
	position:relative;
}

#leftnav {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width:200px;
		background: transparent url(/i/menu_bgr.jpg) repeat-y top left;
	}
	#leftnav a {
		display: block;
		color: #333;
		text-decoration: none;
		font-family: Arial; 
		/* font-family: Myriad Pro, Arial; */
		font-size: 12px;
		padding: 5px 10px;
	} 
	#leftnav a.selected,  #leftnav a:hover {
		background: transparent url(/i/bull.png) no-repeat 0 11px;
	}
	
	#leftnav a.LogoHome:hover {
		background: none;
	}
	
	#leftnav .submenu {
			background: transparent url(/i/dark_menu_bgr.jpg) repeat-y top left;
			padding-top:5px;
		}
		#leftnav .submenu a {color: #E9DABE;}
		#leftnav .submenu a.selected, #leftnav .submenu a:hover {
		background: transparent url(/i/sub_bull.png) no-repeat 0 11px;
	}
		
#main {
	width: 820px;
	margin: 0 0 0 auto;
	height: 500px;
}


#topnav {
	text-align: right;
}
	#topnav a {
		color: #cc9;
		text-decoration: none;
		/* font-family: Myriad Pro, Arial; */
		font-family: Arial;
		font-size: 12px;
		line-height: 20px;
		display:block;
		padding: 5px 10px;
	}

	#topnav .selected{
		background: url(/i/topnav_selected.png) repeat-x top left;
		color: #333;
	}
	#topnav a:hover {
	background: url(/i/topnav_over.png) repeat-x top left;
	color: #333;
	}

#content {
	border: 1px solid #655342;
	border-top: none;
	background: #2B241E url(/i/content_bgr.jpg) no-repeat top left;
}	

#content,#content td, #content p, #content input {
color:#ccc;
}


#homePromo {
	position: absolute;
	z-index: 2;
	top: 458px;
	right: -4px;
	width: 292px;
	height: 80px;
	background: transparent url(/i/homePromo.png) no-repeat top left;
}
#content td {vertical-align:top;}
#content h1 {
	color: #E5D3B6;
	/* font-family: Myriad Pro, Arial; */
	font-family: Arial; 
	font-size: 12px;

}
#content h2 {
	color: #E9AB58;
	font-size: 18px;
	font-weight: normal;
	/* font-family: Myriad Pro, Arial; */
	font-family: Arial; 
	margin: 0;
}

#content b.title {color: #fff;}

#content .subinfo {
color: #E9AB58;
}

#footer {
	background: url(/i/footer_bgr.png) repeat-x top left;
	height: 22px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	color: #877F73;
}

.newsList {
	padding: 10px;
}
.newsList .img1, .fullNews img  {
	padding: 5px;
	background-color: #2B241E;
	border: 1px solid #877968;
}

.Title a {
	color: #E5D4B6;
	font-size:12px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

.readMore {
	text-decoration: none;
	color: #E9AB58;
	padding: 5px 20px 5px 0;
	background: url(/i/more.png) no-repeat center right;
}

.PageBar {
		border: 1px solid #8F8274;
		margin-top: 40px;
		color: #8F8274;
		padding: 5px;
	}
	div.PageBar a {color: #8F8274;}
	div.PageBar b {color: #E9AB58 !important;}
	
	
.spTitle {
	color: #E5D4B6;
	font-size: 13px;
}

.ImgLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.ImgRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

.ImgLeft2 {
	float: left;
	border: 5px solid #2B231B;
	margin: 0px 10px 10px 0px;
}

.ImgRight2 {
	float: right;
	border: 5px solid #2B231B;
	margin: 0px 0px 10px 10px;
}

.clear {
	clear: both;
}