@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') #b10c1a;
	background-repeat: repeat-x;	
	text-align: center;
	font-size: 12px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #990099;
}
a img {
	border: 0px;
}
.picborder {
	border: 1px solid #000000;
}

.container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: #ffffff;
	height: auto;
}
.content_container {
	width: 855px;
	margin: 0 auto;
}
.menu {
	width: 855px;
	margin-bottom: 5px;
}
.maintextbox {
	width: 573px;
	float: left;
}
.boxes {
	width: 279px;
	float: left;
}
.indextext {
	width: 855px
}
.footer {
	width: 845px;
	height: 15px;
	background-color: #62030B;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	font-size: 11px;
	color: #FFCC00;
}
/* CLEARS */

.clear {
	clear: both;
}

/* FONTS */

.header {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
.style1 {	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
