@import url("reset.css");
body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFC;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
}
h1  {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 90px;
	margin-top: 50px;
}
h1 span {
	display: none;
}
h2 {
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #633;
	width: 550px;
}
.section {
	padding-right: 50px;
}
h2 span {
	display: none;
}
h3 {
	color: #633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #633;
	height: 40px;
}
h3 span {
	display: none;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #633;
	font-size: medium;
	line-height: 125%;
	padding: 20px 0;
}
ul.nav {
	height: 50px;
	width: 700px;
}
ul.nav li {
	float: left;
	width: 100px;
	text-align: center;
}
ul.nav a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	list-style-type: none;
	font-size: 90%;
	color: #000;
}
ul.subNav {
	font-size: small;
	margin-top: 9px;
}
ul.subNav li a {
	background-color: #7E864D;
	width: 130px;
	display: block;
	text-align: left;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
li.headlink ul { display: none; }
       li.headlink:hover ul { display: block; }
.subSection {
	width: 290px;
	position: absolute;
	left: 600px;
	top: 200px;
	padding-left: 10px;
	
}
#content {
	width: 600px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #633;
}

#container {
	width: 900px;
	position: absolute;
	left: auto;
	right: auto;
}
ul#top {
	position: relative;
	left: 180px;
}
#footer {
	background-image: url(../images/banner.jpg);
	height: 60px;
	background-repeat: no-repeat;
}
#bottom {
	position: relative;
	left: 180px;
	top: 10px;
}
#bottom a {
	color: #FFF;
}
#content .section {
}
#first {
	padding-right: 50px;
}
#top li a:hover {
	color: #FFF;
}
#bottom li a:hover {
	color: #000;
}
strong {
	font-weight: bold;
}
p a {
	text-decoration: underline;
	color: #F15E54;
	font-size: medium;
}
