body {
	width: 80%;
	margin: 1em auto;
	background: #FFF;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
}
h1 a {
	display: block;
	padding: .4em 0;
	border: 1px solid #999;
	border-left: 0;
	border-right: 0;
	color: #000;
	text-decoration: none;
}
em {
	color: #999;
}
tt {
	font-size: 110%;
}
.sections div li {
	padding-bottom: .5em;
	font-size: 80%;
}
.sections div li a {
	font-size: 110%;
}
img {
	border: 0;
}
.img {
	text-align: center;
}
#map {
	text-align: center;
}
.highlight {
	float: right;
	margin: .5em 0;
	padding: 1em;
	border: 1px solid #CCC;
	background: #EEE;
	font-size: 80%;	
}
.highlight h2 {
	margin: 0;
	font-size: 110%;
	text-align: center;
}
.standout {
	margin: .5em 0;
	padding: 1em;
	border: 1px solid #339CC7;
	background: #99DBFB;
	font-size: 80%;		
}
.highlight p,
.standout p {
	margin: .2em 0;
}	

.sections {
	float: none;
}
.sections div {
	width: 100%;
}
.img {
	clear: right;
	float: right;
	margin: .2em;
	text-align: center;
}
.img img,
.img span {
	display: block;
}
#siteby {
	clear: both;
	text-align: center;
	font-size: x-small;
}
.legal {
	font-size: 50%;
	color: #666;
}
.takesurvey a {
	clear: right;
	display: block;
	margin: 0 auto;
	width: 157px;
	height: 43px;
	background: url(../images/but-survey.png) no-repeat;
	text-indent: -9999px;
}
.anchors span {
	display: none;
}
.flickr_badge_image { display: inline; margin: 0 2.5em }
.flickr_badge_image img {border: 1px solid black}
/* jQuery lightBox plugin - Gallery style */
#gallery {
	width: 520px;
	padding: 10px;
	background: #444;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
