body {
	background-color: #bfc6b0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	color:#4d7425;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#43684e;
}
	

#centerStack {
	/* background-image: url(./images/back.jpg); */
	background-repeat: repeat-y;
	background-position: top left;
	width: 960px;
	margin: 0 auto; 
}

#titleHeader {
	padding: 20px;
	color: #000000;
	text-align: center;
	background-image: url(./images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0; 
	height: 294px;
}

#nav a {
    color: #4d7425;
    font-size: 18px;
    font-weight: bold;
    margin: 0 5px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#nav a:hover {
	text-decoration:underline;
	color:#43684e;
}


#nav {
	text-align: center;
	margin: 20px 20px 40px 20px;
}

#mainpage {
	color: #000000;
}

span b {
	color:#273f39;
}

#prevContents {
	padding: 30px;
	background-color: #BBBBBB;
}

#adminLinks {
	position: absolute;
	top: 4px;
	right: 4px;
}

#joinform {
	font-size: 10pt;
}

.formNote {
	font-size: 10pt;
	color: #555555;
}

.gallery {
	width: 850px;
	margin: auto;
	padding: 10px;
}

.gallery img {
	border-width: 1px;
	border-style: solid;
	border-color:#666;
}

.gallery table {
	width: 100%;
}

.gallery td {
	text-align: center;
}

.gallery .finePrint {
	font-size: 8pt;
	text-align: center;
	color: #999999;
	display:none;
}

.bbcode_columns td {
	border: 1px solid black;
}

.bbcode_columns td {
	padding: 15px;
}

.userListDetails {
	font-size: 8pt;
	color: #555555;
}


