/* CSS Document */
html, body { margin: 0; padding: 0; }
#header {
  width: 800px;
  float: left;
}
#maincontainer {
  width: 800px;
  margin-left: auto;
  margin-right: auto
}
#nav {
  width: 200px;
  float: left;
}
#main {
  float: right;
  width: 600px;
}
#footer {
  width: 800px;
  float: left;
}

#homemain {
  width: 800px;
  float: left;
}

#fadeshow1 {
position:relative;
width: 550px;
height: 43px;
left: 120px;
top: -26px;
}

.locations {
position:relative;
top: -40px;
left: 40px;
height: 231px;
width: 745px;
background-image: url(images/images/web_site_home_locations2.png);
background-repeat:no-repeat;
}

.homemenu {
position:relative;
top: -30px;
left: 0px;
}


