@charset "utf-8";
/* CSS Document */
body {
	background-color: #300;
	background-image: url(home_original.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 770px;
	background-attachment: scroll;
}
#logo {
	position: relative;
	height: 100px;
	width: 520px;
	top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#Content {
	height: auto;
	width: 300px;
	top: 140px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
a:link,a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}



#Navlist {
	height: auto;
	width: 500px;
	position: relative;
	top: 190px;
	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;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: lighter;
	color: #999;
}
