body {
  text-align: center;
  min-width: 974px;
}
#wrapper {
  text-align: left;
  width: 974px;
  margin-left: auto;
  margin-right: auto;
}
#header{
	position:absolute;
	top:0;
	width:974px;
	height:361px;
	background:url(../graphics/bg-header.gif) top no-repeat;
	text-align:center;
}
/*
#headerimage{
	position:relative;
	top:165px;
	left:110px;
	width:788px;
	height:175px;
}
#headermenu{
	position:relative;
	top:150px;
	left:350px;
	width:551px;
	height:19px;
	text-align:left;
		
}
*/
#menulist{
	width: 551px;
	list-style: none;
}
#menulist li{
	display:inline;
	float:left;
	list-style: none;
	margin-left:0px;
}
#bodycontainer{
	width: 974px;
	background:url(../graphics/bg-centre.jpg) repeat-y center center;
	padding-top:361px;
}
#bodycontainerinner{
	width: 974px;
	min-height:410px;
	background:url(../graphics/bg-footer.gif) bottom no-repeat;
}
#bodycontent{
	padding-right:75px;
	padding-left:110px;
	/*padding-bottom:115px;*/
	padding-top:10px;
}
#contentleft{
	width:500px;
	
	float:left;
}
#contentright{
	width:278px;
	
	float:right;
}
#footer{
	clear:both;
	/*width:482px;
	height:50px;
	background:url(../graphics/footer.gif) bottom no-repeat;*/
}
	
