* {
  font-family:Arial;
  font-size:15px;
}
body {
  margin:0px;
  width:1000px;
}

#header {
  height:26px;
  width:1000px;
  margin: 0 0 6px 0;
  overflow:hidden;
}

#logo {
  text-indent:-1000px;
  margin: 0 0 0 0px;
  float:left;
  margin: 0 0 0 35px;
}

#logo a {
  display:block;
  background:url(/luxeforlife/images/lux/sch_logo.gif) no-repeat top center;
  width:66px;
  height:33px;
  float:left;
}

#toplinks {
  float:right;
  margin:14px 30px 0 0;
  padding:0px;
  color:#000;
  font-size:10px;
}

#toplinks a {
  text-decoration:none;
  color:rgb(64,64,64);
  font-size:10px;
}

#banner {
  width:1000px;
  height:448px;;
  background:url(/luxeforlife/images/lux/luxe_bg.gif) no-repeat;
  margin-bottom:25px;
}

#luxlinks {
  width:150px;
  height:230px;
  float:left;
  margin: 190px 0 0 35px;
  padding: 0;
  background:#FFF;
  list-style: none;
  border: solid 3px rgb(102, 55, 0);
}

#luxlinks li:first-child {
  float:left;
  margin: 32px 0 15px 0;
  padding: 0;
}

#luxlinks li {
  float:left;
  margin: 0 0 15px 0;
  padding: 0;
}


#luxlinks li a {
  margin: 0 0 0 0;
  display:block;
  width:150px;
  text-align: center;
  color: rgb(102, 55, 0);
  text-decoration:none;
  font-size:13px;
}

#content {
  float:left;
  width:698px;
  padding:0 60px 0 62px;
}


#footer {
  color:rgb(64,64,64);
  font-size:10px;
  padding:40px 0 62px 62px;
  float:left;
  clear:both;
  width:700px;
}

#footer a {
  color:rgb(64,64,64);
  text-decoration:none;
  font-size:10px;
}

/*-------------------------------------------------------------*/
div#content {
    position: relative;
    margin: 25px 0 0 50px;    
}

#content #notice {
    font-size: 20px;
    color: gray;
}
