/*Layout stylesheet*/
body{	
	text-align:center;
	min-width:974px;
	min-height:800px;	
}

#contentbg
{
	background:url(../graphics/bg.gif) repeat-y;
	background-position:center;
	width:974px;
	margin:auto;
	position:relative;
}

#outer{
	width:974px;
	margin:auto;
	position:relative;
	background:url(../graphics/contentbg.gif) no-repeat;
	background-position:center bottom;	
}


#innerwrap{
	width:600px;
	float:left;
	padding-top:370px;	
	padding-bottom:100px;
	
					
}
#header{	
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:974px;	
	height:357px;	
	text-align:center;
	background:url(../graphics/headerbg.gif) no-repeat;
}
#centrecontent {	
	width:490px;	
	float:right;
	text-align:left;
	}
#right{
	float:right;
	width:347px;
	padding-top:360px;
	padding-bottom:80px;
}
#footer{
	clear:both;
	width:490px;	
	height:50px;
	bottom:0;
	position:relative;
	text-align:left;
	margin-top:15px;		
}


