/* CSS Document */

body {
	color: #000000;
	background: #FFFFFF;
	text-align: center;

}

a img { border: none; }
a:link { color: #442911; text-decoration: none; }
a:visited { color: #442911; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #333333; }

hr {
	border: none 0;
	border-top: 1px #442911 solid;
	border-bottom: 2px solid #98704c;
	padding: 1px;
}

p {
	max-width: 600px;
}

p.textbody {
	padding-left: 50px;
}

.h1 { 
	font-size: 1.5em;
	font-style: italic;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#mast {
	width: 950px;
	height: 100px;
	border-bottom: 1px solid #442911;
}

#mastimg {
	width: 950px;
	height: 200px;
	border: 0;
}

#mastnav {
	padding: none;
	border: none;
	margin: none;

}

#thebody {
	width: auto;
	height: auto;
	display: block;
}

#infocolumn {
	float: left;
	width: 225px;
	display: block;
	padding-left: 5px;
	margin: 10px 0px 10px 0px;
	border-right: 1px solid #442911;
	font-size: 0.8em;
}

#maincolumn {
	float: inherit;
	margin: 10px 0px 10px 230px;
	padding-top: 0px;
	padding-left: 10px;
	border-left: 1px solid #442911;
	font-size: 0.8em;
}

#footer {
	width: 950px;
	height: 20px;
	border-top: 1px solid #442911;
	display: block;
	float: left;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding: 10px;
}	

.header {
	color: #442911;
	font-style: italic;
}

.splogo {
	float: left;
}

.navlinks {
	float: right;
}

.imgbox {
	margin: 0px 15px 15px 0px;
	border: none;
	height: auto;
	width: 200px;
	float: left;
	text-align: center;
}

.imgbox img {
	display: inline;
	margin-bottom: 2px;
}

.descrp {
	text-align: left;
	width: 200px;
	height: 100px;
	margin: 2px;
}


		  
