/* Index elements */

#index_header {
	width: 696px;
	height: 204px;
	background: #fff url(images/index_header.gif) no-repeat 0;
}

/* --------------- */

* {margin:0;padding:0}

:focus {	outline: 0;}body {	background: #afafaf;
	font-family: helvetica, sans-serif;
	font-size: 95%; 
	line-height: 140%;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 696px;
	height: auto;
	background-color: #fff;
}

.clear {
	clear: both;
}ol, ul {	list-style: none;
	margin-left: 55px;
	list-style-type: disc;
	list-style-position: inside;
	color: #3A1903;
	margin-bottom: 10px;
}

ul span {
	color: #3A1903;
	line-height: 1.4;
}

li {
}

/* Header */

#header {
	width: 696px;
	height: 135px;
	background: #fff url(images/header.gif) no-repeat;
}

#header a {
	width: 205px;
	height: 130px;
	display: block;
	margin-left: 256px;
	text-indent: -2000px;
	overflow: hidden;
}

/* Menu */

#menu {
	width: 632px;
	margin: 0 auto 5px;
}

#menu a {
	width: 158px;
	height: 45px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -1000px;
	overflow: hidden;
}

#menu a:hover {
	width: 158px;
	height: 45px;
	margin: 0;
	padding: 0;
	float: left;
	background-position: 0 45px;
}

#who {
	background-image: url(images/who.gif);
}

#what {
	background-image: url(images/what.gif);
}

#why {
	background-image: url(images/why.gif);
}

#team {
	background-image: url(images/team.gif);
}

/* Content */

#content {
	background-color: #fff;
	width: 696px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 10px;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

#photobar {
	margin-right: auto;
	margin-left: auto;
	width: 632px;
	margin-bottom: 10px;
	height: 247px;
}

.events {
	margin-top: 20px;
}

.events h3 {
	margin-bottom: 5px;
}

.events p {
	margin-left: 55px;
}

.names {
	margin-top: 30px;
}

/* Footer */

#footer {
	height: 50px;
	width: 696px;
	background: #afafaf url(images/footer.gif) no-repeat;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 60px;
}

#footer a {
	color: #3A1903;
	font-weight: bold;
	background: url(images/safesubscribe.gif) no-repeat center bottom;
	height: 33px;
	display: block;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

#footer a:hover {
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

/* Typography */

h1 {
	margin-right: 32px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 2px solid #ececec;
	color: #BACE4B;
	margin-left: 32px;
	font-size: 45px;
	line-height: 35px;
}

h2 {
	color: #82BCCB;
	margin-left: 32px;
	margin-right: 32px;
	font-size: 23px;
	line-height: 17px;
}

h3 {
	margin-right: 32px;
	margin-left: 32px;
	color: #3A1903;
	font-size: 18px;
	line-height: 25px;
}

p {
	margin-left: 32px;
	margin-right: 32px;
	text-align: justify;
	margin-bottom: 10px;
	color: #3A1903;
	line-height: 1.4;
}

address {
	margin-left: 32px;
	margin-right: 32px;
	text-align: justify;
	margin-bottom: 10px;
	color: #3A1903;
	font-weight: normal;
	font-style: normal;
}

.brown {
	color: #3A1903;
}

.green {
	color: #BACE4B;
}

.blue {
	color: #82BCCB;
}

/* Links */

a {
	color: #3A1903;
	text-decoration: none;
}

a:hover {
	color: #BACE4B;
}