@charset "utf-8";
/* CSS Document */

body {
	color: #003;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
}

#content {
  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
}

#content #header {
	position: relative;
	height: 100px;
	width: 100%;
	background-image: url(img/bg_top.png);
	background-repeat: no-repeat;
}
#content #header #navigation {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bolder;
	position: relative;
	height: 20px;
	width: 100%;
	background-color: #000;
	vertical-align: middle;
}
#content #header #body_pic {
	position: relative;
	height: 220px;
	width: 800px;
	background-image: url(img/bg_main.jpg);
}
#content #header #body {
	position: relative;
	height: 275px;
	width: 800px;
	background-color: #FFF;
	top: -10px;
}
#content #header #body #content {
	position: relative;
	height: auto;
	width: 400px;
	top: 10px;
	left: -175px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 13px;
}
#content #header #body #content h1 {
	font-size: 15px;
	color: #003;
	font-weight: bolder;
}


#content #header #logo {
	position: relative;
	top: 23px;
	left: 25px;
	height: auto;
	width: 232px;
}
#content #header #contact {
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	text-align: center;
	position: relative;
	top: -20px;
	left: 550px;
	height: auto;
	width: 200px;
	font-weight: bold;
	color: #000;
}
#content #header #contact #free_estimates {
	color: #900;
	font-weight: bolder;
	font-style: italic;
	text-decoration: blink;
}
#content #footer {
	position: relative;
	text-align: center;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: auto;
	width: auto;
	left: auto;
	top: 75px;
	right: auto;
	bottom: auto;
}
#content #header #body #contact_form {
	position: relative;
	width: 300px;
	top: -325px;
	left: 465px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#content #header #footer a {
	color: #666;
	text-decoration: none;
}
