html, body{
	margin:0;
	padding:0;
	text-align:center;
	margin: 0;
	padding: 0;
	line-height:1.4;
	background-image: url(../img/base/gold.jpg);
} 
 
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	list-style-type: none;
	float: none;
} 
 
#header{
	position:static;
	height:250px;
	background-color:#000000;
	width:100%;
	background-image: url(../menu/header_2.jpg);
} 


#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:100%;
	height:auto;
	background-image: url(../img/base/main_base_2.jpg);
	table-layout:fixed;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #999999;

}
 

#footer{
	height:30px;
	width:auto
	background-color:#000000;
	clear:both;
	font-size:9px;
	color: #FFFFFF;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.menu {
	margin-top: 135px;
	margin-left: 120px;
	float: none;
	list-style-type: none;
}
.menu li {
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 18px;
}
.label_link {
	margin-left: 620px;
	list-style-type: none;
	float: none;
	margin-top: 20px;
}
label_link li {
	float: left;
}




a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color:#0066CC;
	text-decoration: underline;
}
a:active {
	color:#FFFF00;
	text-decoration: none;
}
