
/*=-=-=-=-=-=-CONTENT Elements=-=-=-=-=-=-*/
#content_body{
	background-color: #ffffff;
	border:0px;
	border-left:1px solid #e1e1e1;	
	border-right:1px solid #e1e1e1;	
	padding:0px;
	margin:0px;
	
	}

#col_top {
	width:745px;
	float:left;
	}

#col_left {
	width:150px;
	float:left;
	min-height:100px;
	}
	
#col_center {
	float:left;
	width:374px;
	min-height:100px;

	}

#col_right {
	width:373px;
	float:left;
	min-height:100px;
	border-left:1px solid #e1e1e1;	
	
	}

#content_top {
	padding:10px;
	}
	
#content_center {
	padding:10px 5px 10px 10px;
	}

#content_right {
	padding:10px 10px 10px 5px;
	}
	
	
