@charset "utf-8";
<style type="text/css">
body
{ 
background: #CC0000
}

body
{ 
background: url(../images/background.gif) no-repeat top
}

body
{
	background-attachment: fixed;
	background-color: #CC0000;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: top;
} 
#wrapper {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #FFFFFF;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	width: auto;
}
h1 {
	color: #333333;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 2px solid #A7A37E;
	font-style: normal;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	background: url(../images/bg_dot.gif) repeat-x bottom;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #CC0000;
	color: White;
	float: none;
	width: auto;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #CC0000;
color: White;
text-decoration: none;
float: center;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #FFFFFF;
	color: #333333;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	border: 0px 0 #FFFFFF;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

