/* CSS Document */
body {
	text-align:center;
	height: 100%;
	background: #EEDCB8 top center repeat-x url(images/background.jpg); 
}

#sitebackground {
	margin: auto;
	height: 680px;
	width: 971px;
	background: #EEDCB8 url(images/site_background_01.jpg); 
}

.forumheader {
	text-align: left;
}

.fcaption {
	text-align: left;
}

.fborder {
	text-align: left;
}

forumheader3 {
	text-align: left;
}

#content {
	float: left;
	font-family : Verdana;
	margin-top: 65px;
	margin-left: 70px;
	width: 690px;
	max-height: 580px;
	#max-height: 650px;
	overflow-y:auto;
	overflow-x:hidden;
	text-align: left;
	font-size: 12px;
}

#content h2 {
	color : #347235;
	font-size: 13px;
}

.entry h3 {
	color : #347235;
	font-size: 12px;
	font-weight: bold;
	font-family : 'Copperplate Gothic Light';
	text-align: center;
}

.copy {
	font-family : Verdana;
	color : #000000;
	font-style: normal;
	font-size: 12px;
}

#left_column{
	float: left;
	width: 155px;
	padding-left: 20px;
	margin-top: 455px;
}

.modules {
	padding-top: 50px;
	font-family : Verdana;
	color : #FFFFFF;
	text-align: center;
	font-size: 12px;
}

a:link, a:visited, a:active {
	font-family : Verdana;
	color : #E95C24;
	text-decoration: none;
	cursor: hand;
}

a:hover {
	font-family : Verdana;
	color : #E95C24;
	text-decoration: none;
	cursor: hand;
	
}

#tabs {
	float:left;
	width:100%;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:8px 5px 2px 17px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/tableft_1.png") no-repeat left top;
	color:#FFF;
	font-size: 12px;
	margin:0;
	padding:0 4px 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright_1.png") no-repeat right top;
	color:#FFF;
	padding:5px 7px 4px 5px;
	
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
