* {margin: 0; padding: 0;}

body {
	background: #666666;
}

#container {
	width: 842px;
	margin: auto;
			}
			
#header {
	background-image: url(images/header.gif);
	height: 200px;
}

#main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(images/main_nav.jpg);
	height: 56px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(images/contentwrapper.gif);
	background-repeat: repeat-y;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 825px;
	margin-left: 9px;
	margin-right: 9px;
	padding: 15px 0;
}

#content a:link, a:active, a:visited {color: #9A0500; text-decoration: none; }

#content a:hover {color: #9A0500; text-decoration: underline;}

#footer {
	background-image: url(images/footer.jpg);
	height: 35px;
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

h1 {
	color: #9A0500;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 9px;
	font-size: 20px;
	font-style: italic;
}

h2 {
	font-size: 16px;
	color: #9A0500;
	background-image: url(images/h2.jpg);
	background-repeat: repeat-x;
	height: 15px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 9px;
}

dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

img {border-style: none;}

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 54px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 18px 1em;
	height: 18px;
	color: #720201;
	text-decoration: none;
	float: left;
	background-image: url(images/menu_right_border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
}