/*Color Palette
Dk Green for txtbox and logo 11462F
Orange for headings and titles #7F491E
*/

/*The header of each page*/
body
{
	background-image:url(../graphics/leaf_background.gif);
}

#container
{
	background-image:url(../graphics/back.jpg);
	position:absolute;
	width:708px;
	left:50%;
	margin-left:-350px;
	top:-6px;
	
}

#header
{
	z-index:5
}

#content
{
	padding:0px 10px 10px 10px;
}

/* The copyright info below the navigation bar*/
#copy {
	color:rgb(41,109,79);
	text-align:center;
	font:italic .8em Arial, Helvetica, sans-serif;
	width:990px;
}


.heading {
	color: #7F491E;
	font-size: 1.5em;
	font-weight:bold;
}
.txtbox {
	font-size:1.1em;
	background-color:rgb(41,109,79);
	color:white;
	margin:5px; 
	padding:5px; 
	border:solid; 
	border-color:black; 
	border-width:1px;
}
.maintxt {
	padding-left:20px;
}

#map
{
	position:absolute;
	top:175px;
	left:540px
}

.index_p
{
	width:500px;
}

#content a:link {text-decoration:none; color:rgb(41,109,79)}
#content a:visited {text-decoration:none; color:rgb(41,109,79)}
#content a:hover {color:rgb(41,109,79); text-decoration:underline;}
#content a:active {text-decoration:none; color:rgb(41,109,79)}

.board_image
{
	padding:5px 10px 10px 5px;
	float:left;
}

.board_bio
{
	padding:0px 100px 0px 15px;
}