
body{
	background: url('images/bg.png') repeat-x 0 0 #cfdde8;
	width: 100%;
	margin: 0; padding: 0;
	font-family: KarReg;
}
.center{margin-left: 15%;}
@font-face
{
	font-family: KarReg;
	src: url('fonts/KarReg.ttf');
}
.clearing{
	clear: both;
	height: 0;
}

.floatMid{ width: 900px; margin: 0 auto;} .floatLeft{ float: left;} .floatRight{ float: right;}

#top{
	height: 400px;
	background: url('images/top.png') no-repeat;
}

#top h2{
	margin: 5px 20px 0 0;
	color: #333;
	font-family: KarReg;
	font-size: 20px;
}

#top h1{
	margin: 10px 0 0 25px;
	font-size: 30px;
	font-family: KarReg;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	width: 40%;
}

#top h1 a{
	color: #333;
	text-decoration: none;
}
#nav{width: 39%;}

#nav ul{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#nav li
{
float: left;
margin: 0 0.15em;
font-size: 14px;
}

#nav li a
{
width: 100px; height: 30px;
float: left;
display: block;
color: #6c000a;
text-decoration: none;
text-align: center;
line-height: 1.5em;
margin: 0 0 0 10px;
padding-top: 5px;
}

#nav li a:hover, .active
{
background: url('images/nav.png') no-repeat;
color: #ffffff !important;}

#banner{
	color: #fff;
	background: green;
	display: block;
	margin-top: 255px;
}

#banner div{
	float: left;
}

#banner h2{
	font-size: 25px;
	line-height: 20px;
}

#banner h3{
	font-size: 20px;
	line-height: 18px;
	margin: 0;
}

#auto{margin-left: 40px;}
#comm{margin-left: 150px;}
#resi{margin-left: 105px;}

#cont{background: #f3f3f3;}


#content h1{
	text-align: left;
	color: #6f001a;
	width: 97%;
	padding-left: 10px; 
	margin: 10px 0 0 0;
	font-size: 25px;
	height: 31px;
	font-weight: bold !important;
	letter-spacing: .02em;
	text-shadow:  1px 1px #fff;
}

#main h2{
	text-align: right;
	margin-right: 10px;
	color: #6f001a;
	text-shadow:  1px 1px #fff;
	font-size:20px;
}

#sidebar h2{
	text-align: center;
	color: #333;
	font-size: 25px;
	margin: 0;

}

#banner h2{color: #fff !important;}

#sidebar ul{
	color: #333 !important;
	font-size: 20px;
	margin: 10px 0 0 0;
	font-weight: bold;

}

#content p{
	color: #333;
	margin-left: 10px;
	width: 95%;
}

#content ul{
	color: #333333;	
	margin-left: 10px;
	width: 95%;
}

#sidebar{
	float: left;
	width: 280px;
	margin: 0 10px;
}


#main{
	float: right;
	width: 590px;
	margin-right: 5px
}

#footer{
	text-align: center;
	color: #f9f9f9;
	font-weight: bold;
	padding: 10px 0 10px 0;
	background: url('images/foot.png');
}

#footer a{
	text-decoration: none;
	color: #fff99d;
}

#footer a:hover, #footer a.active{
	text-decoration: underline;
	background: none;
}