body
{
	background-color: #ffffff;
	margin:0px;
	padding: 0px;
	font:"Times New Roman", Times, serif;
}
#container
{
	width: 996px;
	height: 720px;
	background-image: url(../images/background.jpg);
	margin: 0 auto 0 auto;
  position: relative;
}
#repair_image
{
	width: 591px;
	height: 354px;
	background-image: url(../images/header_repair.jpg);
  	position: absolute;
	top:24px;
	left:319px;
}
#home_image
{
	width: 586px;
	height: 350px;
	background-image: url(../images/header_home.jpg);
  	position: absolute;
	top:30px;
	left:323px;
}
#building_photo
{
	width: 269px;
	height: 192px;
	background-image: url(../images/photo_dixie.jpg);
  	position: absolute;
	top: 522px;
	left: 75px;
}
#car_photo
{
	width: 262px;
	height: 192px;
	background-image: url(../images/photo_car.jpg);
  	position: absolute;
	top: 522px;
	left: 82px;
}
#title_repair
{
  	position: absolute;
	top: 378px;
	left: 345px;
}
#title_accident
{
  	position: absolute;
	top: 170px;
	left: 445px;
}
#title_insurance
{
  	position: absolute;
	top: 170px;
	left: 445px;
}
#title_home
{
  	position: absolute;
	top: 378px;
	left: 415px;
}
#title_best
{
  	position: absolute;
	top: 170px;
	left: 445px;
}
#menu
{
	padding: 270px 5px 0px 0px;
  	margin: 0px 0px 0px 75px;
	width: 270px;
	color: #292a7b;
	text-align: center;
  list-style-type: none;
  float: left;
  zoom: 1;
}

#menu li {
  padding-bottom: 2px;
}

#menu a
{
	color: #292a7b;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
  height: 30px;
  line-height: 30px;
  display: block;
  position: relative;
}

#menu a:hover
{
	color: #292a7b;
  text-decoration: none;
}

#menu a:hover.menu_home, #menu a.active.menu_home {
  background: url("../images/hover_home.gif") no-repeat center;
}

#menu a:hover.menu_repair_services, #menu a.active.menu_repair_services {
  background: url("../images/hover_repair_services.gif") no-repeat center;
}

#menu a:hover.menu_testimonials,#menu a.active.menu_testimonials {
  background: url("../images/hover_testimonials.gif") no-repeat center;
}

#menu a:hover.menu_about,#menu a.active.menu_about {
  background: url("../images/hover_about.gif") no-repeat center;
}

#menu a:hover.menu_accident, #menu a.active.menu_accident {
  background: url("../images/hover_accident.gif") no-repeat center;
}

#menu a:hover.menu_insurance,#menu a.active.menu_insurance {
  background: url("../images/hover_insurance.gif") no-repeat center;
}
#menu a:hover.menu_insurance1,#menu a.active.menu_insurance1 {
  background: url("../images/hover_insurance.gif") no-repeat center;
}

#menu a:hover.menu_contact {
  background: url("../images/hover_contact.gif") no-repeat center;
}

#content
{
	position: relative;
	top: 406px;
	float: left;
	width: 550px;
	color: #292a7b;
	text-align: left;
	color:#000000;
	font-size:12px;
	font-weight: bold;
}
#content_full
{
	position: relative;
	top: 206px;
	float: left;
	width: 550px;
	color: #292a7b;
	text-align: left;
	color:#000000;
	font-size:12px;
	font-weight: bold;
}
#footer {
    position: absolute;
    top: 660px;
    left: 360px;
    width: 570px;
    font-size: 11px;
    font-weight: bold;
}
