#main { background: #f7f1e1; }

#bigimage { float: left; margin: 10px 0 0 0; padding: 0; width:307px; height:297px;} /* the big CMS image */

/* layout and text styles having to do with the teaser next to the image */

#teaser { margin: 10px 0 0 20px; padding: 0; width: 180px; float:left;}
#teaser h3 { margin: 0; padding: 0 0 2px 0; color: #e44521; }
/*#teaser h3 a { color: #e44521; }*/
#teaser h3 a:active { color: #8a3d2b; }
#teaser h4 { margin: 0; padding: 0 0 5px 0; color: #422416; }
#teaser p { margin: 6px 0 2px 0; padding: 0; font-size: 12px; font-weight: bold; line-height: 14px; }

/* arrows */
#marketplace { margin: 0; padding: 0 0 10px 0; width: 790px; }
#arrows { margin: 0 0 0 1px; padding: 10px 0 0 0; text-align: left; }


.readmore a:link, .readmore a:visited { color: #e44521; }
.readmore a:hover, .readmore a:active { color: #8a3d2b; }

/* gold bar content area */

#goldbar { 
			margin: 0; 
			padding: 0 0 0 13px; 
			height: 320px; 
			width:788px; 
			background: url(../img/home/goldbar-t.gif) repeat;
			border-bottom: 1px solid #b39364; 
			border-top: 1px solid #c7a775; 
			float:right;
			/*position:relative;*/
		}
/*
#goldbar { width: 787; height: 320px; margin: 0; padding: 5px 5px 10px 10px; background: #e4e8d5; }
*/
/* rightside 3 boxes */
#boxes { float:right; width: 225px; margin: 0 0 0 0; padding-right: 22px; }
#boxes p { font-weight: bold; }
#boxes a:link, #boxes a:visited { color:#422416; }
#boxes #green_box { width: 220px; height: 60px; margin-bottom: 7px; background: #a2c155 url(../img/home/green_box_bg.gif) repeat-x; }
#boxes #red_box { width: 220px; height: 60px; margin-bottom: 8px; background: #f47721 url(../img/home/red_box_bg.gif) repeat-x; }
#boxes #blue_box { width: 220px; height: 60px; margin-bottom: 8px; background: #5dabaa url(../img/home/blue_box_bg.gif) repeat-x; }

#boxes span.leftside { float: left; padding: 5px 0 0 10px; }
#boxes .subtext { width: 130px; color: #fff; }
#boxes span.icon { width: 60px; display: block; padding: 2px 10px 0 0; float:right; }


/* fellowship dropdown */
#fellowship_story { 
	/*position: absolute;*/
	/*margin-left:518px;*/
	float:right;
	margin: 0 0 10px 0;
	background:url(../img/home/fellowship_bkrnd.jpg) repeat-y;
	width:260px;
}
#fellowship_top {
	cursor:pointer;
	background:url(../img/home/fellowship_top.jpg) no-repeat;
	height:43px;
}
#fellowshipContent{
	position:absolute;
	padding:15px 20px 0 20px;
	color:#fff;
	height:242px;
	width:220px;
	background:url(../img/home/fellowship_bkrnd.jpg) repeat-y;
}
#fellowshipContent h3{
	color:#ffcb05;
	font-weight:bold;
	font-size:12px;
	margin-bottom:15px;
}	
#fellowshipContent span {
	color:#ffcb05;
}
#fellowshipContent a:link, #fellowshipContent a:visited {
	color:#ffcb05;
	font-size:10px;
	font-weight:bold;
}
#fellowshipContent a:hover {
	color:#fff;
}	
#fellowship_bottom {
	background:url(../img/home/fellowship_bottom.gif) left no-repeat;
	height:19px;
}