@charset "utf-8";
body {
	background-color: #300;
	background-image: url(home_original.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 770px;
	position: relative;
	left: 0px;
	top: 0px;
	background-attachment: scroll;
	text-align: center;
}




#logo {
	position: relative;
	height: 100px;
	top: 15px;
	text-align: center;
	margin-right: auto;
	margin-bottom: auto;
}


#Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: lighter;
	color: #c93;
	text-decoration: none;
	position: relative;
	height: auto;
	top: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#pix {
	height: 150px;
	position: relative;
	top: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#Navlist {
	height: auto;
	width: 500px;
	position: relative;
	top: 300px;
	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,a:visited {
	color: #966;
	text-decoration: none;
}
#Navlist a:hover {
	color: #CC6600;
}
