html {
	background:url(http://tallgrassrcd.org/images/4.jpg) repeat-x  top center #E7D7B5;
}
body{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Trebuchet MS";
	margin-top:0px;

}
#header{
	height:192px;
}
h1 {
	background:url(http://tallgrassrcd.org/images/5.jpg) no-repeat;
	height:135px;
	width:369px;
	margin:0px;
	margin-bottom:7px;
	text-indent:-5000px;
}
#header ul{
	list-style:none;
	margin:0px;
	float:left;
	padding:0px;
}
#header ul li{
	float:left;
	margin:0px;
	text-align:center;
	width:120px;
}
#header a{
	color:#111;
	font-weight:bold;
	text-decoration:none;
	width:120px;
	display:block;
}
#header a:hover{
	background-color:#fff;
	opacity: .5;
	filter: alpha(opacity=50);
}
#mission{
	background:#E3DEDA;
	padding:10px;
	border:1px solid #6D6555;
	clear:both;
	margin-bottom:20px;
}
#mission h3 {
	margin:0px;
}
#mission p{
	font-family:arial;
	font-size:80%;
}
/*contact*/
#left {
	width:190px;
	float:left;
}
#contact{
	background:#E3DEDA;
	padding:10px;
	border:1px solid #6D6555;
	width:190px;
}
#contact a{
	text-decoration:none;
	color:#2171A1;
	border-bottom:dotted 1px #2171A1;
}
#contact h3 {
	margin:0px;
	color:#2171A1;
}
#contact p{
	font-family:arial;
	font-size:80%;
	margin-top:2px;
	margin-bottom:2px;
}
/*links*/
.linklist {
	background-color:#E3DEDA;
	border:1px solid #000;
	padding:3px;
	width:190px;
	margin-left:0px;
}
.linklist li{
	list-style:none;
	font-size:80%;
	margin-bottom:3px;
	margin-left:0px;
}
/*subpage event information*/
#events h2{
	color:#2171A1;
}

#events dt{
	background-color:#E3DEDA;
	border:1px solid #000;
	padding:3px;
}
#events a{
	text-decoration:none;
	color:#2171A1;
	font-weight:bold;
	font-size:120%;
	border-bottom:dotted 1px #2171A1;
}
#events dd{
	margin-left:0px;
}
#events dd.date{
	font-weight:bold;
}
#events dd .map{
	font-size:70%;
}
/*index content*/
#index_content {
	margin-left:250px;
}
#index_content h2{
	color:#2171A1;
}

#index_content dt{
	background-color:#E3DEDA;
	border:1px solid #000;
	padding:3px;
}
#index_content a{
	text-decoration:none;
	color:#2171A1;
	font-weight:bold;
	font-size:120%;
	border-bottom:dotted 1px #2171A1;
}
#index_content dd.date{
	font-weight:bold;
}
#index_content dd .map{
	font-size:70%;
}
#index_content dd{
	padding-left:0px;
}
/*subpage content*/
#content {
	margin-left:250px;
}
#content a {
	text-decoration:none;
	color:#2171A1;
	font-weight:bold;
	border-bottom:dotted 1px #2171A1;
}

/*footer*/
#footer {
	margin-top:20px;
	background-color:#E3DEDA;
	border:1px solid #000;
	text-align:center;
clear:both;
}