/*=-=-=-=-=-=-CONTENT Elements=-=-=-=-=-=-*/
#content_body{
	background-color: #ffffff;
	border:0px;
	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:580px;
	min-height:100px;

	}

#col_right {
	width:167px;
	
	float:left;
	min-height:100px;
	
	}
	
#content_center {
	padding:10px;
	}


#content_right {
	padding:10px;
	border-left:1px solid #e1e1e1;	
	}

#content_left {
	padding:10px;
	}	
