﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	background: #1f221d url('../siteart/background.jpg') repeat-x top;
	overflow-x: hidden;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 770px;
	background: white;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#header {
	background: #f4f4f4 url('../siteart/logo.gif') no-repeat top center;
	text-align: center;
	line-height: 40px;
}

a.nav:link, a.nav:active, a.nav:visited {
	color: #333333;
	text-decoration: none;
	padding: 0px 20px;
}

a.nav:hover {
	text-decoration: underline;
	padding: 0px 20px;
	color: black;
}

#main-content {
	padding: 34px 20px;
	line-height: 18px;
}

#main-content a {
	text-decoration:underline;
	color: #333333;
}

#main-content a:hover {
	color: black;
}



.menuskin{
position:absolute;
width:220px;
font-size: 11px;
background-color:menu;
border:2px solid #e1e1e1;
line-height:28px;
z-index:100;
visibility:hidden;
text-decoration: none;
color: #333333;
}


.menuskin a  {
text-decoration:none;
padding-left:10px;
padding-right:10px;
color: #333333;
}


#mouseoverstyle{
background:#f4f4f4;
color: black;
text-decoration: none;
}

#mouseoverstyle a{
color: black;
text-decoration: none;
}



