
/*=-=-=-=-=-=-CONTENT Elements=-=-=-=-=-=-*/
#content_body{
	background-color: #ffffff;
	border-left:1px solid #e1e1e1;	
	border-right:1px solid #e1e1e1;	
	padding:0px;
	margin:0px;
	}


#col_left {
	width:150px;
	float:left;
	min-height:100px;
	border-right:1px solid #e1e1e1;	
	
	}

#col_center {
	float:left;
	width:729px;
	min-height:100px;

	}

#content_center {
	padding:10px;
	}

#content_left {
	padding:10px;
	}


