body{
margin:0px 0px 0px 0px; border:0px 0px 0px 0px;
background-color:#CCCCCC; 
font-family:verdana;
}

#header{
width:1010px;
height:90px;
background-color:#FFFFFF;
float:left;
}

#mainContent{
width:1010px;
float:left;
/*background-color:e7f4fb;*/
}

#footer{
width:1010px;
height:100px;
float:left;
background-color:#ffffff;
}

#menu{
text-align:center;
width:1010px;
float:left;
background-color:#333;
}

#menu ul {
list-style:none;
margin:0px;
padding:0px;
/*float:left;*/
}

#menu ul li {
font: 77.5% Helvetica;
margin: 5px;
padding: 0px;
float:left;
}

#menu ul li a {
background: url("../image/seperator.gif") bottom right no-repeat ;
color: #ccc;
display: block;  /*if more than one <a></a> then float proeperty will be used /*float: left;*/
margin:0px; 
padding: 10px 30px;
text-decoration: none;
font-weight:bold;
}

#menu ul li a:hover {
background: #2580a2 url("../image/hover.gif") bottom center no-repeat;
padding-bottom: 8px;
}

#space_occupied{
width:50px;
height:auto;
float:left;
background-color:#FFCC99;
}

#src_res_div{
width:160px;
/*height:auto;*/
float:left;
margin-left:2px;
border:0px solid #01A4BC;

}

/***
------------------------------- layout for admin
*/
#menu_admin{
width:980px;
float:left;
}

#mainContent_admin{
width:931px;
float:left;
margin-left:25px;
/*background-color:e7f4fb;*/
}

#footer_admin{
width:931px;
height:100px;
float:left;
margin-left:25px;

/*color:#FFFFFF;*/
}
