@charset "UTF-8";
body {
	background-image: url(images/background.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #FC9;
}
#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left:0px;
	top:20px;
	width:945px;
}
#container #header {
	position: absolute;
	height: 168px;
	width: 945px;
	left: 0px;
	top: 0px;
	text-align: left;
}
#container #content {
	background-image: url(images/middlefill.gif);
	position: absolute;
	width: 945px;
	left: 0px;
	top: 168px;
	background-repeat: repeat-y;
}
#container #content #footer {
	height: 25px;
	width: 945px;
}
h1 {
	font-family: "arial";
	font-size: 24px;
	color: #790e12;
	text-decoration:underline;
	text-transform: uppercase;
}

h2 {
	font-family: "arial";
	font-size:21px;
	color: #790e12;
	text-decoration:underline;
	text-transform: uppercase;
}

h3 {
	font-family: "arial";
	font-size:18px;
	color: #790e12;
	text-decoration:underline;
	text-transform: uppercase;
}

A:link {
	color: #f3252d;
	text-decoration: none;
}

A:visited {
	color: #f3252d;
	text-decoration: none;
}

A:active {
	color: #f3252d;
	text-decoration: none;
}

A:hover {
	color: #ffffff;
	text-decoration: underline;
}
.whitetext {
	color: #FFF;
}
.largetext {
	font-size: 16px;
}

