#centercontent {
	background-repeat: no-repeat;
	padding: 1em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 800px;
}
body {
	background-image: url(/assets/background.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#333333;
}
h4{
font-size:medium;
font-weight:normal;
border:0px;
}
#header {
width: auto;
height:120px;
background-image:url(/assets/header.jpg);
/*background-color:#CC6600;*/
}
#header_content{
float:left;
vertical-align: middle;
padding-left:10px;
}
#middle
{
	width: auto;
	height:400px;
	border-bottom:1em;
	padding-top:1em;
}
#middle_left{
float:left;
width:350px;
}
#middle_right{
float:right;
width:430px;
padding-left:5px;
}
#featured_story{
	position:absolute;
	width:410px;
	left: 400px;
	top: 410px;

}
#centre{
text-align:center;
}
#bottom
{
	width: auto;
	height: auto;
	padding-top:1em;
}
#bottom_left{
float:left;
width:480px;
padding-right:5px;
}
#bottom_right{
float:right;
width:300px;
}
#items_list{
height:95px;
width:max;
}
#left{
float:left;
padding-right:3px;
}
#right{
float:right;
}
