*{
	padding:0px;
	margin:0px;
	}
	
body{
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background:#000 url(../images/bg_body.jpg) top center no-repeat;*/
	}
	
ul, li, ol, p, div, h1, h2, h3, h4, h5, h6, form, img{
	padding:0px;
	margin:0px;
	border:none;
	}
	
.clearer{
	clear:both;
	}
	
#Maincontainer{
	width:100%;
	margin:0 auto;
	background:#000;
	}
	
#Topcontainer{
	background:url(../images/bg_top.jpg) center top no-repeat;
	width:100%;
	height:234px;
	}
	
#Topcontainer .Somethingbearing{
	position:absolute;
	z-index:3;
	width:392px;
	top:180px;
	padding:0 0 0 180px;
	}
	
#Topcontainer .Box_topcontent{
	width:990px;
	margin:0 auto;
	}
	
#Topcontainer .Box_topcontent .Logo{
	width:185px;
	height:184x;
	padding:48px 0 0 0px;
	float:left;
	}
	
#Topcontainer .Box_topcontent .Topnav{
	width:805px;
	padding:112px 0 0 0px;
	font-size:18px;
	color:#f3af0d;
	float:left;
	}
	
#Topcontainer .Box_topcontent .Topnav ul{	
	list-style-type:none;
	}
	
#Topcontainer .Box_topcontent .Topnav ul li{	
	list-style-type:none;
	float:left;
	line-height:55px;
	padding:0 5px;
	}
	
#Topcontainer .Box_topcontent .Topnav a{
	color:#f3af0d;
	text-decoration:none;
	}
	
#Topcontainer .Box_topcontent .Topnav a:hover{
	color:#c9690c;
	text-decoration:none;
	}
	
	
	
	
#Bodycontainer{
	background:url(../images/bg_body-repeat.jpg) center top repeat-y;
	width:100%;
	padding-bottom:10px;
	}
	
#Bodycontainer .bg_middlecontent{
	background:url(../images/bg_middle.jpg) center top no-repeat;
	width:100%;
	height:496px;
	}
	
#Bodycontainer .bg_middlecontent .bodycontent{
	width:990px;
	margin:0 auto;
	}

#Bodycontainer .bg_middlecontent .bodycontent .Box_Welcome{
	width:299px;
	float:right;
	padding:50px 85px 0 0;
	}
	
#Bodycontainer .bg_middlecontent .bodycontent .Box_Welcome p{
	color:#a37206;
	font-size:16px;
	padding:5px 0 0 0px;
	line-height:20px;
	}

#Bodycontainer .bg_middlecontent .bodycontent .Something{
	padding:50px 0 0 148px;
	width:392px;
	float:left;
	}
	
#Bodycontainer .bg_middlecontent-Inner{
	background:url(../images/bg_body-inner.jpg) center top no-repeat;
	width:100%;
/*	height:496px;*/
	}
	
#Bodycontainer .bg_middlecontent-Inner .Box_Innercontent{
	width:990px;
	margin:0 auto;
	}
	
#Bodycontainer .bg_middlecontent-Inner .Box_Innercontent .Box_contentarea{
	width:786px;
	padding:35px 0 0 183px;
	}
	
#Bodycontainer .bg_middlecontent-Inner .Box_Innercontent .Box_contentarea p{
	color:#a37206;
	font-size:16px;
	padding:0px 0 15px 0px;
	line-height:20px;
	}
	
#Bodycontainer .bg_middlecontent-Inner .Box_Innercontent .Box_contentarea .top{
	background:url(../images/top-inner-content.jpg) left top no-repeat;
	width:786px;
	height:8px;
	}
	
#Bodycontainer .bg_middlecontent-Inner .Box_Innercontent .Box_contentarea .middle{
	background:url(../images/middle-inner-content.jpg) left top repeat-y;
	width:756px;
	height:auto;
	padding:10px 20px;
	}
	
#Bodycontainer .bg_middlecontent-Inner .Box_Innercontent .Box_contentarea .bottom{
	background:url(../images/bottom-inner-content.jpg) left top no-repeat;
	width:786px;
	height:8px;
	}
	
#Bottomcontainer{
	background:url(../images/bg_bottom.jpg) center top no-repeat;
	width:100%;
	height:134px;
	color:#c9690c;
	font-family:tahoma;
	font-size:11px;
	text-align:center;
	line-height:30px;
	}