html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}

#header {
	display : block;
	height: 205px;
	padding: 0px;
}
#header img {
	border: none;
}


#header, #menu_holder,#page {
	text-align: left;
	width: 984px;
}
#menu_holder {
	width: 925px;
	height: 32px;
	padding-left: 20px;

}
#menu_holder table {
	position: absolute;
}

#page {
	background-image: url(images/page-background.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 40px;
}


#content_main {
	width: 650px;
	padding: 0px;
	margin-left: 40px;
	_margin-left: 20px;
	border: solid 0px #444444;
}
#content_right {
	width: 235px;
	border: solid 0px #444444;
	margin-left: 20px;
	overflow: hidden;
	padding-top: 20px;
}

#column_one, #column_two, #column_three {
	width: 200px;
	border: solid 0px #444444;
	margin-right: 15px;
}
#column_three { margin-right: 0px; }
#events	 {
	width: 206px;
	border: solid 1px #717171;
	border-top: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;
	margin: 0px;
	padding: 10px;
	margin-top: -3px;
	padding-bottom: 20px;

}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 451px;
	height: 81px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 470px;
	width: 381px;
	height: 31px;
	margin-top: 50px;
}
#footer_holder {
	position: absolute;
	width: 100%;
	
}
#footer,#footer p {
	font-size: 10px;
	color: #ffffff;
}