html, body {
	background: #DBF2EF url(../images/backgrounds/main_background.jpg) repeat-x top;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
p {
	margin: 0px 0px 5px;
	padding: 0px;
}
h1 {
	font-size: 17px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
}
ul {
	margin: 5px 0px 5px 20px;
	list-style: square;
}


#footerWrapper a:link {
	color: #DBF2EF;
}

#footerWrapper a:visited {
	color: #DBF2EF;
}

#footerWrapper a:hover {
	color: #008C82;
	background: #565859;
}

#footerWrapper a:active {
	color: #008C82;
	background: #565859;
}

a:link, a:visited {
	font-weight: bold;
	color: #008C82;
	text-decoration: underline;
}


a:hover, a:active {
	color: #FFFFFF;
	background: #008C82;
	text-decoration: none;
}




.bold {
	font-weight: bold;
}

#contentWrapper {
	width: 974px;
	margin-right: auto;
	margin-left: auto;

}
#titleWrapper {
	height: 105px;
	width: 974px;
	background: url(../images/backgrounds/header.gif);
}
#navWrapper {
	height: 33px;
	width: 675px;
	margin: 0px;
	position: relative;
	top: 72px;
	left: 299px;
}
#mainContent {
	width: 974px;
	background: #FFFFFF;
	height: 600px;
}
#mainCopy {
	padding: 20px 40px 0px;
	width: 894px;
	background: #FFFFFF;
}
#brandsboxout {
	float: right;
	height: 140px;
	width: 360px;
	background: url(../images/backgrounds/brands.gif) no-repeat right top;
	padding-left: 50px;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
}


#footerWrapper {
	width: 974px;
	padding-bottom: 70px;
}
#footerleft {
	background: url(../images/backgrounds/grey_texture.gif);
	width: 457px;
	padding: 10px 10px 10px 20px;
	float: left;
	height: 40px;
}
#footer {
	height: 80px;
	width: 974px;
	color: #FFFFFF;
}





#container {
	width: 100%;
	position: relative;
	min-height: 100%;
	min-width: 974px;
}

#baseWrapper {
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding-bottom: 10px;
	height: 50px;
	border-top: 1px solid #FFFFFF;
}
#baseTagline {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/backgrounds/footer_t.gif) no-repeat right top;
	height: 50px;
}
#baseTagline h1 {
	font-style: italic;
}
#footerright {
	background: url(../images/backgrounds/grey_texture.gif);
	width: 457px;
	padding: 10px 20px 10px 10px;
	float: right;
	text-align: right;
	height: 40px;
}
.floatright {
	float: right;
}
#contactCopy {
	padding: 20px 40px 0px;
	width: 569px;
	height: auto;
}
#pageTitle {
	padding: 2px 40px 7px 30px;
	width: 579px;
	height: auto;
	background: url(../images/backgrounds/grey_texture.gif);
}
h2 {

	font-size: 14px;
	color: #FFFFFF;
	background: #008C82;
	display: block;
	padding: 3px 10px;
	position: relative;
	left: -10px;
	width: 275px;
	margin: 0px 0px 10px;
	border-style: none;
	border-width: 0px;
}
