/* CSS Document */
@import url(adv/adv_content01.css);
@import url(adv/adv_content02.css);
@import url(adv/adv_content03.css);

@import url(boxes/infoBOX.css);
@import url(boxes/infoBOXr.css);

#centerCONT #leftCONT {
	float:left;
	width:626px;
	margin-bottom:10px; padding:10px;
	background:#FFFFFF;
	border:2px solid #cccccc;
}
#basicCONT.home #centerCONT #leftCONT {
	width:650px;
	margin:0px; padding:0px;
	background:none;
	border:none;
}
#centerCONT #leftCONT .lcLine {
	width:100%;	height:1px;
	font-size:1px;
	border-bottom:1px solid #d8d8f1;
}
#centerCONT #middleCONT {
	float:right;
	width:320px;
}


#centerCONT a {
	text-decoration:none;
}
#centerCONT a:hover {
	text-decoration:underline;
}

