#container
{
	width: 800px;
	margin: 0 auto;
	background-color: #FED10A;
	border: 5px solid #000000;
	text-align: center;
	min-height: 1000px;
}

body
{
	text-align: center;
	background-image: url(http://www.teamwiess.com/tfwpattern.png);
	padding-top: 30px;
}

#container #header
{
	font-size: 80px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	height: 120px;
	font-family: impact;
	background-image: url(http://www.teamwiess.com/headbackground.png);
}

#menubar
{
	border-bottom: 5px solid #000000;
	width: 100%;
	height: 30px;
	text-align: center;
}

#container #maincontent
{
	background-color: #000000;
	height: 720px;
	float: left;
	width: 734px;
	border: 3px double gold;
	margin: 0 auto;
	padding: 30px;
	color: goldenrod;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
}

#container #footer
{
	border-top: 5px black solid;
	float: left;
	width: 100%;
	height: 26px;
	background-image: url(http://www.teamwiess.com/footbackground.png);
	background-repeat: repeat;
	vertical-align: middle;
	padding-top: 8px;
}

#container #header .textHeader
{
	display: inline;
	margin-top: -10px;
	padding-bottom: 10px;
}

#header a:link
{
	color: #000000;
	text-decoration: none;
}

#container #header a:visited
{
	color: #000000;
	text-decoration: none;
}
.posttitle  
{
	text-align: left;
	width: 70%;
	background: goldenrod;
	color: black;
	font-weight: bold;
	border-top: 5px solid Goldenrod;
	border-right: 5px solid Goldenrod;
	border-bottom: 5px none Goldenrod;
	border-left: 5px solid Goldenrod;
	padding: 2px;
}

#container #maincontent .post
{
	text-align: left;
	color: black;
	border: 5px solid goldenrod;
	background-color: gold;
	background-image: url(http://www.teamwiess.com/postbackground.png);
}

#container #maincontent .post .border
{
	padding: 5px;
	border: 2px solid #996600;
}

#container #header a img
{
	border-style: none;
}

#container #maincontent .infobox
{
	border: 5px outset goldenrod;
	padding: 5px;
	background: gold;
	color: #996600;
	font-family: Impact;
	text-align: center;
}

#container #maincontent .fltrt
{
	float: right;
	margin-left: 10px;
}

#container #maincontent .fltlft
{
	float: left;
	margin-right: 10px;
}
