#mainLogo{
  background-image : url("atlaslogocropsm.jpg");
  background-size : 400px 439px;
  width : 400px ;
  height : 439px ;
  float : left;
}
#Container {
  margin : 10px auto;
}

#mainPanel {
  float : left;
width : auto;
  margin : 0 auto;
  clear : right;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
  	z-index: 1000;
}
#About {
  position: relative;
  margin : 50px auto;
  display : inline;
  float : left;
  width : 560px;
  height : 340px;
}
#Treatment {
  position: relative;
  margin : 50px auto;
  display : inline;
  float : left;
  width : 560px;
  height : 340px;
/*
  overflow : scroll;
  */
}
#Pilates {
  position: relative;
  margin : 50px auto;
  display : inline;
  float : left;
  width : 560px;
  height : 340px;
}
#Appointments {
  position: relative;
  margin : 50px auto;
  display : inline;
  float : left;
  width : 560px;
  height : 340px;
}


#Footer {
  clear : both;
position: absolute;
left: 620px;
top: 460px;
 /* float : right;
  margin : 0 30px;
    */
  font-family : CopperPlate, "Copperplate Gothic Bold";
  color: #196;
}

ul.MenuBarHorizontal
{
margin: 0;
  padding: 0;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 145px;
  float: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFF;
  font-family: CopperPlate, "Copperplate Gothic Light", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

ul.MenuBarHorizontal a
{
  display: block;
  cursor: pointer;
  background-color: #196;
  padding: 0.25em 0.75em;
  color: #FFF;
  text-decoration: none;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
  background-color: #99cc33;
  color: #FFF;
}

#Copper
{
  font-family: CopperPlate,"Copperplate Gothic Light",  Arial, Helvetica, sans-serif;
  font-weight: bold;
}

a
{
  color: green;
}
