* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .76em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 2em; 
}

a {
	color: #2460aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	margin: 20px auto;
	width: 724px;
	background: #fff url('/_images/sideShads.gif');
	background-repeat: repeat-y;
}

#top { 
	background: #fff url('/_images/topShad.gif');
	height: 26px;
}

#content {
	padding: 0 40px 0 40px;
}

#bottom {
	background: #fff url('/_images/botShad.gif');
	height: 20px;
}

.header {
	height: 80px;
	background: #85ACF7 url('/_images/skipRubbish645x60px.jpg');
}

.header h1 {
	
	padding-top: 8px;
	font-size: 36px;
	color: #FF0000;
	line-height: 36px;
}

.header h2 { 
	padding-left: 17px; 
	padding-top: 20px; 
	font-size: 20px; 
	color: #FFF; }

.nav { 
	border-bottom: 6px solid #3b6ebf; 
	padding: 5px;
	color: #bebebe;
}
	
/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	text-decoration: underline;
}

.middle {
	text-align: left;
	padding-top: 20px;
}

.middle h2 { 
	color: #3B6EBF; 
	font-size: 18px; 
	margin-bottom: 8px; 
	margin-top: 10px;
}

.middle h3 { 
	color: #666; 
	font-size: 14px; 
	margin-bottom: 8px; 
	margin-top: 8px;
}

#subForm {
	font-size: 0.8em;
}
#subForm .label {
	float: left;
	
	margin-right: 10px;
	text-align: right;
	clear: left;
}

input#submit {
	background-color: #afc9ff;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}


input#rName, input#tel, input#email, textarea#message {
	background-color: #afc9ff;
	font-family:"Lucida Console", Monaco, monospace;
	margin-top: -2px;
	font: 16px "Trebuchet MS" Verdana, Arial, sans-serif;
	color: #FFF;
}

input#rName:focus,
input#tel:focus,
input#email:focus,
textarea#message:focus,
select#refer:focus
{
	background-color: #3b6ebf;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: right;
	color: #666;
}


