/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		OHE
Filename:		layout_common_1.css
Description:	schools area content width content on right panel
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	8/12/06		PG			created

*/

/* general essentials */

@import url('layout_common_schools.css');

#siteMain #Right #mainPanel{
	width:410px;
	float:left;
}

#siteMain #Right #promoPanel{
	width:200px;
	float:right;
	display:block;
}
