@charset "ISO-8859-1";

*{	margin: 0px;
	padding: 0px;
}
#content a {
	color: #000;
	clear: none;
}


#container {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	width: 1000px;
}
#nav {
	margin-right: 50px;
	margin-left: 50px;
	height: 30px;
}
#nav ul   {
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	width: 10em;
	padding-right: 20px;
	padding-left: 20px;
}

#nav a {
	display: block;
	width: 10em;
	color: #666;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	padding-left: 40px;
}
#nav a:hover {
	color: #000;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	text-align: left;
}

#nav li:hover ul {
	left: auto;
	color: #000;
	background-color: #FFF;
	text-align: left;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	color: #000;
	background-color: #FFF;
	text-align: left;
}

#content {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 18px;
	padding-top: 10px;
	margin-top: 10px;
}
#contentimg {
	float: left;
	margin-right: 30px;
}


#header {
	background-color: #FFF;
	padding-top: 10px;
	background-position: center;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 5px;
	}

#imgcontainer {
	padding-top: 40px;
	padding-bottom: 20px;
	clear: left;
	text-align: center;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#imgcontainer img {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#footer {
	margin-right:200px;
	margin-left:200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}


#footer li{
	text-decoration: none;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}

body {
	background-image: url(wet-oil-yellow.gif);
	background-repeat: repeat;
	background-color: #E8ECA0;
	color: #000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}
.floatright {
	float: left;
}
