body
	{
		text-align: center;
		font-family: "Trebuchet MS";
		font-size: 12px;
		background: url(images/pagebg.gif);
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#maincontainer
	{
		width: 665px;
		background: url(images/grad.gif) repeat-y center;
		margin: 0px auto; 
		border: solid 1px black;
	}	
#main
	{
		margin: 0px auto;
		width: 665px;
		text-align: left;
	}
#nav
	{
		text-align: right;
		color: #EAF0F4;
		padding: 5px;
		background-color: #7B5F3F;
	
	}
#innertitle
	{
		
		overflow: hidden;
		padding-left: 10px;
	}
#nav a, #nav a:visited
	{
	text-decoration: none;
	color: #EAF0F4;
	text-align: center;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	}
#image
	{
		float: right;
	}	
h1
	{
		color: #D08D64;
		font-size: 28px;
		font-weight: bold;
		padding: 10px;
	}
h2
	{
		color: #6F6F6F;
		font-weight: bold;
		font-size:20px;
		padding: 10px;
	}
h3
	{
		font-size: 13px;
		font-weight: bold;
		margin: 0px;
	}
#leftColumn
	{
		float: left;
		width: 201px;
	}
#contentColumn
	{
		margin-left: 200px;
		padding-left: 10px;
		background-color: #FFFFFF;
		background: url(images/contentbg.gif) repeat-y;
	}
#footer
	{
		font-size: 11px;
		text-align: center;
		background-color: #FFFFFF;
		border-top: #7B5F3F double ;

	}
.infooter a, .infooter a:visited, 
	{
		text-decoration: none;
		font-weight: bold;
	}
a, a:visited
	{
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
.coltext, .colheading, .content, .heading
	{
		padding: 5px;
	}
.colheading
	{
		color: #54412C;
		border-bottom: #7B5F3F solid 1px;
	}
.heading
	{
		color: #545454;
	}
.clearer
	{
		clear:both;
	}
