body
{
	background: url('images/bg-body.gif') center 50px no-repeat #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; /* Sets default font size to 10px */
	font-weight: bold;
	color:#000000;
}

table {
	font-size:11px; /* Sets default font size to 10px */
	font-weight: bold;
	color:#000000;
}

* {
	margin:0;
	padding:0;
	}
	
ul {
	margin-left: 20px;
}

li {
	padding: 4px;
}

a:link,a:visited {
	text-decoration:none;
	color:#CF4213;
	}
a:hover,a:active {
	text-decoration:none;
	color:#999999;
	border-bottom: 1px dotted #999999;
	
}

#wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0 auto;
	width:920px;
	background:#FFFFFF;
}

#banner {
	margin:0 auto;
	width:900px;
	height: 155px;
	background: url('images/bg-banner.jpg') left repeat-x;
}

#logo {
	float: left;
	width: 310px;
	height: 110px;
	background: url('images/logo-on-bg.gif') 10px 10px no-repeat
}

#photo-panel {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#banner-bottom {
	clear: both;
}

#strapline {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}

#date {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	color: #FFFFFF;
}

#section1 {
	margin:0 auto 0 auto;
	width:900px;
	background: #CCCCCC;
	border: solid 1px #FFFFFF;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

#menu {
	line-height: 20px;
	font-size: 17px;
	margin:10px;
	width:900px;
}

#content {
	clear: both;
	margin: 10px;
	background: url('images/bg-content.jpg') left bottom no-repeat #FFFFFF;
	min-height: 300px;
}

#content-title {
	float: right;
	margin: 10px;
	width: 500px;
	text-align: left;
}

#content-text {
	clear: both;
	width: 500px;
	margin: 10px;
	float: right;
}

#section2 {
	margin:0 auto 0 auto;
	width:900px;
	background: #999999;
	border: solid 1px #FFFFFF;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.title {
	margin: 10px;
}

#content2 {
	margin: 10px;
	padding: 10px;
	background: #FFFFFF;
}

#footer {
	margin:0 auto;
	width:900px;
	min-height: 130px;
	background: url('images/bg-footer.jpg') left bottom repeat-x #333333;
}

#footer-misc-left {
	float: left;
	width: 300px;
	color: #FFFFFF;
	margin: 10px;
}

#footer-misc-right {
	float: right;
	width: 500px;
	color: #FFFFFF;
	margin: 10px;
	padding-bottom: 2px;
}

.footer-holder {
	clear: both
}

#footer-left {
	float: left;
	color: #FFFFFF;
	margin: 10px;
}

#footer-right {
	float: right;
	text-align: right;
	color: #FFFFFF;
	margin: 10px;
	padding-bottom: 2px;
}

/* Menu */

#menu ul {
	margin-left: 0px;
	list-style-type:none;
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	margin-right: 7px;
	font-size:17px; 
	/* padding-left:7px; */
	border-bottom: 3px solid #CCCCCC;
}
#menu li a:hover, #menu li.current_page_item a:link, #menu li.current_page_item a:visited,#menu li.current_page_item a:hover,#menu li.current_page_item a:active 
{
	color:#000000;
	border-bottom: 3px solid #FFFFFF;
}

#menu a:link, #menu a:visited {
	text-decoration:none;
	color:#CF4213;
	}
#menu a:hover, #menu a:active {
	text-decoration:none;
	color:#000000;
	border: 0;
}

/* Headings */

h1 {
	font-family: 'Gill Sans MT', Arial;
	font-size: 22px;
	color: #999999;
}

h2 {
	font-family: 'Gill Sans MT', Arial;
	font-size: 18px;
	color: #FFFFFF;
}

h3 {
	font-family: 'Gill Sans MT', Arial;
	font-size: 18px;
	color: #666666;
}