body{
	line-height: 1.166;	
	margin: 0;
	text-align: center;
	background: #000000 url("bgbig.jpg") fixed;
}

.menu{
font: bold 12px arial;
font-style: italic;
padding: 5px 0;
margin: 0;
width: 700px;
background-color:transparent;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.menu2{
font: bold 12px arial;
font-style: italic;
padding: 5px 0;
margin: 0;
width: 700px;
background-color:transparent;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.menu li{
list-style: none;
display: inline;
}

.menu2 li{
list-style: none;
display: inline;
}

.menu li a{
padding: 3px 0.5em;
text-decoration: none;
color: #FFC01F;
}

.menu2 li a{
padding: 3px 0.5em;
text-decoration: none;
color: #FFC01F;
}

.menu li a:visited{
padding: 3px 0.5em;
text-decoration: none;
color: #FFC01F;
}

.menu2 li a:visited{
padding: 3px 0.5em;
text-decoration: none;
color: #FFC01F;
}

.menu li a:hover{
color: white;
background-color: #000000;
text-decoration: none;
}

.menu2 li a:hover{
color: white;
background-color: #000000;
text-decoration: none;
}

html {
	scrollbar-base-color: #230000;
	scrollbar-arrow-color: #64551B;
	scrollbar-track-color: #511800;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: #574E3F;

	scrollbar-highlight-color: #65615B;
	scrollbar-3dlight-color: black;
}

a:link{
	color:#FFFFFF;
	text-decoration:undeline;
	font-weight:bold;
}

a:visited{
	color:#FFFFFF;
	text-decoration:undeline;
	font-weight:bold;
}

a:hover{
	color:#FFCC33;
	text-decoration:line-through;
	font-weight:bold;
}

h1{
 font-family: Arial;
 font-size: 16px;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial;
 font-size: 14px;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

#site{
	top: 0px;
	width:800px;
	margin: 0 auto; 
	text-align: left;
padding: 0px;
}

#main{
	position:absolute;
	top: 190px;
	width:800px;
	background-image:url("bg.jpg");
	background-position:top;
	background-repeat:repeat-y;
}

#head{
	position:absolute;
	width:800px;	
	height:190px;
	background-image:url("bgup.jpg");
	background-position:top;
}

#left{
	float: left;
	width:166px;
	padding-left: 0px;
	padding-right: 0px;
	font: small Verdana,sans-serif;
}

#content{
	float: right;
	width:620px;
	padding-right:14px;
}

#banner{
	position:absolute;
	top: 10px;
	left: 30px;
	right:30px;
}

#banner2{
	clear: both;
	background-color:transparent;
	padding: 0px 0px 0px 0px;
}

.feature{
	padding: 0px 0px 0px 0px;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

#copyr{
	clear: both;
	height:40px;
	font: bold 13px arial;
	color: #ffffff;
	padding: 6px 0px 0px 0px;
}

.copyr h3{
	font-weight: bold;
}

.adl{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.adr{
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.table{
	border-right: 2px solid #ffffff;
}

.hr{
	color:#ffffff;
}

.hr2{
	color:#ffffff;
	width:630px;
}
