body {
	text-align:center;
	margin:0px;
	padding:0px;
	background-color: #FCFAF8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585433;
	line-height: 18px;
}

img {
	border:0px;
}

div {
	padding:0px;
	margin:0px;
}

#splashcontainer {
	width:980px;
	height:900px;
	margin: 0 auto;
}

#container {
	width:980px;
	margin: 0 auto;
}

#navigation {
	width:980px;
	height: 280px;
}

#contentcontainer {
	width:980px;
	background-image: url(../images/siteimages/content_stretch.gif);
	background-repeat: repeat-y;
}

#contentfooter {
	background-image: none;
	background-color: #FCFAF8;
}

#copyright {
	position: relative;
	display: block;
	z-index: 3;
	width:100%;
	height: 30px;
	background-image: none;
	background-color: #FCFAF8;

	color: #8B8864;
	font-size: 10px;
}

#copyright a {
		color: #8B8864;
	font-size: 10px;
}
#sitebyknucklehead {
	position: absolute;
	top: -5px;
	right:0px;
	margin-right:25px;
	z-index: 4;
}

#contentmiddle {
	text-align:center;
}

#content {
	margin: 0 auto;
	text-align:left;
	width:890px;
	position: relative;
}

div.titlearea {
	width:100%;
	height: 51px;
	background-image: url(../images/siteimages/title_bg.gif);

	position: relative;
	top: -10px;
	z-index: 6;
}



/* STANDARD STYLES */

a:link {
	color: #11662D;
	text-decoration: underline;
}

a:visited {
	color: #585433;
}

a:hover, a:active {
	color: #11662D;
	background-color: #E5E0CD;
}

h1 {
	font-size:13px;
	font-weight:bold;
	color: #156729;
}


/* boxes*/

#aboutbox, #contactform {
	width:510px;
	float: right;

}

#aboutinfo, div.info {
	width: 350px;
	float: left;
}

#pressdocs {
	width: 100%;
}



div.box h1 {
	font-size:13px;
	font-weight:bold;
	color: #156729;
}





/* FORM STYLES */

input, textarea {
	border: 1px solid #7D7C80;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585433;
}

input {
	width:270px;
	height:17px;
}

textarea {
	width:470px;
	height:150px;
}

label {
	float: left;
	display: block;
	width:110px;
}