@import url(reset.css);
/* Structure elements.
-------------------------------------------------------------- */
body {
	padding-bottom: 3em;
}
#container{
	width: 900px;
	margin: 0 auto;
}
	#header{
		width: 760px;
		height: 150px;
		margin: 0 auto;
		padding: 20px 0 0 0;
		background: url(../images/header.jpg) no-repeat 0px 19px;
	}
		#header h1 a{
			display: block;
			width: 760px;
			height: 98px;
			text-indent: -100em;
			overflow: hidden;
		}
	#mainsection{
		background: url(../images/russell-kristi.jpg) no-repeat;
		padding: 22px 0 0 0;
	}
	#ustream{
		width: 407px;
		margin: 0 auto;
		position: relative;
		left: 80px;
		background: #38383b; /*url(../images/ustreambg.png) no-repeat*/
		padding: 7px 0 8px 7px;
		-webkit-border-radius: 8px; -moz-border-radius: 8px;  -khtml-border-radius: 8px;  border-radius: 8px;
	}
	#ustream-comments{
		width: 407px;
		margin: 0 auto;
		position: relative;
		left: 80px;
		background: #38383b; /*url(../images/ustreambg.png) no-repeat*/
		padding: 7px 0 8px 7px;
		-webkit-border-radius: 8px; -moz-border-radius: 8px;  -khtml-border-radius: 8px;  border-radius: 8px;
	}
		.playerinfo{
			font-size: 16px;
			color: white;
			position: relative;
			left: 80px;
			padding: 18px 8px 2px 8px;
			width: 414px;
			margin: 0 auto;
		}
		.playerinfo strong{
			padding: 0 0 0 5px;
		}
		.playerinfo a{
			color: white;
			text-decoration: none;
			padding: 0 5px 0 0;
		}
	#membercta{
		margin: 20px auto;
		width: 800px;
	}
		.getstarted{
			display: block;
			width: 274px;
			height: 59px;
			background: url(../images/btn-getstarted.png) no-repeat;
			text-indent: -100em;
			overflow: hidden;
			margin: 0 auto;
			position: relative;
			top: -15px;
		}

/* Tables
-------------------------------------------------------------- */
table{ width:100%; }
th {}
th,td,caption {vertical-align: top;}


/* presets
-------------------------------------------------------------- */
.alignleft  { float: left; display: inline; margin: 0 1em 0 0; padding: 0; }
.alignright { float: right; display: inline; margin: 0 0 0 1em; }
tr.alt{ background: #ccc; }

.temp{
	padding: 15px 0;
}
.temp a{
	color: white;
}
.temp p{
	margin: 0 0 8px 0;
}