body {
	background-color: #222;
	color: #ddd;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #c30;
	text-decoration: none;
}
a:hover {
	color: #b42b03;
	text-decoration: underline;
}

.cb {
	clear: both;
}

strong {
	color: #fff;
}

p {
	line-height: 1.4em;
}

#content {
	width: 800px;
	margin: 0 auto;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#photos {
	background-color: #333;
	color: #b9b9b9;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	padding: 1.5em;
	margin: 2em 0;
}
#photos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#photos ul li {
	margin: 0;
	padding: 0 1.5em 0 0;
	float: left;
}
#photos ul li a {
}
#photos ul li a:hover {
}

#map  {
	font-size: 80%;
}
#map iframe {
	font-size: 80%;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
}
