* {
	padding: 0;
	margin: 0;
}

body {
	font: 14px/20px "Lucida Grande", "Lucida Sans", sans-serif; 
	color: #555; 
	background: #014a2a url(../images/bg.jpg) repeat-x; 
}

#main {
	width: 812px;
	margin: 0 auto;
	padding: 0 1px 0 0;
}

#header {
	width: 798px;
	height: 234px;
	background: url(../images/header.jpg) no-repeat;
}

a#homelink {
	position: absolute;
	top: 25px;
	margin-left: 250px;
	width: 300px;
	height: 170px;
}

#header h1 {
	text-indent: -9999px;
}

#contact {
	width: 738px;
	height: 55px;
	padding: 40px 30px 30px;
	background: url(../images/contact-bg.jpg) no-repeat;
	border-right: 7px solid #80a595;
	border-left: 7px solid #80a595;
}

#contact p {
	margin-left: 130px;
}

#contact a {
	color: #ee3c23;
	text-decoration: none;
}

#footer {
	width: 812px;
	height: 100px;
	background: url(../images/footer.jpg) no-repeat top;
	text-indent: -9999px;
}

#footer::-moz-selection, #affiliates::-moz-selection {
	background: #fff;
	color: #014a2a;
}

#footer::selection, #affiliates::selection {
	background: #fff;
	color: #014a2a;
}

::-moz-selection {
	background: #ee3c23;
	color: #fff;
}

::selection {
	background: #ee3c23;
	color: #fff;
}