@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #13234F;
}
#clearfloat {
	clear: both;
}

.oneColFixCtrHdr #container {
	width: 850px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 625px;
	background-image: url(images/background.jpg);
}
.oneColFixCtrHdr #header {
	height: 101px;
	width: 850px;
	float: left;
}
.headertext, .headertext a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #E7ECFA;
	padding-top: 30px;
	padding-right: 40px;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent {
	height: 482px;
	width: 850px;
	float: left;
}
.repairIt {
	float: left;
	height: 240px;
	width: 307px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #CFD9F4;
	margin-top: 115px;
	line-height: 27px;
	text-decoration: none;
	margin-left: 110px;
}
.remodelIt {
	float: left;
	height: 240px;
	width: 309px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #CFD9F4;
	line-height: 27px;
	margin-top: 115px;
	margin-left: 80px;
}
.button1 {
	float: left;
	height: 330px;
	width: 403px;
	margin-top: 45px;
}
.button2 {
	float: left;
	margin-top: 90px;
	height: 332px;
	width: 403px;
}
.button1 a,
.button2 a {
	text-decoration: none;
	color: #CFD9F4;
	
}
.contenttext {
	font-family: ArtBrush, Arial, "Trebuchet MS", geneva, sans-serif;
	font-size: 30px;
	color: #c40900;
	padding-top: 30px;
	text-align: left;
	padding-left: 175px;
	font-weight: 300;
}
.contenttext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #c40900;
	padding-top: 25px;
	text-align: left;
	padding-left: 190px;
	float: left;
}
.contenttext3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #c40900;
	padding-top: 25px;
	text-align: left;
	padding-left: 100px;
	float: left;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #EAEEFB;
	text-align: right;
	padding-right: 40px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: right;
}

