/* CSS Document */

body {
	background-color:#222e25;
	border:0 solid #705A87;
	margin:0;
	width:775px;
	}
#invis {display:none;}

#wrapper {
	margin: 0px;
	padding: 0px;
}

#hugepic {
	background-image:url(images/hugepic.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header {
	position: relative;
	margin-left: 254px;
	padding: 8px 8px 4px 20px;
	background-image:url(images/skyline.jpg);
	background-repeat: no-repeat;
	background-color: #a2c6e0;
}
#hugepic>#header {padding: 8px 8px 3px 20px;}

	#header img {
		border: none;
		padding: none;
		margin: none;
	}

#container {
	background-color:#FFFFFF;
	position: relative;
	margin-left: 254px;
	min-height: 468px;
}

#navbar {
	background-color:#687b67;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 14px 5px;
	color: #B7CDB4;
	white-space: nowrap;
	overflow: visible;
	border-bottom: 1px solid #2D552B;
}
	#navbar a {
		color: #FFF;
		text-decoration: none;
		padding: 0px 10px;
	}
	#navbar a:hover {
		text-decoration: underline;
	}
	
	#smallspace {
		display: inline;
		word-spacing: normal;
	}

#events {
	margin: 15px;
	font-size: medium;
	font-family: font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #d1c39d;
	padding: 5px 15px 15px 15px;
	height: 1%;
}
	#events p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: small;
	}
	#events h5 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: small;
		text-indent: 0px;
	}
	#events img {
		margin: 5px;
	}
	#events a {
		color: black;
		text-indent: 0px;
	}
	#events a:hover {
	color: blue;
	font-style: italic;
	}
	#footer {
	visibility: hidden;
	border: 1px solid black;
	height: 1px;
	clear: both;
	}

#textblock {
	margin: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
	#textblock h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#textblock h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#textblock h4 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
	}
	#textblock p {
	margin: 20px;
	text-align: left;
	}
	#textblock li {
		margin-left: 50px;
	}
	
.imageright {
	border: 1px solid black;
	padding: 5px;
	margin: 5px 10px 5px 20px;
	float: right;
	background-color: #d1c39d;
	font-size: small;
	font-weight: normal;
	text-align: center;
}
.imageleft {
	border: 1px solid black;
	padding: 5px;
	margin: 5px 20px 5px 10px;
	float: left;
	background-color: #d1c39d;
	font-size: small;
	font-weight: normal;
}
	
#bottomlink {
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	position: absolute;
	top: 521px;
	left: 10px;
}

#bottomlink a {
	color: white;
	text-decoration: none;
}

#bottomlink a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}

#spacer {
	width: 492px;
	background-color: white;
	height: 1px;
}

