body {
	background-color: transparent;
}

#container {
	position: static;
	width: auto;
	margin: 0;
}

a {
	color: black;
	text-decoration: none;
}

#header
{
	width: auto;
	height: auto;
	background-image: none;
}

#identity
{
	visibility: visible;
	position: static;
	top: auto;
	left: auto;
}

#logInOutLink, #welcome, #controls, div.adminLinks, #menu {
	display: none;
}

#logo {
	display: block;
	float: none;
	top: auto;
	right: auto;
	margin-bottom: 1em;
}
#logo img {
	width: 149px;
	height: 94px;
}
#logo a {
	color: #000000;
}

#main {
	position: relative;
	z-index: 2;
	left: 0;
	width: auto;
	min-height: 0;
	padding: 0;
	margin: 0;
}

#main, table, td, th {
	font-size: 11px;
}

.area1 {
	left: 0;
	width: auto;
	border: none;
}

.notForPrint {
	display: none;
}

div.mod-Events div.recentEntries div.entry
{
	width: auto;
	margin: 1em 0 1em 0 !important;	
}
div.mod-Events div.recentEntries div.entry div.top
{
	height: auto;
	padding: 0;
	background-image: none;
}
div.mod-Events div.recentEntries div.entry div.middle
{
	padding: 0;
	background-image: none;
}
div.mod-Events div.recentEntries div.entry div.bottom
{
	height: auto;
	background-image: none;
}