@charset "utf-8";
/* CSS Document */

#contact_wrapper{
	margin:5px 0px 0px 20px;
	float:left;
	width:900px;
}

#left_col{
margin:5px 0 0 10px;
float:left;
width:450px;
}

#right_col{
margin:5px 10px 0px 10px;
float: right;
width:300px;
}

