.wrapper_top {
	height: 24px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow_top.jpg);
	background-repeat: no-repeat;
}
.rulesWrapper {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5F2EE;
	font-size: 10px;
	line-height: 1.4em;
	padding-right: 100px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
body {
	background-color: #F2EFEA;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}
a {
	color: #e64e48;
	text-decoration: none;
}
.wrapper_middle {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow_center.jpg);
	background-repeat: repeat-y;
}
.wrapper_bottom {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow_bottom.jpg);
	background-repeat: no-repeat;
	height: 29px;
}
.left_nav_wrapper {
	width: 245px;
	margin-top: 0px;
	margin-left: 14px;
	background-image: url(images/nav_texture.jpg);
	background-repeat: no-repeat;
}
.left_nav_logo {
	height: 92px;
}
.left_nav {
	margin-top: 15px;
	margin-left: 33px;
}
.left_nav_hmCert {
	margin-top: 50px;
	margin-left: 0px;
}
.wrapper_footer {
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/red_texture.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 3px;
}
.estimateBtn {
	height: 33px;
	width: 916px;
	margin-right: auto;
	margin-left: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mainContent {
	float: right;
	width: 665px;
	margin-right: 15px;
}

/* prevents Firefox from outline on links */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
a:hover {
	color: #e64e48;
	text-decoration: underline;
}
h1 {
	font-size: 17px;
	color: #e64e48;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}
h2 {
	font-size: 13px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	line-height: 15px;
}
