body {
	margin: 8px auto;
	font-family: arial, helvetica, sans-serif;
	background-color: #444444;
	ba/ckground-image: url('/gfx/bodybg.gif');
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: #D03505;
}

div#container {
	width: 1000px;
	margin: auto;
	border: solid 1px #DDDDDD;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

div#header {
	background-image: url('/gfx/headerbg.gif');
	background-repeat: no-repeat;
	height: 114px;
	position: relative;
}

img#logo {
	position: absolute;
	left: 13px;
	top: 35px;
}

div.navigation {
	float: left;
	width: 215px;
	background-image: url('/gfx/navbg.gif');
	background-position: 0px 30px;
	background-repeat: repeat-x;
	padding: 65px 0px 100px 0px;
}

ul.nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
ul.nav li {
	padding: 0px 0px 7px 0px;
}
ul.nav a {
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
	color: #707070;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
ul.nav li.active a {
	color: #D03505;
}
ul.nav a:hover {
	color: #000000;
}

div.contact {
	background-color: #D03505;
	background-image: url('/gfx/bodybg.gif');
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 12px 0px 1px 20px;
	margin-top: 50px;
}
div.contact p {
	margin-top: 0px;
	line-height: 1.4em;
}


div.content {
	float: left;
	width: 740px;
	line-height: 1.4em;
	padding: 20px 25px 0px 20px;
}


div.content h1 {
	color: #D03505;
	font-size: 24px;
	font-family: 'arial black', arial, helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 24px 0px;
}
div.content h2 {
	color: #D03505;
	font-size: 18px;
	font-family: 'arial black', arial, helvetica, sans-serif;
	font-weight: normal;
}
div.content h3 {
	color: #D03505;
	font-size: 14px;
	font-family: 'arial black', arial, helvetica, sans-serif;
	font-weight: normal;
}
div.content ul {
	list-style-type: square;
}

div.wrapper {
	font-size: 1px;
	clear: both;
}
