/* CSS Document */

#col_one {
	float:left;
	width: 480px;
	xborder: 1px solid red;
}

#big_image a img {
	padding: 0px;
	border: 0px solid;
}	

#col_one_head {
	xborder: 1px solid red;
	padding-bottom: 15px;
}

#col_one_text {
	xborder: 1px solid red;
	background: none;
}

#col_two {
	float:right;
	width: 200px;
	xborder: 1px solid red;
}

.floating_list_one, .floating_list_two {
	display: inline;
	float: left;
}

/*  feature boxes  */

.main_feature_box {
	margin-top: 10px;
	padding: 10px;
}

.right_feature_box {
	padding: 10px;
	margin-bottom: 30px;
}

#main_feature_title {
	margin-bottom: 5px;
}

#right_feature_title {
	margin-bottom: 5px;
}

.main_feature_bottom {
	display:none;
}

.right_feature_bottom {
	display:none;
}