* {
	margin:0;
	padding:0;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#222222;
	line-height:20px;
	background-color:#222;
}

#main {
	margin:0 auto;
	margin-top:3px;
	margin-bottom:20px;
	width:900px;
}

#head {
	height:90px;
	padding:20px;
}

#logo {
	background-image:url(../img/therubbishremovers.png);
	background-repeat:no-repeat;
	width:258px;
	height:90px;
	float:left;
}

#logo h1 {
	display: none;
}

#buttons {
	margin-top:55px;
	float:right;
	width:415px;
	padding-left:144px;
}

#nav {
	background-image:url(../img/btn.png);
	width:107px;
	height:17px;
	padding:9px;
	float:left;
	color:white;
	font-size:14px;
	text-decoration:none;
}

#nav:hover {
	background-image:url(../img/btn_h.png);
	width:107px;
	height:17px;
	padding:9px;
	float:left;
	color:#222;
	font-size:14px;
	text-decoration:none;
}

#nav-active {
	background-image:url(../img/btn_h.png);
	width:107px;
	height:17px;
	padding:9px;
	float:left;
	color:#222;
	font-size:14px;
	text-decoration:none;
}

#navright {
	margin-left:20px;
	background-image:url(../img/btn.png);
	width:107px;
	height:17px;
	padding:9px;
	float:left;
	color:white;
	font-size:14px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left top;
}

#navright:hover {
	margin-left:20px;
	background-image:url(../img/btn_h.png);
	width:107px;
	height:17px;
	padding:9px;
	float:left;
	color:#222;
	font-size:14px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left top;
}

#navright-active {
	margin-left:20px;
	background-image:url(../img/btn_h.png);
	width:107px;
	height:17px;
	padding:9px;
	float:left;
	color:#222;
	font-size:14px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left top;
}

#flash {
	height:298px;
	margin-top:3px;
}

#left {
	width:258px;
	margin-top:3px;
	padding:20px;
	float:left;
	background-color:#6EA639;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	-khtml-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
}

#middle {
	width:258px;
	margin-top:3px;
	margin-left:3px;
	padding:20px;
	float:left;
	background-color:#4C74B0;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	-khtml-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
}

#right {
	width:258px;
	margin-top:3px;
	margin-left:3px;
	padding:20px;
	float:left;
	background-color:#CD5E25;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	-khtml-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
}

#spread {
	width:860px;
	padding:20px;
	margin-top:3px;
	background-color:white;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	-khtml-border-top-right-radius:20px;
	border-top-right-radius:20px;
}

#text {
	float:left;
	width:579px;
}

#side {
	float:left;
	width:258px;
	margin-left:23px;
}

#foot {
	width:860px;
	padding:20px;
	margin-top:3px;
	background-color:#666;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	-khtml-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-khtml-border-bottom-left-radius:20px;
	border-bottom-left-radius:20px;
}

#footsec01 {
	width:200px;
	float:left;
}

#footsec02 {
	width:200px;
	float:left;
	margin-left:20px;
}

#footsec03 {
	width:200px;
	float:left;
	margin-left:20px;
}

#footsec04 {
	width:200px;
	float:left;
	margin-left:20px;
}

li {
	list-style-position:inside;
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:24px;
	line-height:30px;
	color:#222;
	font-weight:normal;
}

h2 {
	font-size:24px;
	color:white;
	font-weight:normal;
}

h3 {
	font-size:16px;
	color:white;
	font-weight:normal;
}

h4 {
	font-size:16px;
	color:#666;
	line-height:24px;
	font-weight:normal;
}
.bottominfobox {
	width: 500px;
	padding: 20px;
	;
	margin: 0 auto;
	border: 3px solid gray;
	text-align: center;
	background-color: #FaFaFa;
}


.white {
	color:white;
}

.green {
	color:#6EA639;
}

.blue {
	color:#4C74B0;
}

.orange {
	color:#CD5E25;
}

