@charset "UTF-8";
body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: center top;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: 600px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	height: 150px;
	width: 800px;
	background-image: url(images/hd_1.2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #7A0000;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 50px;
	width: 800px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	margin-bottom: 0px;
}
.boldtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #92070A;
	text-decoration: none;
}
#content {
	height: 420px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.tablebackground {
	background-image: url(images/hd_1.2.gif);
	background-repeat: repeat;
}
