body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e2e2e2;
	font-size: small;
}
#container {
	width: 716px;
	margin: auto;
	border: thin solid #000000;
}
#head {
	width: 716px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 314px;
}
#head_nav {
	padding-top: 170px;
	padding-left: 55px;
	float: left;
	width: 250px;
}
#head_contact {
	padding-top: 120px;
	padding-right: 5px;
	float: right;
	width: 200px;
	text-align: right;
}
#content {
	background-image: url(../images/headshadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 716px;
	padding-top: 20px;
	background-color: #CFCFCF;
}
#maincontent {
	width: 696px;
	float: left;
	padding: 10px;
}
#contactdiv {
	width: 340px;
	float: right;
	padding: 10px;
}
h1 {
	text-transform: uppercase;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h2 {
	text-align: center;
	font-size: 120%;
	font-style: italic;
}
h3 {
	text-transform: uppercase;
	text-align: center;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
p {
	word-spacing: 150%;
}
fieldset {
	border: thin black solid;
	margin-bottom: 10px;
	padding: 10px;
}
legend {
	color: #000000;
	border: thin black solid;
	padding: 5px;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
}
#Contact p{
	text-align: right;
	padding-right: 250px;
}
.formbg	{
	background: #CFCFCF;
	font-weight: bold;
}
h5 {
	font-size: 150%;
	text-align: center;
	margin: 2px;
	padding: 2px;
}
h6 {
	font-size: 120%;
	text-align: center;
	margin: 2px;
	padding: 2px;
}
ul {
	word-spacing: 150%;
}
li {
	font-weight: bold;
}
