﻿body { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	background-color: #666;
}

#wrapper {
	width : 100%;
	height : auto;
	/*border: solid 1px #fff;*/
}

#header {
	background-image : url("../images/header/headerbg.jpg");
	background-repeat : repeat-x;
	background-color : Transparent;
	height : 119px;
	/*border: solid 1px #000;*/
	padding: 0px;
	margin: 0px;
}

.header_leftside {
	font-family: Georgia;
	font-size: 12px;
	color: #FFF;
	height: 95px;
	position: absolute;
	width: 80px; /* if the content margins move up, move this down, vis versa if it goes up */
	left: 10px;
	top: 7px;
}

.header_content {
	font-family: Georgia;
	font-size: 12px;
	color: #FFF;
	height: 95px;
	margin: 0px 100px 0px 100px;
	/*border: solid 1px #fff;*/
}

.header_rightside {
	font-family: Georgia;
	font-size: 12px;
	color: #FFF;
	height: 95px;
	position: absolute;
	width: 80px; /* if the content margins move up, move this down, vis versa if it goes up */
	right: 10px;
	top: 7px;
}

.header_content img#header_logo {
	float: left;
	padding-top: 17px;
	border: none;
}


.header_content p#header_number {
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	float: right;
	margin: 0px;
	/*border: solid 1px #fff;*/
	padding-top: 19px;
}

.header_content p#header_email {
	font-family: Georgia;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	float: right;
	margin: 0px;
	/*border: solid 1px #fff;*/
	padding-top: 19px;
}

.clear 
{
	clear: right;	
}

#main_pics {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	border: none;
}

#main_pics img {
	border: none;
}

#footer 
{
	background-image : url("../images/footer/footerbg.jpg");
	background-repeat : repeat-x;
	background-color : Transparent;
	height : 81px;
	/*border: solid 1px #000;*/
}

.davidtodd p#dtp {
	color: #FFF;
	font-size: 12px;
	font-family: Georgia;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 100px;
	float: left;
}

.huttonweb p#hwd {
	color: #FFF;
	font-size: 12px;
	font-family: Georgia;
	font-weight: normal;
	padding-top: 18px;
	padding-right: 5px;
	float: right;
}

.huttonweb p#hwd2 {
	color: #CCC;
	font-size: 12px;
	font-family: Georgia;
	font-weight: normal;
	padding-top: 18px;
	padding-right: 100px;
	float: right;
}