@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: 30px 0px 0px 0px;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
a img {
        border: 0 none;
          }

.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #mainContent {
}
#container #footer p {
	font-size: 10px;
	color: #999;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
.oneColFixCtr #container #footer p #footer {
	font-size: 18px;
	word-spacing: 20pt;
	text-align: center;
}
#container #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	letter-spacing: 3px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#quote_btn {
	/* [disabled]margin-top: 100px; */
	float: right;
}
