/*
Copyright (c) Enigma Interactive 2008

SOM3
Filename:		layout_home.css
Description:	Site-wide layout elements
     
History
ver date  			who     		comment
-----------------------------------------------------------------------------
1	unknown
*/

div#siteBody {
	background: url(/images/body_home.gif) top left repeat-y;
}

div#siteContent{
	width:370px;
}

div#panelMain div.signpost{
	position:relative;
	width:100%;
	float:left;
	padding-bottom:6px;
	margin-bottom:6px;
	margin-top:6px;
	padding-top:6px;
	background : url(/images/site/horizontalseperator.gif) repeat-x top left;
}

div#siteSignPost{
	width:326px;
}

div#siteSignPost div.signpost div.signpostTitleNoImage,
div#panelMain div.signpost div.signpostTitleNoImage{
	width:100%;
	float:left;
	padding-bottom:5px;
}

div#siteSignPost div.signpost div.signpostTitle,
div#panelMain div.signpost div.signpostTitle{
	width:50%;
	float:right;
}

div#siteSignPost div.signpost div.signpostImage,
div#panelMain div.signpost div.signpostImage{
	width:48%;
	float:left;
	margin-right:5px;
}

div#panelMain div.signpost div.signpostBody,
div#siteSignPost div.signpost div.signpostBody{
	width:50%;
	float:right;
}

div#siteSignPost div.signpost div.signpostBody{
	margin-top: 0px;
}

