body {
	margin: 0;
	padding: 0;
	background-color:#618022;
}
body, p, td, th, div, blockquote, dl, ul, ol {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #010103;
}
a:link, a:visited { 
	color: #010103;
	background-color:transparent;
	text-decoration:none;
}
a:hover {
	color: #010103;
	background-color:#f89f6d;
}
a:hover img {
	border: 1px solid #000000;
	color: #010103;
	background-color:transparent;
}
.thumbnail {
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-top: 5px;
	border: 1px solid #d1e0b2;
}
#wrapper {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 12px 0 0 0;
	border-bottom: 1px solid #a09b93;
	background-color:#ede5da;
	height:600px;
}
/* Hide from IE-Mac \*/
html>body #wrapper {
    height:auto;
	min-height:600px;
}
/* End hide */
#title {
	font: 24px "Palatino Linotype", "Apple Chancery","Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:bold;
	color: #010103;
	background-color: #f89f6d;
	border-bottom: 1px solid #a09b93;
	border-top: 1px solid #a09b93;
	padding: 0.5em;
}

#navbar {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a09b93;
}
#navbar li {
	display: inline;
	padding: 0 9px 0 5px;
	font-size: 14px;
}
#navbar a:link, #navbar a:visited { 
	color: #010103;
	background-color:transparent;
	text-decoration:none;
}
#navbar a:hover {
	color: #010103;
	background-color:#f89f6d;
}
.contact {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #010103;
	background-color: transparent;
	float: right;
	margin-right: 15px;
	margin-top: 20px;
	clear:both;
}
#info {
	padding-top: 10px;
	width: 200px;
	padding-left: 15px;
}
#info h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	color: #010103;
	background-color: transparent;
}
#info ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#info li {
	font-size: 80%;
	margin-bottom: 0.3em;
}
#content {
	margin-left: 16em;
	padding: 15px;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 110%;
	padding-top: 5px;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
#albumlist {
	list-style-type:none;
}
#albumlist li {
	float:left;
	margin-right:8px;
	margin-left:-8px;
	margin-bottom:0;
	width:90px;
	height:90px;
	padding:0;
}
#albumlist img {
	display:block;
}
/* Hide from IE-Mac \*/
html>body #albumlist li {
    margin-right:0;
	margin-left:0;
	width:92px;
	height:92px;
}
/* End hide */
.clear {
	color: #ede5da;
	background-color: #ede5da;
	clear:both;
}
.small {
	font-size: 12px;
	color: #010103;
	background-color: transparent;
}
.border {border: 15px solid #010103}

#sitedesignsig {
	color: #30352B;
	background-color: transparent;
	padding-right: 12px;
}
#sitedesignsig p {
	font-size: 10px;
	border-top: 0px solid #a09b93;
	float:right;
	display:inline;
}
#sitedesignsig a:link, #navbar a:visited { 
	text-decoration:none;
}
#sitedesignsig a:hover {
	color: #30352B;
	background-color:#ede5da;
}
.underline {
text-decoration:underline;
}