/* CSS Document */
body {
	text-align: center;
	background: #FFCC66;
	color: #CC3300;
	margin-top: 5px;
}
ul#leftmenu {
	list-style: url(none) none;
	margin: 0;
	padding: 0;
	background: #CC3300;
	color: #FFEA95;
}
ul#leftmenu a#here {
    text-align: left; 
    text-decoration: none;
	font-style: italic;
    height: 24px;
    background: #CC3300 url("../images/leftmenuactive.png");
	color:  #FFEA95;
    padding: 8px 0 0 28px;   
}
a {
	font-style: italic;
	font-weight: bold;
	color: #CC3300;
	font-size: 14px;
}
#container {
	background: #FFEA95;
	color: #CC3300;
	text-align: left;
	margin: 0 auto;
	width: 800px;
	border: thin solid #CC3300;
}
#header {
	background: #FFEA95;
	color: #CC3300;
	clear:both;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
	height: 125px;
	position: relative;
	left: 0px;
	top: 0px;
}
#mainbody {
	background: #FFEA95;
	color: #CC3300;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 800px;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
#content {
	background: #FFEA95 url(none);
	color: #CC3300;
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	left: 200px;
	top: 0px;
	margin: 0px;
	width: 569px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contentform {
	margin:0px;
	width:500px;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	position: absolute;
	left: 200px;
	top: 0px;
	padding: 10px;
}
#footer {
	background: #FFEA95;
	color: #CC3300;
	clear:both;
	padding: 5PX 10PX;
	text-align: center;
	font-SIZE: 80%;
	border-top: thin solid #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.imgleft {
	float: none;
	border:0;
	position: absolute;
	left: 30px;
	top: 30px;
}
.imgcentre {
	border:0;
	width:200px;
	margin: 0 auto;
	position: relative;
	left: 80px;
}
.imgright {
	float:none;
	border:0;
	clear: none;
	background-color: #FFEA95;
	position: absolute;
	left: 150px;
	top: 37px;
}
#leftnav {
	float: left;
	font-weight: bold;
	margin: 0px;
	background: #CC3300;
	color: #FFEA95;
	clear: both;
	left: 5px;
	height: 330px;
	width: 180px;
	padding: 5px;
}
#leftnav p {
	margin: 0 0 1em 0;
	background: #CC3300;
	color: #FFEA95;
	left: 2px;
}
#leftmenu {
	margin-left: 5px;
	margin-top: 10px;
	width: 126px;
	background: #CC3300;
	color: #FFEA95;
	height: auto;
	padding-left: 20px;
}
#leftmenu li a {
	text-align: left;
	text-decoration: none;
	height: 24px;
	color: #FFEA95;
	background: #CC3300;
}
#leftmenu li a:link, #leftmenu li a:visited {
	background: #CC3300 url("../images/leftmenustd.png");
	color: #FFEA95;
	display: block;
	padding: 8px 0 0 23px;
}
#leftmenu li a:hover {
	background: #CC3300 url("../images/leftmenuhover.png");
	color: #FFEA95;
	padding: 8px 0 0 28px;
}
#leftmenu li a:active {
	background: #CC3300 url("../images/leftmenuactive.png");
	color: #CC3300;
	padding: 8px 0 0 28px;
	background-color: #FFEA95;
}
.leftbox {
	padding: 10px;
	width: 260px;
	position: absolute;
	left: 0px;
	top: 50px;
}
.rightbox {
	padding: 10px;
	width: 260px;
	position: absolute;
	left: 290px;
	top: 50px;
}
.imgleftbox {
	width: 250px;
	position: absolute;
	left: 10px;
	top: 148px;
}
.imgrightbox {
	width: 250px;
	position: absolute;
	left: 307px;
	top: 148px;
}
h3 {
	padding: 0px;
	margin-bottom: -12px;
}
#scroller {
	background: #FFEA95;
	color: #CC3300;
	clear:both;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	left:50px;
	top:110px;
	height:30px;
	position: absolute;
}
#date {
	position: absolute;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
}
#flash_content {
	background: #FFEA95 url(none);
	color: #CC3300;
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	left: 200px;
	top: 0px;
	margin: 0px;
	width: 569px;
	padding: 0px;
}

