body
{
	background: #CCCCCC;
}

#wrapper
{
	position: static;
	max-width: 750px;
	width: expression(document.body.clientWidth > 752? "750px": "auto" );
	margin: 0 auto;
	background: #FFFFFF;
	color: #666666;
	padding-left: 1em;
	padding-right: 1em;
	border: solid 3px #333333;
	border-top: 0;
}

h1, h2
{
	text-transform: uppercase;
	color: #333333;
}

p, blockquote, ul, ol
{
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

a
{
	color: #A5B80D;
}

a:hover
{
	text-decoration: none;
	color: #FF6000;
}

#siteheader 
{
	margin-bottom: 2em;
}

#clubmenu
{
	float: left;
	width: 8em;
	color: #FFCC00;
	height: 100%;
    font-size: 1.2em;
}

#clubmenu a
{
    text-decoration: none;
}

#clubmain
{
	float: left;
	width: 70%;
    border-left: solid 1px grey;
    padding-left: 0.5em;
    margin-bottom: 1em;
}

.entry
{
	margin-bottom: 2em;
}

.photowrapper
{
	background-color: white;
	border: solid 1px #ddd;
}

.photowrapper img
{ 
	border: solid 1px #ddd;
}
