/* Layout */

body
{
	background-color:#a7a777;
	font-family: Georgia, Verdana, Arial,  sans-serif;
	font-size: 12px;
	color: #494842;
	margin:0; padding:0;
	text-align:center
}

#wrapper 
{
	margin: 0 auto;
	padding:0;
	width: 780px;
	overflow:hidden;
	background-color:#cccb95;
	text-align:left;
}

#header
{
	text-align:left;
	height:330px;
	background-color:#cccb95;
}

#header .logo
{
	float:left;
	height:259px;
	width:175px;
	margin-top:30px;
	background-image:url(images/left_banner_back.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#header .logo img { padding-left:10px;}

#header .menu
{
	float:left;
	height:259px;
	width:605px;
	margin-top:0px;
}

#header .menu .inner {
	height:78px;
	width:605px;
}

#content
{
	clear:both;
	margin-top:-2px;
	width: 780px;
	background-color:#cccb95;
	background-image:url(images/content_back.gif);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:290px;
	padding-bottom:20px;
}

#content .innercontent {width:605px; font-weight:bold; margin-bottom:15px; padding-top:10px;}

#content .innercontent .left {
	text-align:justify;
	padding-right:10px;
}

#content .innercontent .right {
	float:right;
	width:245px;
	margin-left:20px;
	display:  inline;
	padding-bottom:10px;
}

#content .innercontent .right img {padding-bottom:11px;}

#footer 
{
	height:27px;
	width: 780px;
	background-color:#a7a777;
	padding-left:171px;
	padding-top:7px;
	color:#3d0016; font-weight:bold; font-size:10px;
}

#footer a {color:#3d0016; font-weight:bold; font-size:10px; text-decoration:none;}
#footer a:hover { text-decoration:underline}

/* Text/Header/Colours*/

.red {color:#3d0016;}

h1 {font-size:25px; color:#3d0016; margin:0; margin-bottom:2px; margin-top:2px; font-weight:bold;}
h2 {font-size:12px; color:#3d0016; margin:0; margin-bottom:2px; margin-top:2px; font-weight:bold;}
h3 {font-size:12px; color:#3d0016; margin:0; margin-bottom:2px; margin-top:2px; font-weight:bold;}

/* menu */
#header .menu .inner ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	height:53px;
}

#header .menu .inner li {
	float: left;
	display: inline;	
	margin-left: 10px;
}

#header .menu .inner a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, Verdana, Arial,  sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#3d0016;
	background: url(images/nav_back.gif) bottom left no-repeat; 
	padding-top:25px;
	padding-left:16px;
}

#header .menu .inner a:hover, #header .menu .inner .active a {
	text-decoration:underline;
}

