@charset "utf-8";
/* CSS Document */
body
		{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	color:#000000;
	background-color: #EAE2B5;
	background-repeat: no-repeat;
}
#header
{
margin-bottom: 10px;
}


}

#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
#col1
{
float: left;
width: 35%;
margin-left: 3%;
display: inline;
}

h2, p
{
margin-left: 7px;
margin-right: 7px;
} 	

#col2
{
float: left;
width: 55%;
margin-left: 2%; }

#footer
{
clear: both;
} 
