body {
	margin: 10px;
	background-color: #FFFFCC;
	font-family: Arial;
}

#header {
	height: 120px;
	background-image: url(images/feats.png);
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
    background-repeat: no-repeat;
}


#host {
	width: 130px;
	position: absolute;
	padding-top: 5px;
	padding-right: 10px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold; 
	top: 15px;
	right: 10px;
}

#linkbar {
	height: 24px;
	padding-top: 0px;
	text-align: center;	
	background-image: url(images/header-background.png);
    border: 1px solid #000000;
	background-repeat: x-repeat;
}

#centreposition {
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 200px;
	background-color: #eeeeee;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


#centreposition-nomenu {
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #eeeeee;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#content {
	z-index: 100;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 10px;
}



li {
	font-size: 12pt;
}

#footer {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #eeeeee;
	text-align: right;
	color: #999999;
	font-size: 8pt;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

#left {
	width: 180px;
	position: absolute;
	top: 150px;
	left: 15px;
	padding: 10px 0px 10px 6px;
}