﻿a:link {
	color: #000000;
	text-decoration: none;
	font-size: inherit;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

ul#menu{
	width: 100%;
	height: 25px;
	background: #FFF url("../images/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 25px; 
	color: #585858; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 0px 8px 0px; 
	}
ul#menu li a:hover { 
	color: #ffffff;
	background: #d7d4fd; 
	}
ul#menu li a.current{ 
	color: #000000;
	background: url("../images/current-bg.gif") top left repeat-x;
	padding: 0px 8px 0; 
	}
body {
	/*background-color: #748b95;*/
	text-align: center;
	background-image: url(../images/gradient-bg.gif);
	background-repeat: repeat-x; 
}

div.BackgroundLayer{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: auto;
}
