/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/wheel.png) fixed no-repeat #ffffff;
	}
	
#container {
	width: 905px;
	margin-left: 40px;
	float: left;
	}
	
#logo {
	position:relative;
	top: 14px;
	height: 95px;
	}
	
#header {
	position: relative;
	top: 15px;
	height: 154px;
	background: url(../images/header_bg.gif) no-repeat;
	}
	
#head {
	position: absolute;
	top: 7px;
	left: 223px;
	}
	
#nav {
	background: url(../images/nav_bg.gif) no-repeat;
	width: 203px;
	height: 138px;
	position: relative;
	top: 8px; left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	}
	
#nav ul {
 	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	border: none;
	}

#nav li {
	margin: 0; padding:0;
	}

#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}
	
#content {
	width: 580px;
	float: left;
	margin-left: 240px;
	padding-top: 45px;
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.35em;
	color: #333333;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	color: #333333;
	margin-bottom: -10px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #E36F1E;
	margin-bottom: -10px;
	}

img { border: none; }

.boldblue {
	color: #1C4198;
	font-weight: bold;
	}

.bold {	font-weight:bold;	}

.disclaimer {	font-size: 80%;	}
