/* =nav */

#container {
	width: 800px;
	margin:auto;
	position: relative;
}
#nav {
	height:50px;
	width:800px;
	background-color:#b69c85;
	margin:auto;
}
#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	list-style-type: none;
	margin-top:7px;
	margin-left:auto;
	margin-right:auto;
	display: inline;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	outline:none;
	height:32px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 11px;
}
#nav ul li a:hover {
	color:#081C59;
	background-image: url(images/navtab.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav ul li a:active {
	color:#999;
	background-image: url(images/navtab.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav ul li.home a, #nav ul li.meetdave a, #nav ul li.actions a, #nav ul li.whydave a, #nav ul li.endorsements a {
	border-right:1px solid #7a634e;
}
#nav ul li.home a {
}
#nav ul li.meetdave a {
}
#nav ul li.actions a {
}
#nav ul li.whydave a {
}
#nav ul li.endorsements a {
}
#nav ul li.contribute a {
	background-color:#917D6B;
}
#content {
	border: thin solid #B49C86;
	padding:20px;
}
.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif
}
.style4 {
	font-size: 14px
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.header {
	position:relative;
}
.header {
	background-image: url(images/dave_header.jpg);
	background-repeat: no-repeat;
	height: 239px;
	width: 800px;
	text-align: right;
	background-position: center top;
	margin: auto;
}
.header a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#container div .p5 {
	text-align: center;
}
#container div .p6 .s1 a {
	text-align: center;
}
#container div .p6 .s1 a {
	text-align: center;
}
body {
	margin: auto;
	position: relative;
}
.footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.events{
	font-size:14px;
	font-weight:bold;
}