html, body {
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page {
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#page_gradient {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}

#navcontainer {
	position: absolute;
	background-color: #000000;
	width: 670px;
	margin-left: 110px;
	margin-top: 61px;
	height: 19px;
	padding-top: 2px;
}
#navcontainer ul
{
	list-style-type: none;
	text-align: center;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#navcontainer li a:hover {
	color: #CCCCCC;
}

#footer {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
	position: relative;
	font-size: x-small;
}
h1 {
	font-size: large;
}
h2 {
	font-size: small;
}
#content {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: small;
}
#sg div {
	display: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tt {
	font-weight: bold;
	text-align: left;
}
#members_box {
	display: none;
}
#members_box div {
	display: block;
	position: relative;
	width: 260px;
	float: left;
	height: 20px;
}
.footerbr {
	clear: both;
}