body {
	background-color:#3C3C3C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	height: 100%;
	background-image: url(images/topbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.container {
	margin: auto;
	text-align: center;
	position: relative;
	width: 100%;
}
.maincontent {
	position: relative;
	left: 200px;
	width: 646px;
}
#title {
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
	position: relative;
	z-index: 4;
}
.textcontent {
	display:block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 15px;
}
#header {
	background-color: #7FABD4;
	color: #036;
	position: relative;
	top: 0px;
	height: 100px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/hdaccentbot.jpg);
	text-align: center;
}
.floatLeft {
	float: left;
	height: 100%;
	position: absolute;
}
.floatRight {
	float: right;
	height: 100%;
	position: relative;
}
.h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.shadow {
	-moz-box-shadow: 1px 3px 5px #000;
	-webkit-box-shadow: 1px 3px 5px #000;
	box-shadow: 1px 3px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=105, Color='#000000');
}
.floatSidebar {
	float: left;
	height: 100%;
	position: absolute;
	width: 200px;
}
.floatContent {
	float: right;
	height: 100%;
	position: relative;
	width: 800px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	top: 46px;
	width: 846px;
	text-align: left;
	overflow: visible;
	position: relative;
}
#menu {
	margin-left: 20px;
}
.post {
	margin: 5px;
}
.post .posttitle {
	font-weight: bold;
	margin: 5px;
}
.post .postcontent {
	margin: 15px;
}
#fplinks {
	background-color: #b63;
	display: block;
	height: 270px;
}
#fplinks .player1 {
	float:left;
	position:relative;
	margin-:auto;
