#wrapper{
	margin:0px auto;
	width:980px;
	background:#a8a058;
}
#header{
	height:200px;
	background:#aaa;
}
#nav{
	float:left;
	width:150px;
margin-top:10px;
}
#pagecontent{
margin-top:10px;
	margin-left:150px;
	width:805px;
	background:#fff url(/images/img_contenttop.jpg) no-repeat;
	background-position:0 0;
padding:0px 5px 0px 5px;
min-height:630px;
}
#leftcolumn{
float:left;
width:600px;
}
#rightcolumn{
width:180px;
margin-left:615px;
}
#contentbottom{
	clear:both;
	height:9px;
	margin-left:150px;
position:relative;
top:-9px;
	background:url(/images/img_contentbottom.jpg) no-repeat;
}
#footer{
	clear:both;
	height:35px;
	background:#a8a058 url(/images/img_footerbottom.jpg) no-repeat;
	background-position:0 3px;
}
.TopMenu{
cursor:pointer;
color:#fff;
text-align:right;
padding: 10px 10px 20px 30px;
font-size:14px;
background:url(/images/NavBGRed.jpg) no-repeat;
}
.TopMenuHover{
cursor:pointer;
color:#fff;
text-align:right;
padding: 10px 10px 20px 30px;
font-size:14px;
background:url(/images/NavBGBrown.jpg) no-repeat;
}
.SubMenu{
background:#aa0202;
color:#fff;
display:block;
width:130px;
cursor:pointer;
font-size:12px;
padding:10px;
}
.SubMenuHover{
background:#716831;
color:#fff;
display:block;
width:130px;
cursor:pointer;
font-size:12px;
padding:10px;
}
