@charset "utf-8";
/* CSS Document */

*				{
				margin:0px;
				padding:0px;
				border: none;
				}

#main_wrapper 	{
				margin-left: auto;
				margin-right: auto;
				width: 960px;
				
				}
			
	
		

h1				{
				font-size: 1.4em;
				font-family: Trebuchet, Arial, Helvetica, sans-serif;
				
				color: rgb(154,34,35);
				padding-top: 5px;
				}
				
h2				{
				font-size: 1.1em;
				font-family: Trebuchet, Arial, Helvetica, sans-serif;
				margin-left: 25px;
				color: rgb(195,47,19);
				}
				
h3				{
				font-family: Trebuchet, Arial, Helvetica, sans-serif;
				font-size:.9em;
				}
				
p				{
				font-family:  Trebuchet, Arial, Helvetica, sans-serif;
				font-size: 0.9em;
			
				}
				

				

/*CONTENT STYLES */
#main_content	{
				clear:both;
				height: 360px;
				border-top: 7px solid rgb(102,102,102);
				border-bottom: 40px solid rgb(195,47,19);		
				}
				
#left_content	{
				margin-top: 5px;
				margin-bottom: 5px;
				float: left;
				width: 615px;
				}
				
#right_content	{
				margin-top: 5px;
				margin-bottom: 5px;
				margin-left: 10px;
				border-left: 1px solid rgb(86,102,50);
				border-top: 1px solid rgb(86,102,50);
				float:left;
				width: 315px;
				padding: 5px 5px 0px 5px;
				background-color: white;
				height:auto;
				}
				
#right_content_inner {
				margin: 25px 5px 5px 5px;		
				}
				
#right_content_inner p {
				line-height: 1.5em;
				padding: 15px 25px;
				
				}
/*ALTERNATIVE NAVIGATION STYLES*/				
#alt_nav		{
				clear:both;
				padding-top: 20px;
				
				}
				
#alt_nav_inner	{	
				text-align: center;
				
				}
				
#alt_nav_inner p	{
				padding: 5px;
				}
				
#alt_nav_inner a	{
				border: none;
				text-decoration: none;
				color:black;
				}
				
#alt_nav_inner a:hover{
				color: rgb(86,102,50);
				}

#alt_left		{
				width: 314px;
				padding-top:5px;
				float:left;
				border-right: 1px solid black;
				height: 85px;
				padding-bottom: 20px;
				margin-bottom: 20px;
				}
				
			
#alt_centre		{
				float:left;
				width: 314px;
				padding-top:5px;
				border-right: 1px solid black;
				height: 85px;
				padding-bottom: 20px;
				margin-bottom: 20px;
				}
				

				
#alt_right		{
				float:left;
				width: 320px;
				padding-top:5px;
				height: 85px;
				padding-bottom: 20px;
				margin-bottom: 20px;
				}
				

/*FOOTER STYLES*/				
#footer			{
				clear: both;
				width: 960px;
				
				text-align: center;
				}


					
	

		