body {
	background: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	cursor: pointer;
}

a.mainPage {
	font: italic 9px verdana;
	font-variant: small-caps;
	color: #333;
	text-decoration: none;
}

a.mainPageOpenID {
	position: relative;
	bottom: 8px;
}

a.mainPage:hover {
	color: #7d3131;
}

div#splash {
	width: 800px;
	height: 571px;
	text-align: center;
	background: url(../img/wallBg.png) no-repeat top center;
	padding: 0;
	margin: 0 auto;
}

div.content {
	width: 800px;
	min-height: 550px;
	margin: 0 auto;
}

div.text {
	font: 11px 'trebuchet ms';
	color: #666;
	text-align: left;
	padding: 20px;
}

div.foot {
	width: 225px;
	height: 23px;
	margin: 0 auto 20px;
}

/* MEMBERS */

table#membersTable {
	width: 700px;
	border: 0;
	padding: 0;
	margin: 0 auto;
}

td.siteThumb {
	width: 200px;
	vertical-align: top;
	padding: 0 0 5px 0;
	margin: 0;
}

a.memberLink {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0 0 5px 0;
}

a.memberLink:hover {
	color: #7d3131;
}

em.memberName {
	font: italic 11px georgia;
	color: #444;
}

span.memberBrace {
	font: bold 12px georgia;
	color: #3e6b37;
}

td.siteDescription {
	width: 300px;
	font: 11px 'trebuchet ms';
	color: #999;
	text-align: justify;
	vertical-align: top;
	padding: 0 5px 5px 5px;
	margin: 0;
}

/* SITEINFO */

a.siteinfoLink {
	color: #fff;
	text-decoration: none;
}

a.siteinfoLink:hover {
	color: #7d3131;
}

div.buttonBlock {
	text-align: center;
	padding: 0;
	margin: 0;
}

/* OPENID */

img.openIdButton {
	vertical-align: top;
}
