#main_wrapper{
width:940px;
}
#featured_area{
width:960px;
margin:0;
}
#feature_slider{
margin:0 auto;
position:relative;
width:940px;
}
#feature_slider h2 {
font-size: 36px;
}

#feature_slider ul, #feature_slider li{
margin:0;
padding:0;
list-style:none;
}
#feature_slider li{
width:940px;
height:250px;
overflow:hidden;
}
#column_wrapper {
width: 940px;
height: 270px;
margin: 2px 0 0 10px;
border-top: green solid 3px;
}
#column_wrapper .column {
width: 290px;
margin: 2px 0 0 15px;
float: left;
}

.column_edge {
	background: url(../images/divider.png) no-repeat right 10px;
}

    
.column  h2 {
text-color: green;
}

