@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFFFFF;
}
.oneColElsCtr #container {
	width: 72em;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #333333;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link{	color:#FFFFFF;}
a:visited{color:#999999;}
a:hover{color:#FF2222;}
.bigger {
	font-size:larger;
	font-weight:bold;
}
.cover{
	background:url(../images/cover.jpg) top left no-repeat;
}
.side{
	background:#385390 url(../images/logo-bg.jpg) right repeat-y;
}
.logo-pos {
	position:absolute;
	top:20px;
	left:82px;
	clear:right;
}
.text-cont {
	width:22em;
	padding:1em;
	text-align:left;
}
.floatLeft{
	position: relative;
	float:left;
	padding: .6em .4em .4em .6em;
	background-image: url(images/sunrooms-self-storing-windows.jpg);
}
.floatRight{
	position: relative;
	float:right;
	padding: .6em .4em .4em .6em;
}
#clr{
	clear:both;
}
#clr_l{
	clear:left;
}
#clr_r{
	clear:right;
}
.boxed{
	background-color:#DCD2C0;
	border:#400000;
	padding: .6em .2em .6em .6em;
}
.footer {
	font-size:60%;
	text-align:center;
	height:70px;
	background:url(../images/footer-blaze.jpg) bottom right no-repeat;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
