/* 
Thank you for downloading this template,.
This CSS document can be customised as you see fit. 
If you need any help please contact me. 
Dave ukthoughts.co.uk  */

html, body {
	height: 100%;
	}

/* Hack for IE, Reset to 100% height */

* html #wrap {
	height: 100%;
	}

/* End IE Hack */

body {
	background: url(background2.jpg) repeat 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	}

#wrap {
	background: url(bg2.png) repeat-y 50%;
	margin: 0 auto;
	width: 780px;
	height: auto;
	min-height: 100%;
	}

#page {
	background-color: transparent;
	width: 84%;
	text-align: left;
	margin-left: 8%;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 100%;
	}

#sidebar {
	float: right;
	color: #999;
	width: 170px;
	}

/* Headers */

h1#header {
	width: 622px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	background: url(header.gif);
	height: 90px;
	border-bottom: 5px solid #222;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px auto;
	margin-bottom: 15px;
	text-align: center;
	}

html>body {
	margin-bottom: 0px;
	}

#page h2 {
	font-weight: normal;
	font-size: 155%;
	color: #222;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
	}

#sidebar h3 {
	font-weight: normal;
	font-size: 150%;
	color: #777;
	margin-bottom: -5px;
	}

/* Links */

#wrap a:link, #wrap a:visited {
	text-decoration: none;
	color: #003366;
	border-bottom: 0px solid #003366;
	font-weight: bold
	}

#wrap a:hover {
	text-decoration: none;
	color: #CC3300;
	border-bottom: 0px solid #CC3300;
	}

#header a, #header a:hover {
	color: #fff;
	text-decoration: none;
	}

#footer a {
	color: #888;
	text-decoration: none;
	}

#footer a:hover {
	color: #ccc;
	}

p.info {
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #aaa;
	}

.hide {
	display: none;
	}

/* Lists */

li {
	list-style: square;
	margin-bottom: 5px;
	}

#sidebar ul {
	padding: 3px 0px 3px 10px;
	}

html>body #sidebar ul {
	padding: 3px 0px 3px 30px;
	}

#bits li {
	padding-bottom: 5px;
	}

#bits li:hover {
	color: #666;
	}

/* Navigation (Thanks SimpleBits) */

div#navcontainer {
	width: 622px;
	margin: 0 auto;
	background-color: #006600;
	border-bottom: 1px solid #FFFFFF;
	}

div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	}

div#navcontainer ul li {
	display: inline;
	align: center;
	margin-left: -3px;
	}

div#navcontainer ul li a {
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

div#navcontainer ul li a:hover {
	background-color: #003300;
	color: white;
	}

#active a {
	border-left: 1px solid #fff;
	}

ul#nav {
	list-style-type: none;
	height: 20px;
	background: transparent;
	padding: 0;
	text-align: center;
	font-weight: normal;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	}

ul#nav li {
	display: block;
	float: left;
	background: white;
	border: green 1px solid;
	margin-left: 0;
	margin-right: 4px;
	font-size: 9pt;
	}

ul#nav li a {
	display: block;
	padding: .4em .8em;
	color: black;
	}

ul#nav li a:visited {
	color: black;
	font-weight: normal;
	}

ul#nav li a:link {
	color: black;
	font-weight: normal;
	}

ul#nav_bottom {
	list-style-type: none;
	height: 20px;
	background: transparent;
	padding: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	}

ul#nav_bottom li {
	display: block;
	float: left;
	background: white;
	border: none;
	margin-left: 0;
	margin-right: 9px;
	font-size: 9pt;
	}

ul#nav_bottom li a {
	display: block;
	padding: .4em .8em;
	color: black;
	font-weight: normal;
	}

ul#nav_bottom li a:hover {
	border: green 1px solid;
	}

ul#nav_bottom li a:visited {
	color: black;
	font-weight: normal;
	}

ul#nav_bottom li a:link {
	color: black;
	font-weight: normal;
	}