a, a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: none;
}
body {
	height: 100%;
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	font: 16px/18px Georgia,Arial,Serif;
}
#container {
	width: 100%;
	height: 100%;
	margin: auto;
	min-width: 500px;
	text-align: center;
}
#top {
	width: 950px;
	height: 80px;
	background: #ffffff url('pics/bannerbg.gif') repeat-x;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-align: left;
	position: relative;
	margin: 0px auto;
}
#logo {
	border: 0px;
	width: 237px;
	height: 80px;
}
#nav {
	width: 100%;
	background-color: #6a6;
	background-image: url('pics/nav.gif');
	text-align: left;
	height: 30px;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	border: solid #000;
	border-width: 1px 0px;
}
#bottom {
	width: 950px;
	height: 400px;
	overflow: auto;
	position: relative;
	margin: 0px auto;
}