html {
		height: 100%;
		
		
		}
body {
		height: 100%;
		font-family: "Lucida Grande","Lucida",Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		line-height: 17px;
		font-weight: normal;
		text-decoration: none;
		color: #572200;
		background: #f7f0ef;
		text-align: left;	
	
		}
p 	{
		margin-left: 10px;
		}
		
h1	{
		font:180% arial;
		color: #000000;
		margin-left: 5px;
		}
		
h3	{
		font:140% arial;
		font-weight: bold;
		margin-left: 5px;
		}
		
h5	{
		font:70% arial;
		}
		

#container	{
	margin: 0px auto 0px auto;
	width: 750px;
	}	
	
#header	{
	}
	
#navig	{
	height: 30px;
	width: 100%;
	background-color: #e7dfd4;
	margin-top: 0px;
	}
	
#navig ul{
	margin: 0 0px;
	padding: 0 0px 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: 30px;
	white-space: nowrap;
	}
	
#navig li{
	list-style-type: none;
	display: inline;
	}
	
#navig li a {
	text-decoration: none;
	padding: 7px 39px;
	color: #572200;
	}
	
#navig li a:link {
	color: #572200;
	background-color: #ab8e7e;
	}
	
#navig li a:visited	{
	color: #572200;
	background-color: #ab8e7e;
	}
	
#navig li a:hover	{
	color: #ab8e7e;
	background-color: #e4d3c8;
	}
	


	
#main	{
	
	padding: 0 0px 10 10px;
	background-color: #e7dfd4;
	margin-top: -4px;

	
	}
	
	
#main a:link	{
	color: #572200;
	font-weight: bold;
	text-decoration: none;
	}
	
#main a:visited	{
	color: #572200;
	font-weight: bold;
	text-decoration: none;
	}
	
#main a:hover	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
	

	
#footer	{
	height: 15px;
	text-align: center;
	background: #ab8e7e;
	margin: 0px 0 10px 0;
	padding: 0px 5 0px 5;
	
	}
	
	
