/* CSS Document */

body{
  margin: 0px;
  height:100%;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #303030;
  background: #444444;
}

#main-wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 1004px;
  
}

#main{
  float: left;
  width: 1004px;
  background: url(images/main_bg.jpg);
}

#container{
  width: 990px;
  height: 100%;
  float: left;
  margin-left: 7px;
}

#content{
  background: #e3e3e3;
  float: left;
  width: 988px;
  border-left: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
  height: 100%
}

#content-body{
  float: left;
  width: 910px;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

#flash{
  float: left;
  width: 990px;
  height: 407px;
}

#footer{
  background: #2f2f2f;
  float: left;
  width: 990px;
  color: #757575;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

a.footer:link, a.footer:visited, a.footer:active{
  color: #757575;
  font-size: 11px;
  text-decoration: none;
}

a.footer:hover{
  color: #757575;
  font-size: 11px;
  text-decoration: underline;
}

.title{
  color: #f3640d;
  font-size: 18px;
  font-weight: bold;
}

#home-main-text{
  float: left;
  text-align: justify;
  width: 524px;
  margin-left: 40px;
  margin-top: 20px;
}

#home-main-photo{
  float: right;
  width: 356px;
  height: 300px;
  margin-right: 40px;
  margin-top: 20px;
}

#boxes-wrapper{
  background: #e3e3e3;
  float: left;
  width: 988px;
  height: 162px;
  padding-top: 40px;
  padding-bottom: 20px;
}

#auto-box{
  float: left;
  width: 256px;
  height: 122px;
  background: url(images/auto_detailing_bg.jpg);
  margin-left: 44px;
  margin-right: 44px;
}

#boat-box{
  float: left;
  width: 256px;
  height: 122px;
  background: url(images/boat_detailing_bg.jpg);
}

#specials-box{
  float: right;
  width: 256px;
  height: 122px;
  background: url(images/specials_deals_bg.jpg);
  margin-right: 44px;
}

.box-content{
  float:left;
  width: 141px;
  height: 72px;
  font-size: 11px;
  padding-top: 50px;
  padding-left: 115px;
}