/* CSS Document */
html {
	height: 98%;
}

body {
	background: #202020; /* was 8abe45 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797979;
	font-size: 10px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}

img {
	border: none;
	}

#maincontainer {
	width: 955px;
	height: 600px;
	background: #8abe45; 
}
#headerback {
	width: 955px;
	height: 144px;
	background-color:#000000;
	text-align: center;
	display: block;
}
#headerback img {
	margin-top: 20px;
}
#buttoncontainer-default {
	height: 81px;
	width: 955px;
	background-image: url(images/backgrounds/default/buttons.jpg);
}
#contentcontainer-default {
	height: 412px;
	width: 955px;
	background-image: url(images/backgrounds/default/content.jpg);
}
#buttoncontainer-default img {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
}
#buttoncontainer-green {
	height: 81px;
	width: 955px;
	background-image: url(images/backgrounds/green/buttons.jpg);
}
#buttoncontainer-green img {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
}
#contentcontainer-green {
	height: 412px;
	width: 955px;
	background-image: url(images/backgrounds/green/content.jpg);
}
#buttoncontainer-grey {
	height: 81px;
	width: 955px;
	background-image: url(images/backgrounds/grey/buttons.jpg);
}
#buttoncontainer-grey img {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
}
#contentcontainer-grey {
	height: 412px;
	width: 955px;
	background-image: url(images/backgrounds/grey/content.jpg);
}
#buttoncontainer-black {
	height: 81px;
	width: 955px;
	background-image: url(images/backgrounds/black/buttons.jpg);
}
#contentcontainer-black {
	height: 412px;
	width: 955px;
	background-image: url(images/backgrounds/black/content.jpg);
}
#buttoncontainer-black img {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
}
#buttoncontainer-brown {
	height: 81px;
	width: 955px;
	background-image: url(images/backgrounds/brown/buttons.jpg);
}
#contentcontainer-brown {
	height: 412px;
	width: 955px;
	background-image: url(images/backgrounds/brown/content.jpg);
}
#buttoncontainer-brown img {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
}
.content-container {
	padding-left: 15px;
	height: 335px;
	width: 285px;
	overflow: auto;
	text-align: left;
}

h1 {
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 12px;
	padding: 0em;
	margin: 0em;
	display: inline;
}
h3 {
	font-size: 10px;
	padding: 0em;
	margin: 0em;
	display: inline;
}

.linkspage-link {
	font-size: 14px;
	text-decoration: none;
	color: #633a12;
	}
.linkspage-link:hover {
	text-decoration: none;
	color: #B16921;
}	
.link-subtext {
	font-size: 12px;
}

.contactpage-link {
	font-size: 12px;
	text-decoration: none;
	color: #797979;
	}
.contactpage-link:hover {
	text-decoration: none;
	color: #CCCCCC;
}	
.contact-text {
	font-size: 13px;
	font-weight: bold;
	color: #00a1c9;
}
.link-background {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 8px;
}


/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */