body {
	margin: 0;
	padding: 0;
	background-color: #404040;
	font: normal 12px/14px "Arial", sans-serif;
	behavior: url(../csshover.htc); /* For IE */
	text-align: center;
}

a, a:visited {
	color: #681c15;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* General rules to keep things tidy */p, table, tr, td, div {	font-family: Arial, sans-serif;	font-size: 12px;	line-height: 14px;}table.homepagenews, table.homepagenews tr {	margin: 0px;	padding: 0px;}table.homepagenews td {	margin: 0px;	padding: 15px 0px 15px 0px;}

div#eventmonth_header {
	padding: 8px 0 8px 0;
}

p {
	margin: 0;
	padding: 7px 0 7px 0;
}

h1, h2 {
	font-size: 18px;
	color: #681c15;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 14px;
	color: #681c15;
	font-weight: bolder;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0;
}

div#page {
	position: relative;
	width: 856px;
	background: url(../layout/page-background.png) repeat-y;
	min-height: 800px;
	_height: 800px;
	margin: 0 auto 0 auto;
	text-align: center;
}

	div#header {
		position: relative;
		width: 856px;
		height: 152px;
		background: url(../layout/header-background.jpg) no-repeat;
	}
	
		div#header div#location {
			position: absolute;
			display: block;
			width: 400px;
			top: 134px;
			left: 226px;
			color: #fff;
		}
		
			div#location div {
				position: relative;
				margin: 0px;
				float: left;
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 1px;
			}

				div#location div span {
					display: inline-block;
					padding-left: 5px;
					padding-right: 5px;
					text-align: center;
					margin-right: 3px;
				}
	
	div#left {
		position: absolute;
		top: 152px;
		left: 0;
		background: url(../layout/logo.png) no-repeat;
		min-height: 57px;
		width: 193px;
		padding-top: 57px;
		line-height: 14px;
		text-align: left;
		z-index: 999;
	}
	
		div#left div#side-gradient {
			position: relative;
			width: 193px;
			height: 250px;
			background: url(../layout/side-gradient.png) no-repeat;
		}
		
	div#right {
		position: relative;
		margin-left: 226px;
		*margin-left: 210px;
		margin-top: 20px;
		*padding-top: 20px;
		width: 618px;
		text-align: left;
		z-index: 1;
	}
	
		div#right div#content {
			position: relative;
			width: 414px;
			padding-bottom: 20px;
		}
		
		div#right div#sidebar {
			position: absolute;
			top: -13px;
			*top: 7px;
			right: 0;
			width: 181px;
		}
		
			h3.boxhead {
				width: 170px;
				_width: 181px;
				height: 17px;
				background-color: #4b4e58;
				border: 1px solid #000000;
				font-size: 12px;
				color: #FFFFFF;
				padding-top: 2px;
				padding-left: 11px;
				margin-top: 13px;
				margin-bottom: 0px;
				margin-left: 0px;
				margin-right: 0px;
			}

			.box {
				width: 159px;
				_width: 181px;
				background-color: #70737e;
				border-bottom: 1px solid #000000;
				border-right: 1px solid #000000;
				border-left: 1px solid #000000;
				margin: 0px;
				font-size: 12px;
				color: #fff;
				padding-top: 8px;
				padding-right: 11px;
				padding-bottom: 8px;
				padding-left: 11px;
				margin-bottom: 15px;
			}
			
			.box p {
				padding: 4px 0 4px 0;
			}

			.box a {
				color: #fff;
			}

			.box a:visited {
				color: #fff;
			}
		
div#footer {
	position: relative;
	display: block;
	width: 856px;
	background: url(../layout/footer-background.png) no-repeat;
	height: 10px;
	margin: 0 auto 10px auto;
	padding: 0;
}

	div#footer p {
		display: block;
		position: absolute;
		font-size: 11px;
		line-height: 11px;
		margin: 0;
		padding: 0;
		left: 379px;
		top: -14px;
	}