body {
	background-image: url(images/BodyBG.jpg);
	background-repeat: repeat;

}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FDFDFF;
	margin-top: 10px;
	border: 5px groove #531A0F;
}
#header {
	height: 150px;
	width: 800px;
	background-image: url(images/Header2.jpg);
}
#navigation {
	height: 30px;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	padding: 15px;
	background-image: url(images/NavBar.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#sidebar {
	float: left;
	width: 160px;
	font-family: "Times New Roman", Times, serif;
	margin: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h2 {
	font-size: 18px;
}

#maincontent {
	width: 580px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	margin: 5px;
	padding: 5px;
}
#footer {
	clear: both;
	font-family: Rockwell, "Rockwell Condensed", "Rockwell Extra Bold", "Times New Roman";
	font-size: 12px;
	color: #000;
	background-image: url(images/Footer.jpg);
	padding-left: 10px;
	font-weight: bold;
	position: static;
	bottom: 0px;
	height: 40px;
	padding-right: 10px;
}
h1 {
	font-size: 24px;
}

a:link {
	color: #811427;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #811427;
}
a:hover {
	text-decoration: underline;
	color: #811427;
}
a:active {
	text-decoration: none;
	color: #811427;
}
.First {
	font-size: 24px;
	font-style: italic;
}
.imageframeright {
	border: 2px groove #531A11;
	margin: 10px;
	float: right;
}
.imageframeleft {
	border: 2px groove #531A11;
	margin: 10px;
	float: left;
}
.imageframe {
	border: 2px groove #531A11;
	margin: 10px;
	float: none;
}
