body {
	text-align: center;
	scrollbar-face-color: #ffffff; 
    scrollbar-highlight-color: #a9a9a9; 
    scrollbar-shadow-color: #a9a9a9; 
    scrollbar-3dlight-color: #fff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-arrow-color: #a9a9a9; 
    scrollbar-track-color: #ffffff; 
}
#menu {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8D8D8D;
	font-size: 14px;
	margin-top: 19px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #8D8D8D;
}

#menu ul li {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	display:block;
}


#logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	float: left;
	color: #525252;
	width: 130px;
	height:40px;
}
#container {
	width: 999px;
	margin:auto;
}
#top {
	height: 40px;
	width: 999px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADADAD;
}
.vline {
	background-color: #BDBDBD;
	height: 15px;
	width: 1px;
}
a:visited {
	color: #8D8D8D;
	text-decoration: none;
}
a:hover {
	color: #EE606C;
}
