body {
	padding: 0;
	margin: 0;
	font: 0.90em "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}

#wrapper {
	margin: 30px auto 0 auto;
	width: 980px;
}

#header {
	height: 60px;
	border-bottom: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @group summaries */

#summaries {
	width: 30%;
	float: left;
}

#summaries .download {
	margin-top:  20px;
	width: 100%;
	text-align: center;	
}

#summaries .photo {
	text-align: center;
	margin-top: 40px;
}
#summaries .photo img {
	padding: 5px;
	border: 1px solid #ccc;
	width: 150px;
}
#summaries .download a:link, #summaries .download a:visited {
	padding: 10px;
	background-color: #7cff5f;
	color: #000;
	text-decoration: none;
}

#summaries .download a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;	
}

#summaries #twitter_div {
	text-align: center;
	margin-top: 30px;
}

#summaries #twitter_div h2 {
	font-size: 16px;
	font-weight: normal;
}

#summaries #twitter_div li {
	list-style-type: none;
	text-align: left;
	margin-bottom: 5px;
	color: #0a1608;
	font-size: 10px;
}

#summaries #twitter_div a {
	color: #428b33;
	text-decoration: none;
}
/* @end */

/* @group content */

#content {
	width: 65%;
	float: right;
}

#content h2 {
	border-bottom: 1px solid #999;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin-left: 10px;
}

#content span.kind {
	font-weight: bold;
	font-style: italic;
	color: #666;
}
#content span.details {
	display: block;
	left: 200px;
}

#content a , #flickr a{
	text-decoration: none;
	padding: 2px;	
}
#content a:link, #content a:visited, #flickr a:link, #flickr a:visited {
	color: #469436;
}
#content a:hover, #flickr a:hover {
	background-color: #7cff5f;
	color: #fff;
}

#content #map {
	border: 1px solid #999;
	padding: 5px;
	width: 400px;
	height: 200px;
}

#content .featurebutton {
	font-size: 0.8em;
	border: 1px dotted #ccc;
}

/* @end */

/* @group flickr */

#flickr {
	clear: both;
	margin-top: 4px;
}

#flickr h2 {
	font-size: 1.1em;
	border-bottom: 1px solid #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#flickr img {
	float:left;
	width:62px;
	height:62px;
	margin: 0 8px 5px 0;
	padding: 2px;
	border: 1px solid #999;
}

#flickr p {
	display: block;
	clear: both;
}
/* @end */

/* @group footer */

#footer {
	border-top: 1px solid #999;
	clear: both;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer p {
	clear: both;
}

/* @end */

