/* CSS Document */

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/tile.gif);
	}
#container {
	text-align: left;
	width: 800px;
	margin: auto;
	background: url(../images/container.gif) repeat-y;
	}
	#header {
		text-align: right;
		width: 780px;
		height: 110px;
		background-image: url(../images/header.gif);
		color: #fff;
		padding: 15px 20px 0 0;
		}
	#left {
		width: 175px;
		float: left;
		color: #fff;
		font-size: 12px;
		line-height: 20px;
		padding: 20px;
		}
		#left a {
			color: #fff;
			text-decoration: none;
			font-weight: bold;
			}
		#left a:hover {
			color: #d9d1a5;
			}
	#content {
		width: 540px;
		float: right;
		font-size: 12px;
		line-height: 18px;
		padding: 20px 20px 20px 0;
		}
		#content h1 {
			color: #8b6d4d;
			font-size: 16px;
			line-height: 26px;
			font-weight: bold;
			padding-bottom: 10px;
			}
		#content h2 {
			color: #8b6d4d;
			font-size: 12px;
			line-height: 20px;
			font-weight: bold;
			padding-bottom: 10px;
			}
		#content a {
			color: #80794D;
			text-decoration: underline;
			}
		#content a:hover {
			text-decoration: none;
			}
		#content h1 a {
			text-decoration: none;
			}
		#jumpto {
			font-style: italic;
			background-color: #D9D1A5;
			font-size: 10px;
			line-height: 10px;
			padding: 10px 10px 0 10px;
			margin-bottom: 10px;
			border: 1px solid #000;
			}
			#jumpto li {
				list-style: none;
				display: inline;
				padding-right: 5px;
				}
			#jumpto a {
				color: #000;
				text-decoration: underline;
				}
			#jumpto a:hover {
				text-decoration: none;
				}
			#photo {
				float: left;
				margin-bottom: 10px;
				}
				#photo img {
					float: left;
					padding: 3px;
					border: 1px solid #000;
					background-color: #fff;
					margin-right: 10px;
					}
				#photo p {
					font-size: 10px;
					line-height: 14px;
					}
		#directory {
			font-size: 10px;
			line-height: 14px;
			}
			#directory td {
				padding-bottom: 5px;
				padding-top: 5px;
				}
			#directory tr.odd td {
				background-color: #cee2eb;
				}
	#footer {
		width: 800px;
		height: 65px;
		background-image: url(../images/footer.gif);
		clear: both;
		}
p {
	padding-bottom: 10px;
	}
	.bold {
		font-weight: bold;
		}
	p.events {
		font-size: 10px;
		line-height: 14px;
		color: #D8D1A5;
		}
ul {
	padding-bottom: 10px;
	}
	ul.bullets {
		list-style: circle;
		padding-left: 30px;
		}
		ul.bullets ul {
			list-style: inherit;
			padding-left: 30px;
			font-size: 10px;
			}
h1.header {
	font-size: 22px;
	color: #D8D1A5;
	padding-top: 5px;
	}
table.upcoming td {
	padding: 0 20px 10px 0;
	}
.clear {
	clear: both;
	}

