body {
	font-family: Verdana;
	font-size: 80%;
	background-color: #B5A553;
	margin: 0;
}
#centred-page {
	position: relative;
	width: 786px;	/* Page width must be an even number else IE puts a 1px padding on right */
	padding-top: 85px;	/* Space for header logo and animation */
	padding-bottom: 1.3em;	/* Space for footer */
	margin: 5px auto 5px auto;
	background-color: white;
	min-height:650px;	/* Ignored by IE 6. Oh well. */
}
#logo {
	position: absolute;
	left: 0px;
	width: 341px;
	top: 0px;
	border-bottom: 16px solid #425A39;
}
#anim {
	position: absolute;
	right: 0px;
	width: 445px;
	top: 0px;
	border-bottom: 16px solid #425A39;
}
#page-content {
	position: static;	/* Need some static content in centred-page */
	padding: 20px 195px 160px 20px;
}
div#navigation {
	position: absolute;
	top: 85px;
	right: 0px;
	width: 175px;
	background: url(images/ul_backg_middle.gif) repeat-y;
}
div#navigation div{
	background: url(images/ul_backg_top.gif) no-repeat;
	background-position: top;
}
div#navigation div div{
	background: url(images/ul_backg_bottom.gif) no-repeat;
	background-position: bottom;
}
div#navigation ul {
	margin:0;
	padding:5px 9px 105px 34px;
}
div#navigation li {
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: -1px;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat;
	background-position: center left;
	padding:5px 0px 5px 6px;
	margin: 0px;
	border-bottom:1px solid #9CA594;
}
#footer {
	position: absolute;
	bottom: 0;
	height: 1.3em;
	width: 100%;
	background-color: #425A39;
}
#footer p {
	margin-top: 0;
	text-align: center;
}
#navigation a:link {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
#navigation a:visited {
	text-decoration:none;
	color:black;
	font-weight:bold
}
#navigation a:active {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
#navigation a:hover {
	text-decoration:underline;
	color:black;
	font-weight:bold;
}
#javanews {
	width:570px;
	height:7em;
}
img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.display-block {
	display: block;
}
img.margin-top-bottom {
	margin-top: 3em;
	margin-bottom: 3em;
	display: block;
}
.extra-padding-bottom {
	padding-bottom: 100px;
}
h1 {
	font-size: 14pt;
	margin-bottom: 20px;
	font-weight: normal;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
}
p.error {
	color: #FF0000;
	margin-bottom: 20px;
}
table {
	margin-top: 1em;
	margin-bottom: 1em;
}
td {
	vertical-align:top;
}
td.padded {
	padding-bottom: 0.5cm
}
