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


#left {
	width:180px;
	float:left;

}
#middle {
	width:325px;
	float:left;
	margin-left:20px;
	
}
#right {
	width:325px;
	float:left;
	
	
	
}

#tinymce {
	width:300px;
	height:150px;
	margin-bottom:10px;

}

