body {
	background: #fff url(gradient.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #666;
	border-bottom: dotted 1px #a3bb28;
}
a:hover {
	text-decoration: none;
	color: #a3bb28;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #bbb;
	border-bottom: dotted 1px #a3bb28;
}
.hidden {
	display: none;
}
#container  {
	width: 658px;
	margin: auto;
}
#header {
	height: 16px;
	padding-top: 30px;
	padding-right: 20px;
	font-size: 9px;
	text-align: center;
	color: #999;
}
#header img {
	margin-bottom: -4px;
	margin-right: 5px;
	margin-left: 10px;
}
#splash {
	width: 658px;
	height: 175px;
	background: url(splash.jpg) top left no-repeat;
}
#navigation {
	width: 658px;
	height: 28px;
	background: url(navigation.jpg) top left no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-top: 15px;
}
#navigation a {
	text-decoration: none;
	color: #a3bb28;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}
#navigation a:hover {
	text-decoration: none;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	background: #a3bb28;
	border: none;
	padding-bottom: 4px;
	padding-top: 4px;
}
#content {
	width: 658px;
	background: url(content.jpg) top left repeat-y;
}
#content ul {
	margin: 0px;
	padding: 25px;
	padding-bottom: 0px;
	margin-left: 17px;
}
#content li {
	list-style-image: url(bullet.gif);
	padding-top: 3px;
}
#content h1 {
	font-size: 11px;
	color: #a3bb28;
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
	background: url(h1.jpg) top left no-repeat;
	width: 283px;
	height: 29px;
	padding-top: 15px;
	padding-left: 25px;
}
#content p {
	margin: 0px;
	padding: 25px;
	padding-bottom: 0px;
}
#content span {
	font-size: 9px;
	color: #bbb;
}
.totop {
	border: none;
	float: right;
	margin-right: 10px;
}
#footer {
	width: 658px;
	height: 24px;
	background: url(footer.jpg) top left no-repeat;
	margin-bottom: 25px;
}
.leftfloat {
	float: left;
	width: 250px;
}
.copy {
	margin: auto;
	width: 600px;
	border-top: 1px dotted #a3bb28;
	margin-top: 25px;
	padding-top: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 9px;
}
.firefox {
	border: none;
}
.inv {
	display: none;
}