body { 
  margin: 0;	
  padding: 0;
/*  background: #fff; */
  background: #CCCC99;
  font-family: Arial, Helvetica, sans-serif;
}

#header {
/*  background: #fff url(/images/h-grad.png) repeat-x; */
  height: 115px;
  margin-top: 10px;
  text-align: left;
  padding-top: 1px;
}

#container {
/*  width: 760px; */
  width: 100%;
  background: #fff;
  min-width: 760px;	
  margin: 0 auto;
  padding: 0px;
}

#ZcontainerZ {
}

#sidemenu {
  font-size: 80%;
  float: left;
/*  width: 100px; */
  width: 20%;
  padding: 0;
}

#sidemenu ul {
  list-style: none; 
  margin-left: 15px;
  padding: 0;
}

a { color: #b00; }
a:hover { background-color: #b00; color: #eee; }

#content {
  float: left; 
/*  width: 650px; */
  width: 75%; 

}

th { background-color: #933; color: #fff; }
tr.odd { background-color: #fcc; }
tr.even { background-color: #ecc; }

/* User table styling */
table#users { width: 100%;}
table#users th { font-size: 95%; }
table#users td { font-size: 90%; }
.parah_text {
    font-size: 18px;
    color: #333333;
}
.title_font {
    color: #FFFFFF;
    font-family:  "Comic Sans MS";
    font-size: 30px;
    font-weight:lighter;
}
