#container {
	width: 600px;
	margin: auto;
	background: #FFFFFF;
}
#header {
		margin: auto;
	height: 25px;
	width: 600px;
}

#logo {
	margin: auto;
	height: 50px;
	width: 150px;
	float: left;
	color: #000;
	font-size: 18px;
	font-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0;
	line-height: 20px;
	background-color: #FFF;
}
#nav li {
	float: left;
	margin: 0px;
	list-style: none;
	background: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	height: 50px;
	width: 75px;
	padding: 0;
	line-height: 14px;
	}
#nav a {
	float: left;
	text-decoration: none;
	border-bottom: none;
	color: #000000;
	padding: 0px;
	margin: auto;
	height: 50px;
	width: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	font-weight: normal;
	}
#nav a:hover {
	color: #CCCCCC;
	background-color: #333333;
	}
#nav a.active {
	color: #FFFFFF;
	background-color: #999999;
	}
#container #nav {
	margin: 0px;
}

#content {
	width: 600px;
	clear: both;
	margin: auto;
	padding-top: 20px;
	background: #FFFFFF;
}
#content img {
	border: 0px none;
}

a:visited {
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}

.clearright {
clear: right;
}
.clearboth { clear: both; }
h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	color: #000000;
	font-weight: normal;
	padding: 5px 0px 0px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
h2 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-weight: normal;
	line-height: 14px;
	padding-bottom: 0px;
}
h3 {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 14px;
	padding-bottom: 10px;
}
#footer {
	background: #FFFFFF;
	float: none;
	clear: left;
	height: 25px;
	padding: 0px;
	margin: auto;
}
body {
	background: #FFFFFF;
	margin: 0px;
	color: #FFFFFF;
}

