@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #5A4C41 url(images/boards-bg.jpg) no-repeat left top;
	height: 522px;
	width: 800px;
	position: relative;
}
#memberTable {
	font: 20px Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 463px;
	top: 30px;
	width: 308px;
	color: #FDF0CE;
	height: 457px;
}
#descriptions {
	position: absolute;
	width: 400px;
	left: 55px;
	top: 205px;
	padding: 10px;
	color: #000;
	font-size: 11px;
	background: #FFF4CD url(images/paper-bg.jpg);
	margin: 0;
}
#descriptions  img {
	float: left;
	margin-right: 5px;
}
#descriptions #p1 {
	line-height: 125%;
	font-size: 12px;
}

#memberTable ul {
	margin: 0px;
	padding: 0px;
}
#memberTable li {
	margin-bottom: 20px;
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	text-align: right;
}
.site  a:link, .site  a:visited {
	color: #F9EEC1;
	text-decoration: none;
}
.site  a:hover, .site  a:active {
	color: #F90;
	text-decoration: underline;
}
.noSite a{
	text-decoration: none;
	cursor: default;
	color: #f9eec1;
}



#textArea {
	background: #B79675;
	position: absolute;
	width: 300px;
	left: 50px;
	top: 350px;
}
.smallFont {
	font-size: 9px;
	color: #FFF;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.center {
	text-align: center;
}
.larger_font {
	font-size: 150%;
}
