#contain_banner {display:none;}
#contain_column2, #contain_column3 {width:340px;}
/* ----------------------------------------------------------------- 
			ROUNDED CORNER BOX SETUP 
-------------------------------------------------------------------- */

.roundcornerbox{
	display:block
}
.roundcornerbox *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#eee;
}
.roundcornerbox1{
	border-right:1px solid #eee;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #eee;
	padding-left:1px;
	margin-left:3px;
	background:#eee;
}
.roundcornerbox2{
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	padding:0px 1px;
	background:#eee;
	margin:0px 1px;
}
.roundcornerbox3{
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	margin:0px 1px;
}
.roundcornerbox4{
	border-right:1px solid #eee;
	border-left:1px solid #eee;
}
.roundcornerbox5{
	border-right:1px solid #eee;
	border-left:1px solid #eee;
}
.roundcornerbox_content{
	padding:10px;
	background:#eee;
}

