* {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #ebebec;
	color: #333;
	font: 100%/1.5 "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	height: 31px;
	margin: 15px 15px 10px 5px;
	overflow: hidden;
	position: relative;
	width: 220px;
}

h1 span {
	background: transparent url(/media/graphics/logo.png) no-repeat;
	height: 31px;
	left: 0;
	position: absolute;
	top: 0;
	width: 220px;
}

a {
	color: #404042;
	text-decoration: underline;
}

a:hover {
	color: #6fa6b7;
	text-decoration: underline;
}

p {
	margin: auto auto 1em auto;
}

.clearing {
	clear: both;
	display: block;
}

#container {
	background: #fff;
	border: 1px solid #ddd;	
	margin: 20px auto;
	width: 805px;
}

#content-left {
	float: left;
	margin-left: 7px;
	margin-top: 7px;
	padding-top: 16px;
	width: 455px;
}

#content-left p {
	clear: both;
	margin-right: 10px;
}

#content-left #intro {
	float: right;
	margin: 0 5px 0 5px;
	width: 215px;
}

#member-login {
	float: left;
	margin: 0 0 10px 5px;
	width: 215px;
}

#member-login fieldset {
	border: 0;
}

#member-login legend {
	display: none;
}

#member-login p {
	margin: 5px 0;
}

#member-login span {
	display: block;
	float: left;
	height: 1.8em;
	margin-right: 5px;
	padding: 0;
	width: 60px;
}

#member-login input {
	border: 1px solid #ddd;
	float: left;
	line-height: 1.8em;
	width: 130px;
}

#member-login input.hidden,
#member-login div {
	display: none;
}

#member-login input.input-submit {
	cursor: pointer;
	display: inline;
	margin: 5px 0 0 0;
	width: auto;
}

#content-left #fentry {
	height: 62px;
	margin: auto auto 15px auto;
	width: 214px;
}

#content-left #fentry a {
	height: 62px;
	position: relative;
	width: 214px;
}

#content-left #fentry a span {
	background: transparent url(/media/graphics/enter_forum.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 62px;
	left: 0;
	position: absolute;
	top: 0;
	width: 214px;
}

#content-left #fentry a:hover span {
	background: transparent url(/media/graphics/enter_forum.png) 0 -62px no-repeat;
}

#content-left h2 {
	height: 33px;
	overflow: hidden;
	position: relative;
	width: 442px;
}

#content-left h2 span.background-replace {
	background: transparent url(/media/graphics/featured.jpg) no-repeat;
	height: 33px;
	left: 0;
	position: absolute;
	top: 0;
	width: 442px;
}


#content-left #rBanner {
	margin: 5px 0 0 5px;
}

#content-right {
	float: right;
	margin-right: 5px;
	padding-top: 22px;
	width: 330px;
}

#content-right h2 {
	height: 33px;
	overflow: hidden;
	position: relative;
	width: 315px;
}

#content-right h2 span.background-replace {
	background: transparent url(/media/graphics/thebuzz.jpg) no-repeat;
	height: 33px;
	left: 0;
	position: absolute;
	top: 0;
	width: 315px;
}

#content-right h2 span.login-background-replace {
	background: transparent url(/media/graphics/login.jpg) no-repeat;
	height: 33px;
	left: 0;
	position: absolute;
	top: 0;
	width: 315px;
}

#content-right p {
	margin-right: 7px;
}

#content-right .buzz {
	color: #999;
	list-style: none;
	margin: 10px 0;
}

#content-right .buzz li {
	background: transparent url(/media/graphics/list-button.gif) 0 50% no-repeat;
	margin-bottom: 5px;
	padding-left: 15px;
}

#footer {
	clear: both;
	padding-top: 34px;
}

#footer p {
	margin: 10px;
}