/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: left;
}

#wrapper {
	text-align: center;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}

#banner {
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-position: center;
}

#inner_wrapper {
}

#nav {
	width: 175px;
	float: left;
	background-repeat: no-repeat;
	height: 300px;
}

#content_header {
	background-image: url(images/Body_Header.jpg);
	background-repeat: no-repeat;
	width: 625px;
	height: 73px;
	float: right;
}

#copyright {
	float: left;
	height: 100px;
	width: 174px;
	padding: 0px;
	margin: 0px;
}

#copyright p {
	font-family: "Times New Roman", Times, serif;
	font-size: 50%;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
}

#content {
	background-image: url(images/Body.jpg);
	background-repeat: repeat-y;
	float: right;
	width: 625px;
	text-align: left;
}

#content h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 140%;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding-bottom: 15px;
	padding-left: 55px;
	margin-top: 0px;
}

#content p {
	padding-top: 5px;
	padding-right: 75px;
	padding-left: 55px;
	font-family: "Courier New", Courier, monospace;
	font-size: 95%;
	color: #999999;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 25px;
	text-decoration: none;
}

#content_footer {
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	width: 625px;
	height: 75px;
	float: right;
}