<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		text-align:center;

		}
	
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		  
		}
		
	#contentleft {
		width:250px;
		padding: 0px 0px 0px 0px;
		margin-top: 0px;
		float:left;
		}
	
	
	#contentcenter {
		width:280px;
		padding: 0px 0px 0px 30px;
		float:left;
	
		}
		

	
	
	#contentright {
	
		width:240px;
		list-style-type: square;
		list-style-color: #4eb9f1;
		
		margin-top: 0px;
		float:left;
		
		}
	
	ul{
list-style-type:none;

}
li{
display:inline;
}
a{ 
float:left;
text-decoration:none;
color:#181269;
font-weight:bold;

padding: 0px 30px 0px 0px;

}
a:hover{
color:#4eb9f1;
}
	

#footer {
    position: absolute;
    bottom: 0;
	}

	
</style>