html,
body { 
	margin: 0;
	padding: 0;
	background: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333
}
h1 {
	font-size: 1.5em; /*equal to 24 pixels*/
	margin: 0;
	text-align: center;
	padding-bottom: 0.5em;
}
h2 { 
	font-size: 1.25em; /*equal to 20 pixels*/
	margin: 0 0 0.5em;
	text-align: center;
}
h3 { 
	font-size: 1em; /*equal to 16 pixels*/
	margin: 0 0 0.5em;
}
h4 { 
	font-size: 0.875em; /*equal to 14 pixels*/
	margin: 0 0 0.5em;
}
h5 {
	font-size: 0.8125em; /*roughly equal to 13 pixels*/
	margin: 0 0 0.5em;
}
h6 {
	font-size: 0.6875em; /*equal to 11 pixels*/
	margin: 0 0 0.5em;
}
p { 
	font-size: 0.8125em; /*equal to 13 pixels*/
	margin: 0 0 1em;
	text-align: justify;
	line-height: 1.3em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p + h2 {
	margin-top: 1em;
}
p + h3 {
	margin-top: 1em;
}
li {
	font-size: 0.8125em;
}
li a {
	font-size: 1em; /* equal to 13 pixels */
}
a img {
	border: none;
}
#page {
	width: 60.5em;
	background: #fff;
	margin: 1.5em auto;
	padding: 1em;
	border: 1px solid #999;
}
#page-container {
	float: left;
}
#masthead {
	position: relative;
	float: left;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
#masthead img {
	float: left;
	margin-left: 1.05em;
	height: 9em;
	width: 11.25em;
}
#masthead img:first-child {
	margin-left: 0;
}
img#title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content-wrapper {
	background: url(/images/content-background.png) repeat-y;
	float: left;
	margin-bottom: 1em;
}
#content {
	width: 46em;
	padding: 0 1.5em 0 0.5em;
	float: left;
	background: white;
}
#content li {
	margin-bottom: 0.375em;
}
#content p:last-child {
	margin-bottom: 0;
}
#content img.img-right-portrait {
	float: right;
	width: 11.25em;
	height: 15em;
	padding: 1px;
	border: 1px solid #666;
	margin: 0 0 1em 1em;
	position: relative;
	top: 1px;
}
#content img.img-right-landscape {
	float: right;
	width: 15em;
	height: 11.25em;
	padding: 1px;
	border: 1px solid #666;
	margin: 0 0 1em 1em;
	position: relative;
	top: 1px;
}
#content img.img-left-landscape {
	float: left;
	width: 15em;
	height: 11.25em;
	padding: 1px;
	border: 1px solid #666;
	margin: 0 1em 1em 0;
	position: relative;
	top: 1px;
}
table.photo-gallery img.img-small {
	width: 11.25em;
	height: 7.5em;
	padding: 1px;
	border: 1px solid #666;
	margin-left: 1px;
}
#content img.map {
	display: block;
	margin: 1em auto 1em auto;
}

table.photo-gallery img.img-medium {
	width: 14.75em;
	height: 11em;
	padding: 1px;
	border: 1px solid #666;
	margin-left: 1px;
}
table.photo-gallery img.img-portrait {
	width: 11.25em;
	height: 15em;
	padding: 1px;
	border: 1px solid #666;
	margin-left: 1px;
}
table.photo-gallery td {
	text-align: center;
}
#right {
	float: right;
	width: 10.5em;
	padding: 1em;
	background: #E6FAFF;
}
#right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#right li {
	margin: 0;
	padding: 0;
	margin-bottom: 0.25em;
}
#right li a {
	display: block;
	background: #ccc;
	padding: 0.25em;
	text-decoration: none;
	color: #00e;
}
#right li a:hover {
	background: #eee;
}
#footer {
	clear: both;
	margin-top: 1em;
}
.first {
	margin-left: 0 !important;
}
.red {
	color: red;
}
#googlemap {
	width: 425px;
	margin: 0 auto 1em;
}
/* comments styles */
div#usernotes {
	background-color: transparent;
	font-size: 0.8125em;
	margin-top: 1.23em;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: transparent;
	padding: 4px;
}
div#usernotes div.foot {
	margin-top: 1.23em;
	text-align: right;
}
div#usernotes div.foot a, div#usernotes div.head a {
	background-color: transparent;
}
div#usernotes span.action {
	float: right;
}
div#usernotes div.note {
	margin-left: 2em; 
	margin-right: 2em; 
	border-bottom:1px dashed;
	padding: 4px;
}
div#usernotes div.text {
	padding: 2px;
	margin-top: 4px;
}
/* end comments styles */