body,
	html {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: black;
		text-decoration: none;
		margin:0;
		padding:0;
		background: gray;
		
	}
	
	<!-- background-image:url(../images/backbus.jpg);background-repeat:repeat; --> 
	<!-- #6699CC; -->
	<!-- A:link {text-decoration: none} -->
	<!-- A:visited {text-decoration: none} -->
	<!-- A:active {text-decoration: none} -->
	<!-- A:hover {text-decoration: none} -->
	
	a:link{
color: black;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:visited{
color: black;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:hover{
color: black;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:active{
color: black;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
} 
	
	body {
		min-width:1000px;
		height: 750px;
	}
	#wrap {
		background:white;
		margin:0 auto;
		width:1000px;
	}
	#header {
		background: white;    
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
	#nav {
		background:#cc9;
		padding:5px;
		font-size: 8pt;
	    text-align: center
	}
	
	
	
	
	#main {
		background:white;
		float:left;
		width:500px;
		max-height: 50000px;
		min-height: 550px;
		padding-top: 10px;
	}
	#main h2, #main h3, #main p, #main table {
		padding:0 10px;
    }
    
	#leftbar {
		background:#cc9;
		padding:0 0 0 10px;
	    font-size: 8pt;
		float:left;
		width:200px;
		max-height: 2500px;
		min-height: 550px;
	}
	#leftbar ul {
		margin-bottom:0;
    }
    #leftbar h3, #sidebar p {
		padding:10px;
    }
    
	#rightbar {
		background:white;
		padding-top: 10px;
		padding-right: 15px;
		float:right;
	    font-size: 8pt;
		width:240px;
	}
	#footer {
		background:#cc9;
		clear:both;
		height: 20px;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
