﻿html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding-bottom: 25px;
	background-image:url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #666666;
	text-align: center;
}
#bodywrapper {
	width: 690px;
	margin: 0auto;
	display: inline-block;
}
#header {
	margin: 0 auto;
	width: 690px;
	padding-top: 50px;
	text-align: center;
}
#headerhome {
	width: 378px;
	height: 249px;
	float: left;
	background-image: none;
}
#headerhome a:hover {
	background-image: url('images/home_mouseover.png');
	background-repeat: no-repeat;
}
#linkswrapper {
	text-align: right;
	width: 311px;
	float: right;
}
#linktop {
	width: 264px;
	height: 79px;
	background-image: none;
}
#linktop a:hover {
	background-image: url('images/link_top_mouseover.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#linkmiddle {
	width: 229px;
	height: 74px;
	background-image: none;
}
#linkmiddle a:hover {
	background-image: url('images/link_middle_mouseover.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#linkbottom {
	width: 311px;
	height: 81px;
	background-image: none;
}
#linkbottom a:hover {
	background-image: url('images/link_bottom_mouseover.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#content {
	border-style: none solid none solid;
	border-width: 2px;
	border-color: #1F1F1F;
	width: 650px;
	min-height: 350px;
	background-image: url('images/contentheader.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #919191;
	font-family: "Georgia", Times, serif;
	text-align: justify;
	padding: 20px;
	font-size: 16px;
}
#content h1{
	font-size: 17px;
	text-transform: uppercase;
	background-image: url('images/h1background.png');
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 68px;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
}
#content a:link {
	background-image: url('images/linkbackground.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	color: #1F1F1F;
	text-decoration: underline;
}
#content a:hover {
	color: #1F1F1F;
	text-decoration: none;
}
#content a:active {
	color: #1F1F1F;
	text-decoration: underline;
}
#content a:visited {
	color: #1F1F1F;
	text-decoration: underline;
}
#footer {
	width: 690px;
}
#footercredits {
	float: left;
	width: 334px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1F1F1F;
}
#footercredits a:link {
	color: #1F1F1F;
}
#footerlinks {
	float: right;
	padding-top: 5px;
}
#linkslogos {
	float: left;
}