/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		OHE
Filename:		layout_home.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	20/12/06	PG			inital setup
1	8/12/06		PG			created

*/
#Right .left{
	float:left;
	width:40%;

}

#Right .right{
	float:right;
	width:59%;		
}

#Right .box{
	margin-bottom:1em;
}

#Right .box .item{
	padding-bottom:0.5em;
} 