body {
	margin: 0px;
	padding: 0px;
	background: #e8e4cd url(images/contentBack.jpg) repeat-y center;
	font-size: 0.8em;
	font-family: "Trebuchet MS";

}
#wrapper {
	width: 1000px;
	margin: 0px auto 20px auto;
}
#top {
	height: 289px;
	width: 1000px;
}
#nav {
	height: 49px;
	width: 1000px;
	background: url(images/navBack.jpg) no-repeat;
	margin-bottom: 10px;
}

#nav {
	text-align: center;
	color: white;
	font-size: 150%;
	font-style: bold;
	text-decoration: none;

}

#nav a {
	color: white;
	font-style: bold;
	text-decoration: none;
}

.navi {
	margin: 0px auto 0px auto;
	width:1000px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
}

.navi li {
	display: inline;
	list-style: none;
	padding: 0px 20px;
	line-height: 45px;
}

.clearBoth {
	clear: both;
}


textarea
{
	display: block;
	width: 400px;
	height: 80px;
	padding: 4px;
	font-size: 11px;
	background: #444;
	color: #ccc;
}
#header {
	width: 1100px;
	margin: 0px auto;
	height: 500px;
}
#video {
	float: left;
	margin-right: 5px;
}
#chat {
	float: left;
	margin-right: 5px;
}
#fb {
	float: left;
}
#wrapperT {
	width: 1000px;
	margin: 0px auto;
}
a {
	color: #7C1D0E;
}
h1 {
	font-size: 150%;
	text-align: center;
}



