/* CSS Document */
body {
    margin:0;
    padding:0;
	font-family: "Century Gothic", Arial, Verdana;
}

#navbar, #footer {
	background: url(images/nav_bg.jpg) center repeat-y #4A322C;
	color:#F1F0E5;
	font-size:0.9em;
	font-weight:bold;
	z-index:1;
}

#navbar {
	text-align:center;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	clear:both;
}

#navbar p, #footer p {
	margin:0;
	padding:10px;
}

#navbar a, #navbar a:visited, #footer a, #footer a
:visited {
	color:#F1F0E5;
	text-decoration:none;
}

#navbar a:hover, #footer a:hover {
	text-decoration:underline;
}

#maincontent {
	margin:10px;
}

#maincontent p {
	text-align:justify;
}

#maincontent p.centred {
	text-align:center;
}

html>body #maincontent {
	padding:40px 0 40px 0;
}

#maincontent p, #maincontent ul {
	color:#4A322C;
	font-size: 0.8em;
	line-height:1.6em;
}

#maincontent a, #maincontent a:visited {
	color:#cc6600;
	text-decoration:none;
}

#maincontent a:hover {
	text-decoration:underline;
}

#imagebar {
	float:right;
	padding:0 0 20px 30px;
}

h1 {
	margin-top:0;
	color:#CC6600;
	font-size:1.5em;
	font-weight:normal
}

h2 {
	color:#CC6600;
	font-size:1em;
	font-weight:normal;
}

.pressimage {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.pclear {
	clear:left;
}

img {
	border:0;
}