body {

	background: 	url("../images/bg.gif") repeat;

	font-family: 	times new roman;

	font-size: 		12px;

	color:			#666;

	margin-top: 	0px;

	margin-bottom: 	0px;

	margin-left: auto;

    margin-right: auto;

	text-align:		center;

}



a:link, a:visited, a:active  	{

	color: 				#623D17;

	text-decoration: 	none;

}



a:hover {

	text-decoration: underline;

}



.brownLine {

	width: 	100%;

	height:	1px;

	border-bottom: 	1px solid #B09671;

}



.clear {

	clear: both;

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0;

	padding: 0;

}



.contentRow {

	padding-top: 	20px;

	padding-bottom: 20px;

	

}



.picture {

	background-color: 	#FFF;

	width: 				185px;

	height: 			185px;

	padding: 			8px;

	border: 			1px solid #DFD68F;

	float: 				left;

}



.copy {

	width: 			472px;

	padding-left:	10px;

	float: 			left;

}



.contentContainer {

	text-align:			left;

	margin: 			0 auto;

	padding:			21px 30px 30px 30px;

	width: 				800px;

	height: 			1000px;

	background-color: 	#FFFDE2;

}



.pluses {

	background: url("../images/plus.gif") repeat;

	width: 3px;

	height: 100%;

	float: left;

}



.subHeader {

	padding-top: 20px;

}