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

	body
		{
			margin: 0;
			padding: 0;
			font-size: 90%;
			font-family: arial, helvetica, sans-serif;
		}
		
		
		
		#wrapper {
	width: 921px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;


}
		
		#navigation
		{
			top: 260px;
			height: 76px;
			margin-bottom: 0px;		}
		
		
		
		#header
		{
			top: 260px;
			height: 203px;
			background-color: #89876b;
			margin-bottom: 0px;
		}
		
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
		
		#containter {
			width: 981px;
			background-color:#096;
			
		}
		
		#col1
		{
			float: left;
			width: 603px;
			margin-bottom: 10px;
		}
		
		#col2
		{
			float: left;
			width: 202px;
			margin-left: 20px;
			margin-bottom: 10px;
		}
		
		#col3
		{
			float: left;
			width: 202px;
			margin-left: 3%;
			background-color: #bbb;
			margin-bottom: 10px;
		}
		
		#footer
		{
			clear: both;
			height: 50px;
			background-color: #89876b; color:#fff;
		}
		
		h1
		{
			margin: 0;
			padding: 5px;
		}
		
		h2
		{
			margin-top: 0;
			padding-top: 7px;
		}
		
		h2, p
		{
			margin-left: 7px;
			margin-right: 7px;
		}
