body {
	scrollbar-base-color: #F0F0F0;
	scrollbar-track-color: #E8E0CF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CCCCCC;
}
#wrapper {
/*	margin-left: 150px;*/
	width: 880px;
	height: 100%;
	margin: 0 auto; 
	padding: 0;
	background-color: white;
}

a:link		{ color: #996600; text-decoration: none; }
a:visited	{ color: #996600; text-decoration: none; }
a:active	{ color: #6633FF; text-decoration: none; }
a:hover		{ color: #0099FF; text-decoration: none; }


table  { 
	COLOR: #666666;
	font-size: 11px;
	font-family: century gothic, trebuchet, verdana, arial, sans-serif;
	font-weight: normal;
}
.title  { 
	COLOR: #000000; 
	font-size: 12px;
	font-family: century gothic, trebuchet, verdana, arial, sans-serif;
	font-weight: normal;
}
.subtitle {
	COLOR: #666666; 
	font-size: 11px;
	font-family: century gothic, trebuchet, verdana, arial, sans-serif;
	font-weight: normal;
}
.footer { 
	color: #666666; 
	font-size: 10px;
	font-family: century gothic, trebuchet, verdana, arial, sans-serif;
	font-weight: normal;
}



.bottommenu {
	background-color: #F3EFE6;
	height: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.bottommenulinks {
	font-family: century gothic, trebuchet, verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 3px;
	padding-left: 15px;
	padding-right: 15px;
}


a.homelinks:link	{ color: #000000; text-decoration: none; }
a.homelinks:visited	{ color: #000000; text-decoration: none; }
a.homelinks:active	{ color: #000000; text-decoration: none; }
a.homelinks:hover	{ color: #6633FF; text-decoration: none; }


.menubackground	{
	background-color: #F3EFE6;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu { 
	font-family: century gothic, trebuchet, verdana, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 1px 5px 1px 5px;
	margin-right: 4px;
	cursor: pointer;
	text-align: center;
	display: block;
	line-height: 16px;
	white-space: nowrap;
	border: #F3EFE6 1px solid; 
}

a.menu:link { 
	background-color:#F3EFE6;
	color: #A0967E; 
}

a.menu:visited { 
	background-color:#F3EFE6;
	color: #A0967E; 
}

a.menu:active { 
	background-color:#F3EFE6;
	color: #A0967E;
}

a.menu:hover {
	background-color:#FEFEF9;
	color: #7C7461;
	border: #7C7461 1px solid;
}
