@charset "utf-8";
/* CSS Document */

#left {
	float:left;
	width:925px;
	margin-left:7px;
	margin-top:7px;
	}
#main {
	position:relative;
	height:100%;
	}
#bottom_section {
	background: url(../images/left_gradient.jpg) top left repeat-x #CACACA;
	color:#000000;
	padding: 10px 10px 20px 20px;
	border:5px solid #CACACA;
	float:left;
	width:885px;
	}

