/* main colors: #6f604c #e3d6c7 */ 
BODY {
	FONT-FAMILY: verdana,tahoma,sans-serif;
	FONT-SIZE: 12px; 
	background:#ffffff;
	text-align: center;
        background-image: url('img/background.jpg');
	background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
}

A:visited {
	COLOR: #9999FF;
	text-decoration: none;
}
A:link {
	COLOR: #0066FF;
	text-decoration: none;
}
A:hover {
	COLOR: #e3d6c7;
	text-decoration: none;
}

.main{
	text-align: left;
	width:918px;
	margin-left:auto;
	margin-right:auto;
}
.logo{
	width:918px;
	float:left;
	text-align:left;
	color:#6f604c;
	font-weight:bold;
	font-size:45px;
}
.menu{
	width:308px;
	float:right;
}
.content{
	width:610px;
	float:left;
}
.where{
	text-align:left;
	width:918px;
	color:#6f604c;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	font-size:15;
	border-bottom:1px dashed #6f604c;
}
.underlogo{
	width:918px;
	background:#6f604c;
	height:10px;
	FONT-SIZE: 1px; 
	clear:both;
}
.delimiter{
	height:5px;
	FONT-SIZE: 1px; 
}
.supportbox{
	text-align:center;
	width:308px;
	font-size:10px;
}
.banner{
	margin-bottom:5px;
}
.menuitem{
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
}
.menuline{
	width:298px;
	background:#6f604c;
	height:5px;
	FONT-SIZE: 1px; 
}
.footer{
	clear:both;
	font-size:10px;
}
.footertext{
	text-align:right;
}
.table{
	FONT-SIZE:11px;
	color:#ffffff;
	border-collapse: separate;
	border-spacing: 30px 5px;
}
.th,td{
	border: solid 1px #090909;
	background-image: url(img/tableback.png);
	padding: 2px 4px;
}