

/* Start of CMSMS style sheet '02_layout' */
body {
  height:100%;
  background-image: url('images/header_back.jpg');
  background-repeat: repeat-x;
  background-color: #cccccc;
}

#header {
  width:1000px;
  height:337px;
  margin:auto;
  position:relative;
}

#menu {
  width:1000px;
  position:absolute;
  top:0px;
  left:0px;
  height:60px;
}

#main-content {
  position:relative;
  height:100%;
  width:1000px;
  margin:auto;
  background-image: url('images/content_back.png');
  background-repeat: repeat-y;
}

#content {
  padding:20px;
  width:670px;
  min-height:525px;
}

#homeContent h1 span { display:none; }
#homeContent h1 {
  height: 92px;
  background-image: url('images/welcome.png');
  background-repeat: no-repeat;
  margin-left: 5px;
}

#aboutheader h1 span { display:none; }
#aboutheader h1 {
  height: 92px;
  background-image: url('images/lifestyle.png');
  background-repeat: no-repeat;
  margin-left: 5px;
}

#smartheader h1 span { display:none; }
#smartheader h1 {
  height: 92px;
  background-image: url('images/smart.png');
  background-repeat: no-repeat;
  margin-left: 5px;
}

#vert_split {
  background-image:url(images/vert.png);
  background-repeat:repeat-y;
  height:97%;
  left:710px;
  position:absolute;
  top:10px;
  width:10px;
}

#sidebar {
  height:100%;
  position:absolute;
  right:0;
  top:0;
  width:275px;
}

#sidebar h1 span { display:none; }
#sidebar h1 {
  height: 34px;
  background-image: url('images/quick_links.png');
  background-repeat: no-repeat;
  margin-left: 20px;
}


#footer {
  text-align:center;
  bottom: 0;
  background-image: url('images/footer.png');
  background-repeat: repeat-x;
  background-color: #999;
  height:200px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 0px;
}
/* End of '02_layout' */

