﻿@charset "utf-8";
/* website and css by anthony rigby - guitar@mocohq.com */

html, body { 
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #333333;
	background-color: #0a5a13;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: #ffff4e;
}
a img {
	border: 0px;
}
.picborder {
	border: 1px solid #000000;
}

.container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: #ffffff;
}
.banner {
	width: 900px;
	text-align: center;
}
.menu {
	width: 900px;
	height: 24px;
	background-image: url(images/menubg.jpg);
	text-align: center;
	padding-top: 5px;
}
.maincontent_left {
	width: 580px;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}
.maincontent_right {
	width: 300px;
	float: left;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
}
.footer {
	width: 900px;
	height: 20px;
	text-align: center;
	background-color: #07430D;
	color: #ffffff;
	font-size: 11px;
	padding-top: 5px;
}


/* CLEARS */

.clear {
	clear: both;
}

/* FONTS */

.header {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
.bigtext {
	font-family: arial;
	font-size: 14px;
}
.whitetext {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}
.style2 {
	color: #006600
}