body {
	background-color: #300;
	background-image: url(home_original.gif);
	background-position: center top;
	height: 800px;
	width: auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#logo {
	height: 100px;
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#content {
	height: 332px;
	width: 660px;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	height: 332px;
	width: 300px;
	float: left;
}
#left {
	height: 332px;
	width: 150px;
	float: left;
	padding-left: 45px;
}
#right {
	height: 332px;
	width: 150px;
	float: right;
	padding-left: 15px;
}

#Navlist {
	height: auto;
	width: 500px;
	position: relative;
	top: 55px;
	margin-left: auto;
	margin-right: auto;
}
#Navlist li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996666;
	text-decoration: none;
	list-style-type: none;
	display: inline;
	padding-left: 20px;
	font-weight: bold;
}
#Navlist li a.current {
	color: #c60;
	cursor: default;
}
#Navlist  a:link,#Navlist a:visited {
	color: #966;
	text-decoration: none;
}
#Navlist a:hover {
	color: #CC6600;
}
a:link,a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999;
	text-decoration: none;
	line-height: 24px;
	font-weight: lighter;
}
