body {
  padding: 0;
  margin:0;
  background-image: url(images/body-bg.jpg);
  background-repeat: repeat-x;
  background-position: 0px 2px;
}


#mainframe {
  width: 955px;
  margin: 0 auto;
}


#header {
  width: 954px;
  height: 123px;
}

div#logo {
  width: 465px;
  height: 123px;
  float: left;
}

#contactinfo {
   color:#D5AD31;
   font-size: 18px;
   font-family: arial, "verdana", san-serif;
   font-weight: bold;
   padding-top: 35px;
   letter-spacing: 1px;
   line-height: 24px;
}

.bluetext {
  color: #39528A;
}

#navbar {
  width:954px;
  height: 35px;
  background-image: url(images/nav-bg.jpg);
  background-repeat: repeat-x;
  text-align:center;
}

ul#nav {
	margin: 0 auto;
	list-style-type: none;
	display: inline-block;
	text-align:center;
    padding-top: 8px;
    font-family: "arial";
    font-size: 16px;
    color: #000;
    font-weight: bold;

}

#nav li {display: inline;}

#nav a:link, a:visited {
  color: #000;
  text-decoration: none;
}

#nav a:hover {
    text-decoration: underline;
}

#sectionone {
   width: 954px;
   height: 430px;
}

#windowframe {
  float: left;
  width: 338px;

  
}

#specials {
    height: 219px;
    width:592px;
    padding: 0;
    margin:0;
    float: right;
    position: relative;
}


 #pagetext {

   font-family: century gothic;
   font-size: 18px;
   font-weight: bold;
   color:#474747;
   padding-top: 16px;
   position: relative;
   padding: 0 9px;
}

#freeestimate {
   padding-left: 25px;
   text-align: left;
   padding-top: 30px;
}

#sectiontwo {
   width:954px;
   height: 203px;
}

#bbb {
  width: 344px;
  float: left;
  margin-left: 90px;
  position: relative;
}

#freequote {
  width: 399px;
  float: right;
  margin-right: 90px
}

#footer {
  text-align: center;
  font-family: tahoma;
  font-size: 12px;
  padding-top: 10px;
  margin-bottom: 20px;
}

#credit { background-color:inherit; color: #aca481; font-size: 70%; text-align: center; }
#credit a  { color: #aca481; text-decoration: none; }
#credit a:hover { color: #aca481; text-decoration: underline; }











