
body {
	line-height: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330000;
}

img {
	border-style: none;
}
	

h1 {	
	font-size: 34px;
	padding-top: 12px;
	font-weight: normal;
	color: #216B18;
	
}



h2 { 	font-size: 20px;
	color: #330000;
	padding-top: 2px;
}



p {
	margin-top: 0;
	text-align: justify;
	font-weight: normal;
	color: #33000
}


#wrapper {
	width: 100%;
		
}


/* Header */


#header {
	padding: 0px;
	width: 870px;
	height: 250px;
	margin: 0px auto;
	background: url(images/Image1.png) no-repeat left top;
	border: 1px solid #FFFFFF;
}


/* Menu */

#menu {
	width: 870px;
	margin-top:200px;
	height: 50px;
	background: url(images/menu.png) no-repeat left top;	
}


#menu ul {
	margin: 0px;
	padding: 10px; 
	list-style: none;
}

#menu li {
	float: left;
}



#menu a {
	display: block;
	padding: 12px 20px 0px 22px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	font-weight: normal;
	color: #330000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
	padding-left: 0px;
}

/* Page */

#page {
	width: 870px;
	margin: 0px auto;
		
}

#banner {
	width: 870px;
	height: 60px;
	margin: 0px auto;
	background: url(images/img02.jpg) no-repeat left top;	
}


/* Content */

#content {
	width: 870px;
	margin: 0px auto;	
	background: url(images/Sidelogo.jpg);
	background-repeat:no-repeat;
	background-position:top right;						
}

#content h1 {
	font-weight: strong;
}


#content_box{ 
	width: 700px;	
}

#content_box img { 
	border: 2px solid #216B18;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
	
}


#content_box h1 {	
	font-size: 0px;
	padding: 0px;
	margin: 0;
	line-height: 0px;
	colour: #FFFFFF;
	
}

#content_extrabox{
	height: auto;
}

#content_extrabox img { 
	border: 2px solid #216B18;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
	
}


#content_box2{ 
	width: 700px;
	align: centre;	
}


#sidebar {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
	text-align: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

#sidebar h3 {
	font-size: 20px;
	color: #216B18;
	font-weight: normal;
	line-height: 1;
}

#sidebar h4 {
	font-size: 18px;
	color: #330000;
	font-weight: normal;
	line-height: 0.3;
}




/* Footer */

#footer {
	
	margin: 0px auto;
	padding: 5px 10px 30px 0px;
		
}

#footer p {
	margin: 0;
	text-align: right;
	text-transform: lowercase;
	line-height: normal;
	font-size: 12px;
	color: #000000;
}



