@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;
	background: url('images/bg.jpg') #3664c2;
	background-repeat: repeat-x;	
	text-align: center;
	font-size: 14px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #990099;
}
a img {
	border: 0px;
}
.picborder {
	border: 1px solid #000000;
}

.container {
	width: 930px;
	text-align: left;
	margin: 0 auto;
	background: #ffffff;
}
.content_container {
	width: 831px;
	margin-left: 60px;
}
.menu {
	width: 831px;
	margin-top: 5px;
}
.maintextbox {
	width: 503px;
	float: left;
	padding-left: 9px;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: text-top;
}
.boxes {
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-right: 7px;
}
.footer {
	width: 815px;
	height: 15px;
	background-color: #000000;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	font-size: 11px;
	color: #ffffff;
}
.indexfooter {
	width: 815px;
	height: 23px;
	background-color: #000000;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	font-size: 11px;
	color: #ffffff;
}
/* CLEARS */

.clear {
	clear: both;
}

/* FONTS */

.header {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}