
/* COLUMNS */

.container2 {
	background:#eee url(images/back_home.gif);
	background-repeat:repeat-y;	
}
.main_col {
	margin-left:460px;
}
.col1 {
	float:left;
	width:180px;
	margin:0 20px 10px 0;
}
.col2 {
	float:left;
	width:220px;
	margin:0;
	margin-bottom:10px;
}
.featured {
	margin-top:5px;
}


.coltop {
	position:relative;
	float:left;
	width:100%;
	height:92px;
	background:url(images/leaves.jpg);
	border-top:5px solid #eee;
}
html>body .coltop {
	margin-bottom:5px;
}
