body {
	background-color: #ffffff;
	margin:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	line-height:16px;
	color:#333333;
	text-align:justify;
	}
#header-left h1 {
font-size:18px;
padding:8px 0px 0px 10px;
margin:0px;
font-family:"Trebuchet MS", Arial;
}
#header {
	height:35px;
	background:url(images/header-bg.gif) repeat-x;
	color:#FFFFFF;
	}
#header-container {
	width: 900px;
	height:35px;
	margin:0 auto;
}
#header-left {
	width: 400px;
	margin:0 auto;
	float:left;
}
#header-right {
	width: 400px;
	height:15px;
	margin:0 auto;
	float:right;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}
#header-right a {
	color:#FFFFFF;
	}
#banner {
	height:200px;
	background-color:#f2cb12;
	}
#banner-container {
	width: 900px;
	height:200px;
	margin:0 auto;
}
#menu {
	height:50px;
	background:url(images/menu-bg.gif) repeat-x;
	}
#menu-container {
	width: 900px;
	height:50px;
	margin:0 auto;
}
#menu-container ul, #menu-container ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#menu-container ul {
        padding: 15px 0 25px 0px;
        text-align: center;
}
#menu-container ul li {
        display: inline;
}
#menu-container ul li a {
        color: #FFFFFF;
		font-size:14px;
        text-decoration: none;
        padding: 15px 12px 19px 12px;
}
#menu-container ul li a:hover {
        text-decoration: underline;
		background-color:#f2cb12;
		color:#333333;
}
#menu-container #current a {

}
#menu-container #current a span {

}
#content-container {
	width:900px;
	margin:0 auto;
	padding:20px 0px 0px 0px;
	}
#content-left {
	width:675px;
	float:left;
	padding-right:25px;
	padding-bottom:25px;
	}
#content-right {
	width:200px;
	float:right;
	padding-bottom:25px;
	}
#content-right-container {
	background-color:#545454;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
#content-right-container h2 {
	padding-top:0px;
	margin-top:0px;
	}

#subMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
#subMenu {
        width: 180px;
        margin: 0 auto;
        }

#subMenu ul li a {
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 100%;
        text-decoration: none;
        }

#subMenu ul li a:link, #subMenu li a:visited {
        color: #ffffff;
        display: block;
        padding: 8px 25px 8px 10px;
        text-align: left;
        }

#subMenu ul li a:hover, #subMenu li a:active {
        color:  #333333;
        background: #CCCCCC;
        padding: 8px 25px 8px 10px;
        text-align: left;
		text-decoration:underline;
        }
#subMenu ul li #current {
        color: #333333 ;
        background: #ffffff;
        padding: 8px 25px 8px 10px;
        text-align: right;
		text-decoration:underline;
		font-size:100%;
        }

#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;
	background-color:#f2cb12;
	border-top: solid 1px #323232;
}
#footercontainer {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}
#footerbody {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footerleft {
	float:left;
	width:600px;
	padding-left:20px;
}
#footercentre {
	float: left;
	width:560px;
}
#footerright {
	float:right;
	width:220px;
}
#gallery {
	background: #F2CB12;
	height:245px;
	font-size:8px;
}
h1 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h3 {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
  color: #FF0000;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}
.clear { 
clear: both; 
} 

#table-header {
	background-color:#545454;
	color:#FFFFFF;
	font-weight:bold;
	}
#table-row-one {
	background-color: #EEEEEE;
	}
#table-row-two {
	background-color:#DDDDDD;
	}