#main_tab{
	width:100%;
	height:100%;
}
#container{
	width:1000px;
	margin:auto;
	text-align:left;
}

#header{
	background:url(../gfx/bg-header.jpg) no-repeat;
	height:155px;
}

#topmenu{
	float:left;
}
#topmenu a{
	font-size:11px;
	color:#000000;
	text-decoration:none;
	padding-right:10px;
}
#topmenu a:hover{
	color:#31eb00;
}

#wrapper{
	background:url(../gfx/bg-wrapper.gif) no-repeat #ffffff;
	height:445px;
}

#leftbox{
	width:180px;
	height:428px;
	float:left;
	padding:0px 10px 0px 10px;
}

#content{
	float:left;
	width:730px;
	height:375px;
	text-align:left;
	padding:15px 25px 10px 35px;
	overflow-y:auto;
}

#footer{
	font-size:11px;
	font-weight:bold;
	color:#31eb00;
	padding:0px 10px 3px 10px;
}
#footer div{
	float:right;
	text-align:right;
}
#footer a,#footer a:hover{
	color:#31eb00;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}