/*
 
Copyright (c) Enigma Interactive 2005

SOM2
Project:		DCH
Filename:		layout_home.css
Description:	homepage layout
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	22/9/05		PG			updates
2	26/8/05		PG			Updated
1	24/8/05		PG			Created

*/

#siteHolder {
	position: relative;
	width: 100%;
	text-align: left;
	float:left;
	overflow:hidden;
	background: transparent url('/images/home/site_background_2.gif') no-repeat center 120px;
	z-index:100;
}

#siteContent{
	margin: auto;
	width: 770px;
}

#coSiteNavigation{
	display:block;
	position:relative;
	padding-top:10px;
	width:100%;
	overflow:hidden;
	height:110px;
}

#coSiteNavigation .logo{
	position:relative;
	display:block;
	text-align:right;
}


/* All the page content areas */
#siteMain {
	position: relative;
	/*overflow: hidden;*/
	width: 100%;
/* 	background: transparent url(/images/home/main_bg.gif) repeat-y */
}

#leftPanel {
	float:left;
	width:129px;	
}

#mainPanel {
	float:left;
	width:640px;
	/*height:305px;*/
	padding-top:22px;
	z-index:20;
	background: transparent url('/images/home/main_background.gif') no-repeat top left;
	height:600px;
}

#coSiteFooter {
	/*position:absolute;
	top: 450px;
	left:148px;
	height:40px;*/
	display:none;
	
}

#coSiteFooter .links{
	padding:10px 0px 0px 0px;
}

#coSiteFooter a{
	text-decoration:none;
	padding-left:10px; }


#Flash_Banner{
	position: absolute; 
	top: 328px; 
	left: 148px; 
	bottom: 500px;
	height: 300px;	
}
