@charset "utf-8";
/* CSS Document */
body {/*Unique body styles*/
	color:#000000;
	font-family:Palatino, Garamond, Georgia, "Times New Roman", serif;
	font-size: 1em;
}
h2 {
	margin: 10px 0 10px 50px;;
	padding:0;
	text-indent: 0px;
	text-transform:uppercase;
	font-size: 1.1em;
}
a {
	color:#000000;
}

a:link, a:visited, a:active {
	color:#000000;
}


#container {
	background: #E5EABC url(../images/content_bg/tan_bg.gif) left top repeat-y;
}
#content {
	width:33%;
	float:left;
}

#featureItem {
	width:60%;
	float:right;
}
#content p, #featureItem p{
	margin:0;
	padding:0;
}
#content p {
	margin-left:50px;
}
#featureItem form {
	margin-right:50px;
}




