html { min-height: 100%; margin-bottom: 1px; }

body {
	text-align:left;
	font-family:times;
	font-size:13px;
}

#headerstrip {
	background-color:#353334;
	border-bottom:5px #4e6328 solid;
	height:129px;
}

#headerarea {
	width:800px;
	margin:auto;
}

#page {
	background-color:#eeefea;
}

#main_area {
	background-color:#ffffff;
	width:799px;
	margin:auto;
	border-right:1px #c3c4bc solid;
	border-left:1px #c3c4bc solid;
	text-align:left;
}

#menubar {
	background-color:#e1e5d4;
	padding:10px;
	border-bottom:1px #c3c4bc solid;
	height:15px;
}

ul.nav {
	list-style:none;
	margin:0px;
}

ul.nav li {
	display:inline;
}

ul.nav li a.toplevel {
	color:#4f6328;
	font-family:times;
	font-size:1em;
	/*background-image:url('http://www.tir-ltd.co.uk/images/menu_seperator.jpg');
	background-position:right;
	background-repeat:no-repeat;*/
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
}

ul.nav li a.last {
	color:#4f6328;
	font-family:times;
	font-size:1em;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
}

ul.nav li a.current {
	color: #353334;
}

#content {
	padding:20px;
	width:500px;
	float:left;
}

#right_column {
	width:215px;
	padding:20px;
	float:right;
}

.right_box {
	background-color:#e1e5d4;
	border:1px #c3c4bc solid;
	padding:8px;
}

hr {
	color:#4f6328;
	background-color:#4f6328
}

h1, h2, h3, h4, h5 {
	color:#4f6328;
	margin:0px 0px 10px 0px;
}

p {
	margin:0px;
	font-size:1.1em;
	color:#353334;
}

img {
	border: 0px;
}

a {
	color: #4f6328;
	text-decoration: none;
}

a:hover {
	color: #5f5f5d;
	text-decoration: underline;
}

p.footer {
	color: #e1e5d4;
	text-decoration: none;
}

p.footer a {
	color: #e1e5d4;
	text-decoration: none;
}

p.footer a:hover {
	color: #5f5f5d;
	text-decoration: underline;
}

a.link_text {
	color: #000000;
	text-decoration: none;
}

#footer {
	background-color:#353334;
	border-top:5px #4e6328 solid;
	margin:0px;
	padding:0px;
}

#bottom_menu {
	text-align:center;
}

.hidden {
	display:none;
}
