/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/all/home_generic.css (ESH Main Site)
Description:Generic home page classes 
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
6	08Apr05		CT			Amended margins in text_box div img
5	05Apr05		CT			Added text_box div img 
4	31Mar05		CT			Added classes for new grid layout
3	24Mar05		CT			Updated cell layout
2	23Mar05		CT			Updated home_signpost
1	11Mar05		CT			created
2.0.0
*/

@import url(/css/all/home_generic.css);

.home_page_content {
	width : 535px;
	font-size : 0.75em;
}

.home_signpost {
	width : 157px;
	padding : 10px 10px 10px 10px;
	float : left;
}

.home_box {
	width : 157px;
	padding : 10px 10px 10px 10px;
	float : left;
}

.home_box div img {
	float : right;
	margin-top : 1px;
	margin-bottom : 1px;
}

.boxwrap { 
		width: 531px; 
	}
	
.boxtop { 
	width : 531px; 
	background-image : url('/images/home_border.gif');
}

.boxHorizontalBorder {
	width : 531px; 
}

.boxbottom {
	width: 531px; 
	background-image : url('/images/home_border.gif');
}

.boxsignposts {
	width: 531px; 
	float: left;  
	background-image : url('/images/home_border.gif');
	background-position : top center;
	background-repeat : repeat-y;
}

.boxright { 
	width: 177px;
}

.boxmiddle { 
	width: 177px;
}

.boxleft { 
	width: 177px; 
}

.text_box {
	width : 177;
	padding : 10px;
	margin : 0px;
	float : left;
}

.text_box div img {
	float : right;
	margin-top : 1px;
	margin-bottom : 1px;
}




