body{
	line-height: 1.166;	
	margin: 0;
	text-align: center;
	background: #000000;
}

.menu{
font: bold 12px arial;
font-style: italic;
padding: 5px 0;
margin: 0;
width: 850px;
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: 790px;
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: #000000;
background-image:url("inc/menu.gif");
	background-repeat:repeat-x;
border: 1px solid #000000;
}

.menu2 li a{
padding: 3px 0.5em;
text-decoration: none;
color: #000000;
background-image:url("inc/menu.gif");
	background-repeat:repeat-x;
border: 1px solid #000000;
}

.menu li a:visited{
padding: 3px 0.5em;
text-decoration: none;
color: #000000;
background-image:url("inc/menu.gif");
	background-repeat:repeat-x;
border: 1px solid #000000;
}

.menu2 li a:visited{
padding: 3px 0.5em;
text-decoration: none;
color: #000000;
background-image:url("inc/menu.gif");
	background-repeat:repeat-x;
border: 1px solid #000000;
}

.menu li a:hover{
color: white;
background-color: #000000;
background-image:url("inc/menu2.gif");
	background-repeat:repeat-x;
border-style: outset;
text-decoration: none;
}

.menu2 li a:hover{
color: white;
background-color: #000000;
background-image:url("inc/menu2.gif");
	background-repeat:repeat-x;
border-style: outset;
text-decoration: none;
}

html {
	scrollbar-base-color: #D7B073;
	scrollbar-arrow-color: #39365D;
	scrollbar-track-color: #000000;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: #D7B073;
	scrollbar-darkshadow-color: #D7B073;

	scrollbar-highlight-color: #D7B073;
	scrollbar-3dlight-color: #D7B073;
}

a:link{
	color:#660033;
	text-decoration: none;
	font-weight:bold;
}

a:visited{
	color:#660033;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

h1{
 font-family: Arial;
 font-size: 16px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial;
 font-size: 14px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 color: #DC8C17;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial;
 font-size: 13px;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

#site{
	top: 0px;
	width:974px;
	margin: 0 auto; 
	text-align: left;
padding: 0px;
}

#main{
	position:absolute;
	top: 190px;
	width:974px;
	background-image:url("contentbg.jpg");
	background-position:top;
	background-repeat:repeat-y;
}

#head{
	position:absolute;
	width:974px;	
	height:190px;
	background-image:url("headbg.jpg");
	background-position:top;
}

#left{
	float: left;
	width:166px;
	padding-left: 0px;
	padding-right: 0px;
	font: small Verdana,sans-serif;
}

#right{
	float: right;
	width:166px;
	padding: 0px;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 0px 0px 0px;
	margin:5px 171px 5px 171px;
}

#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;
	background-image:url("bottom.jpg");
	height:40px;
	font: bold 13px arial;
	color: #000000;
	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 #000000;
}

.hr{
	color:#000000;
}

.hr2{
	color:#000000;
	width:556px;
}