html,body{
	margin: 0;
	padding: 0;
	background-color:#F8F8F8;
	font-family: "Times New Roman", Georgia, Serif;	
	height: 100%;	
	}
	
#wrapper {
	min-height:100%;
	position:relative;
	}

#header{
	background-color:#686868 ;
	/*background: transperent; */
	height: 8.9em;	
	
	}
#header maintab{
	color: white;
	}

#logo img{	
	float: left;	
	width: 6.5em;
	height: 8.9em;	
    }
	
#logo h1{			
	color:white;    	
    }
	
#clearthefloats{
	clear: both;
	
   }

#menutab{
    float: left;	
    top:.19em;   
    width: 100%; 
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;	
}
   
#mainbody {
	padding: .63em;
	padding-bottom:3.8em; 
	}
	
#mainbody object{
	float : center;
	}
	
#footer{
	
	position:absolute;
	bottom: 0;
	left: 0;
	text-align: center;		
	width:100%;
	height:3.8em;
	background:#686868;	
  }

