body {
	font-size: 95%;
	font-family: arial, tahoma, Verdana, sans-serif;
}

a {
	color: #464b29;
	font-weight: bold;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 900px; 
	border: 0px solid red;
	min-height: 100%;
	text-align: left;
	position: relative;
	background-color: #ffffff;
}

.noPrint {
	display: none;
}

#header {
	display: none;
}

#navigation, #subMenu {
	display: none;
}

#content {
	width: 900px;
	padding: 0px 10px 5px 10px;
	position: relative;
	clear: both;
	overflow: hidden;
	background: url(../images/img-background-container.gif) repeat-y;
}

#footer	{
	margin-top: 40px;
}

#columnLeft {
	display: none;
}

#sitePlanContent {
	width: 750px;
	text-align: left;
}