@charset "UTF-8";
#mainBox {
	background-color: #FFFFFF;
	height: 720px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content {
	padding: 0px;
	clear: both;
	height: auto;
	width: 224px;
	position: absolute;
	top: 217px;
	left: 0px;
	float: left;
}
#footer {
	padding: 5px;
	clear: both;
	height: 40px;
	width: 790px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	overflow: visible;
	position: relative;
	color: #B47602;
	font-size: 12px;
	text-align: center;
}
.bgHome {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
}
.bgContact {
	background-image: url(images/bg_contact.jpg);
	background-repeat: no-repeat;
}
/*.bgContact #header{
	background-image: ;
}*/
#header {
	clear: both;
	width: 800px;
	height: 216px;
	position: relative;
	background-image: url(images/HeaderOnly.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#navHolder {
	height: 50px;
	width: 800px;
	position: absolute;
	bottom: 2px;
}
.bgProfile {
	background-image: url(images/bg_about.jpg);
	background-repeat: no-repeat;
}
.bgTest {
	background-image: url(images/bg_testimonials.jpg);
	background-repeat: no-repeat;
}
.bgSolutions {
	background-image: url(images/bg_solutions.jpg);
	background-repeat: no-repeat;
}
#navDots {
	position:absolute;
	left:336px;
	top:220px;
	width:356px;
	height:20px;
	z-index:20;
}
#contentRight {
	float: left;
	height: auto;
	width: 580px;
	position: absolute;
	left: 224px;
	top: 217px;
	margin-top: -15px;
	z-index: 10;
}
a:link {
	color: #993300;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

