body {
	color: #1c1d1a;
	background-color: #dee3d0;
	background-image: url(../../assets/images/background.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1em;
	}
a {
	color: #0c728c;
	}
br.clear {
	clear: both;
	}
	
#container {
	width: 960px;
	margin: 0 auto;
	}
	
#header,
#header table {
	width: 960px;
	}
#header table td {
	vertical-align: middle;
	}
#footer {
	text-align: center;
	margin: 40px 0;
	}
	
#content {
	background-color: #fff;
	border: 1px solid #bbbfaf;
	padding: 50px 80px 60px 80px;
	margin: 0 90px;
	}
#content .section {
	margin-bottom: 40px;
	}
#content h2 {
	font-size: 24px;
	margin-bottom: 1em;
	}
#content ul {
	border-left: 1px solid #ccc;
	padding-left: 40px;
	}
#content ul li {
	line-height: 1.4em;
	margin-bottom: 1.4em;
	}
	
#about h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4em;
	}
#about img {
	width: 219px;
	padding-left: 40px;
	float: right;
	}
	
#events h4 {
	font-size: 14px;
	margin-bottom: 8px;
	}
#events p {
	line-height: 1.4em;
	margin-bottom: 1.4em;
	}
	
#contact table td {
	font-size: 18px;
	padding-right: 40px;
	}
#contact table td span {
	font-size: 14px;
	}
#contact #map {
	margin-top: 40px;
	}
#contact #map p {
	font-size: 12px;
	background-color: #ffc;
	text-align: center;
	padding: 10px;
	}
#google_maps {
	width: 620px;
	height: 320px;
	}