
#topnav{	background:#0101DF;	width:100%;	height:25px;}
#botnav{	background:#BDBDBD;	width:100%;	height:56px;}

#bot{	background:url(bot10.png);	width:980px;	height:150px;		bottom:1px;}


	
#header1{
height: 50px;
width: 100%;
background-color: black;
position: absolute;
top: 0;
}

#mainbody{
       position: absolute;
       top: 50px; /* Header Height */
       bottom: 20px; /* Footer Height */
       width: 100%;
    }

#content{
	  background:#FFFFFF;	
	  width:100%;	
	  height:480px;
}

#menu{
       position: absolute;
	   background:#FFFFFF;
       bottom: 0px;	   
	   width:100%;	
	   height:57px;
}	

#footer{
height: 20px;
width: 100%;
background-color: grey;
  position: absolute;
    bottom: 0;
}


