/*
Author:		Mike Charnock
Website:	http://www.mtconline.co.uk/
*/

/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	color:#808000;
	}
a {
	color:#808000;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#f0f0f0;
	}
img {
	border:0px none;
	}
p {
	margin-bottom:20px;
	line-height:15px;
	}

/* Headings */

h1 {
	font-size:20px;	
	color:#808000;
	}
h2 {
	font-size:14px;
	color:#f0f0f0;
	font-weight:bold;
	letter-spacing:2px;
	}
h3 {
	font-size:18px;
	color:#EF1616;
	}
h3 a{
	font-size:18px;
	color:#f1f1f1;
	}
h3 a:hover{
	font-size:18px;
	color:#EF1616;
	}
h4 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#808000;
	font-size:18px;	
	color:#fff;
	}
h5 {
	font-size:3px;
	color:#006400;
	}

/* ============================= Wrapper ============================= */

#wrapper {
	width:958px;
	margin:0 auto;
	background-color:#292626;
	}
/* ============================= Header ============================= */

#header {
	height:156px;
	background-image:url('images/banner.jpg');
	background-repeat:repeat-x;
	background-color:#000000;
	border-bottom:2px solid #808000
	}

/* ============================= Menu ============================= */

#menu {
	float:left;
	}
#menu ul {
	list-style-type:none;
	padding-right:10px;
	}
#menu li {
	float:left;
	text-align:center;
	margin-left:3px;
	}
#menu li a {
	height:26px;
	line-height:26px;
	width:80px;
	display:block;
	color:#ffff00;
	font-size:11px;
	margin-top:5px;
	}
#menu li a:hover {
	height:30px;
	line-height:30px;
	margin-top:5px;
	color:#fff;
	}
#menu li .active {
	height:30px;
	line-height:30px;
	margin-top:5px;
	color:#808000;
	}


/* ============================= Left Column ============================= */
#sidebar {
	float:left;
	width:160px;
	padding:10px;
	text-align:left;
	}
#sidebar ul {
	list-style-type:none;
	}
#sidebar li {
	padding-left:10px;
	}
#sidebar li a {
	font-weight:normal;
	}
/* ============================= Right Column ============================= */
#body {
	padding:10px;
	padding-left:20px;
	}
#body a {
	color:#fff;
	text-decoration:underline;
	}
#body a:hover {
	color:#808000;
	text-decoration:none;
	}
#thumbgallery{
	margin:0 auto;
	text-align: center;
}
/* ============================= Gallery ============================= */
#thumbgallery img {
	border: 1px solid #9F8E5A;
}		
 
#thumbgallery img:hover{
	border: 1px solid #fff;
}

/* ============================= Footer ============================= */

#footer_links {
	background-color:#000000;
	padding:10px;
	text-align:center;
	}
#footer_links a {
	color:#808000;
	text-decoration:underline;
	}
#footer_links a:hover {
	color:#fff;
	text-decoration:none;
	}