body{
	background: url(bg-grass.jpg) repeat;
	//font-family:"Trebuchet MS","Lucida Grande",Verdana,Georgia,Sans-Serif;
	font-family: arial, helvetica, sans-serif;
	color:#DDD;
	font-size:100%;
}
img a{
	border:0;
}
#container{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:28px;
}
#headerblock{
	padding:0px;
	margin:0px;
	width:760px;
	height:90px;
	background: url(header.gif) no-repeat;
}
#navcontainer{
	width:760px;
	background: url(fg-grass.jpg) repeat;
	margin-top:8px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 35px;
}
#navlist li a {
	font-weight:bold;
	//font-size:110%;
	text-decoration:none;
	color:yellow;
}
#content{
	float:left;
	width:530px;
	min-height:350px;
	margin-top:8px;
	background: url(fg-grass.jpg) repeat;
}
#content h2 a {
	color:#dfa10c;
	text-decoration:none;
	//margin-left:12px;
}
#content .page {
	margin-left:12px;
	margin-right:12px;
}
#content p {
	color:white;
	//text-decoration:none;
	//margin-left:12px;
	font-size:100%;
}
#content a {
	color:yellow;
	text-decoration:none;
}
#sidebar{
	float:right;
	width:220px;
	//min-height:350px;
	margin-top:8px;
	//margin-bottom:0;
	background: url(fg-grass.jpg) repeat;
font-size:90%;
}
#sidebar ul {
	list-style-type: none;
	padding:0;
	margin:0;
	margin-left:5px;
	margin-right:5px;
}
#sidebar h2 {
	font-size:120%;
	color:#dfa10c;
margin-top:12px;
border-top:1px solid #ccc;
}
#sidebar a{
	color:yellow;
	text-decoration:none;
}

.twitter-item {
	padding-top:10px;
}

#footerblock{
	float:left;
	width:760px;
	background: url(fg-grass.jpg) repeat;
	margin-top:8px;
	font-size:90%;
}
#footeraddress{
	float:left;
	padding:5px;
	color:white;
}
#footergetdirections{
	float:right;
	margin-top:6px;
	margin-right:9px;
}
#footergetdirections a{
	color:yellow;
	text-decoration:none;
}