html {
	width: 100%;
	height: 100%;
}

body {
	background: #514024 url('./images/background.gif') repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:Verdana,Geneva,sans-serif;
}

img {
	border: 0;
	padding: 0;
}

p {
	border: 0;
	padding: 0;
}

.down {
	color: #a81111;
}

#header {
	height: 75px;
	width: 850px;
	margin: 0 auto;
}

#logo {
	position: relative;
	margin-left: 20px;
	top: 17px;
}

#grass {
	position: absolute;
	top: 65px;
	height:10px;
	z-index: 99;
	width: 100%;
	background: transparent url('./images/grass.gif') repeat-x bottom;
}

#nav {
	height: 40px;
	width: 850px;
	background: #233139 url('./images/navtop.gif') no-repeat top;
	margin: 0 auto;
}

#nav ul {
	padding: 6px 0 0 15px;
	margin: 0;
	color: #c3c7c9;
}

#nav li {
	float: left;
	list-style-type: none;
	margin-right: 15px;
}

#nav a {
	color: #c3c7c9;
	text-decoration: none;
	font-weight: bold;
	font-size: 125%;
	padding-right: 15px;
}	

#container {
	width: 850px;
	margin: 0 auto;	
	height: 100%;
	min-height: 770px;
}

#maincontent {
	float: left;
	border-left: solid 4px #233139;
	border-right: solid 4px #233139;
	height:100%;
	width: 542px;
	background: #f2f2f2 url('./images/lcbackground.jpg') no-repeat top;
}

#maincontent h2 {
	text-align: center;
	color: #233139;
	font-size: 135%;
	margin: 15px 0 10px 0;
}

#removed {
	margin: 0 auto;
	padding: 6px 0 0 0;
	width: 520px;
	list-style-type: none;
	color: #233139;
	}

#removed li {
	margin: 0;
	padding: 0 0 20px 0;
	height: 94px;
	background: transparent url('./images/removed-background.png') no-repeat 139px 2px;
}

#removed img {
	float: left;
	margin: 0;
	padding: 0;
}

#removed h3 {
	float: left;
	margin: 5px 0 2px 25px;
	padding: 0;
	width: 370px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
}

#removed p {
	float: left;
	font-size: 70%;
	padding: 0;
	margin: 1px 0 2px 25px;
	width: 365px;
	height: 18px;
	overflow: hidden;
	color: #233139;
}

#removed strong {
	font-size: 125%;
}

#removed .medium {
	font-size: 110%;
	font-weight: bold;
}

#removed .datapoints {
	margin: 8px 0 0 25px;
	text-align: center;
	color: #696b6c; 
}

#removed .datapoint {
	color: #233139;
}

.clear {
	clear: both;
}

#sidebar {
	float: left;
	background-color: #b3b6b8;
	width: 300px;
	height: 100%;
}

.sidebarbox {
	width: 285px;
	margin-left: 7px;
	margin-top: 10px;
	height: 47px;
	background: #e0e1e3 url('./images/sidebar-boxtop.png') no-repeat top;
}

.sidebarbox .step {
	float: left;
	color: #e0e1e3;
	font-size: 35px;
	font-weight: bold;
	margin: 0;
	padding: 1px 0 0 13px;
}

.sidebarbox .boxheader {
	float: left;
	width: 220px;
	text-align: left;
	font-size: 19px;
	font-weight: bold;
	color: #233139;
	margin: 12px 7px 0 20px;
}

.sidebarboxmiddle {
	width: 285px;
	background: #e0e1e3 url('./images/sidebar-boxmiddle.png') repeat-y;
	margin-left: 7px;
}

.sidebarboxmiddle p {
	padding: 4px 0 6px 0; 
	margin: 0 25px;
	font-size: 75%;
	text-align: left;
	line-height: 1.5em;
	color: #233139;
}

h5 {
	margin: 0;
	padding: 0px 0 8px 0;
	font-weight: normal;
	font-size: 75%;
	text-align: center;
}

a {
	color: #797979;
}

.sidebarboxmiddle img {
	padding: 6px 0;
	margin: 0 auto;
}

.sidebarboxbottom {
	width: 285px;
	margin-left: 7px;
	height: 13px;
	background: #e0e1e3 url('./images/sidebar-boxbottom.png') no-repeat bottom;
}

#scanner {
	margin: 0 auto;
	padding: 6px 0 4px;
	width: 271px;
	list-style-type: none;
	color: #233139;
	}

#scanner li {
	margin: 0;
	padding: 0;
	height: 43px;
}

#scanner img {
	float: left;
	margin: 0;
	padding: 7px 0 4px 8px;
}

#scanner h5 {
	float: left;
	margin: 5px 0 2px 10px;
	padding: 0;
	width: 214px;
	height: 15px;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
	font-size: 65%;
}

#scanner p {
	float: left;
	font-size: 50%;
	padding: 0;
	margin: 0 0 0 10px;
	width: 214px;
	overflow: hidden;
	color: #696b6c; 
}

#scanner .dark {
	background-color: #b3b6b8;
}

#footer {
	height: 65px;
	color: #233139;
	background-color: #233139;
}