#wrapper
{
	position: static;
	min-width: 900px;
	width:expression(document.body.clientWidth < 902? "900px": "auto" );
}

#siteheader
{
	background-color: #FFCC00;
	border-bottom: solid 1px black;
}

#siteheader a
{
	color: black;
}

#siteheader input
{
	background-color: #FFCC00;
}

#clubmain
{
	float: left;
	width: 80%;
}

#clubmenu
{
	float: left;
	width: 10em;
	color: #FFCC00;
	height: 100%;
	background-image: url(/Files/03e7bc8e-12e9-4dec-87cc-85d2dd52baf7/MenuBackground.gif);
}

#clubmenu ul
{
	margin-top: 1em;
	margin-left: 1.5em;
}

#clubmenu li
{
	padding-bottom: 0.5em;
}

#clubmenu a
{
	color: #FFCC00;
	font-weight: bold;
}

#clubmenu img
{
	border: none;
}

#floatblock
{
	float: left;
	width: auto;
}

#clubheader #banner
{
	float: left;
}

#clubheader #text
{
	text-align: right;
	padding-top: 2em;
	padding-right: 2em;
}

#pageheader
{
	background-color: #FFCC00;
	padding-right: 2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

#pageheader .button
{
	background-color: #FFCC00;
	font-weight: bold;
}

#pageheader #editpageoption
{
	float: left;
}

.contentedit textarea
{
}

.entry img
{
	border-color: black;
}

.entryoptionsheader, .entryoptionsfooter
{
	background-color: #FFCC00;
	font-weight: bold;
}
.pagerightcolumn{	width: 10em;}

.pagerightcolumn .entry img
{
	margin-bottom: 1em;
}