<style type="text/css">
	
	body {
		margin: 0;
		font-family: "Crete Round", arial, sans-serif;
		}

	#header
		{
			background-color: #4B6524;
			border-bottom: 1px solid #333;
			font-color: #FFFFFF;
			font-family: garamond;
			font-size: 1.5em;

		}



	#columnLeft {
		float: left;
		width: 190px;
		margin-left: 10px;
		padding-top: .5em;
		background:#fff;
		}

	#columnRight {
		padding-top: .5em;
		margin: 0 2em 0 240px;
		background: #fff;
		border-left: 2px solid black;
		}

	#footer
		{
		clear: both;
		background-color: #c60029;
		padding-bottom: 1em;
		border-top: 1px solid #333;
		padding-left: 210px;
		text-align: center;
		}
	

	#columnLeft {
		}
	

			
	h1 {
		margin: 0;
		padding: 0 0 0 4px;
	}	
		
	p, h2 {
		margin: 4px;
			}

	p, h3 {
		margin: 4px;
			}

	p {
		font-family: Verdana, sans-serif;
		font-size: .8em;
	}


#navigation
{
display: inline-block;
width: 100%;
height: 48px;
background-color: #000000;
border-bottom: 2px solid #4B6524;
border-top: 2px solid #000000;
}
 
ul {
margin: 0;
padding: 0;
}
 
#menu {
text-align: center;
}
 
#menu ul {
line-height: 48px;
list-style: none outside none;
}
 
#menu li
{
display: inline; 
}
 
#menu li a
{
color: #fff;
padding: 15px;
text-decoration: none;
font-family: Arial, sans-serif;
}
 
#menu li a:hover
{
background-color: #4B6524;
color: #fff;
}

		
</style>