h1  {
	font-weight: normal;
}

body {
	background-color: antiquewhite;
	color: navy;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	
}

a {
	color: navy;
}

leftbar {
	float: left;
	width: 5%;
	color: antiquewhite;	
}

leftcolumn {
	float: left;
	width: 20%;	
}

main {
	float: left;
	width: 50%;	
}

rightcolumn {
	float: left;
	width: 25%;	
}