@charset "utf-8";
/* CSS Document */


html{
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	}
	
body{
	text-align: center;
	font-size: 13px;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	color: #1b1b1b;
	}

#cnt{
		margin:0 auto;
		width:822px;
	}

.nav{
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
	height:31px;
	*margin-top:-4px;
	clear:left;
	margin-left:0 auto;
	margin-right:0 auto;
	padding-left:50px;
	height:26px;
}


body#home a.homenav,
body#blog a.blognav,
body#events a.eventsnav,
body#navmap a.navmap,
body#contact a.contactnav,
body#sponsor a.sponsornav

{
	background-color:#fff;
	background-image:url(../images/nav-over-bg.gif);
	color:#006600;
	}	
	


/* body */	
#bd {
	text-align: left;
	margin-left: 40px;
	width: 750px;

}

#bd a { color: green; text-decoration: none; }
#bd a:hover, #bd a:active { color: green; text-decoration: underline; }

#db img { border:5px solid #ddd; }

#bd h1 {
	color: maroon;
}

#bd h2 {
	margin-bottom: 2px;
}


#bd h5 {
	margin-top: 0;
	padding-bottom: 7px;
	color: #999;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}

/* footer */
#ft {
	margin-top: 40px;
	margin-left: 40px;
	width: 750px;
	color: #999;
	padding: 7px;
	border-top: 1px solid #ccc;
}

#ft p {
	margin-bottom: 2px;
}

#ft a {
	color: #555;
	text-decoration: none;
}

#ft a:hover, #ft a:active  {
	color: #111;
	text-decoration: underline;
}



#map {
	width:750px; 
	height: 400px;
	border: 5px solid #ddd;
}

/* righty */
#righty { float:right; }
#righty ul {
	list-style: none;
}
#righty ul li {
	list-style: none;
}

#righty ul li a {
	font-size: 10px;
}

.info { width: 200px; }
.info h4 { margin: 0; padding: 0; }
.info p {font-size: 11px; }