body {
	font-family: "Comic Sans MS"; 
	font-size: largept; 
	cursor: auto ; 
	color: #556B2F; 
	padding : 10px;
	margin : 10px;
	border-top: inset; 
	border-left: inset; 
	border-bottom: inset; 
	border-right: inset; 
}
#bottom {
	clear : both;
}
h1 {
	text-align : center;
	font-style : "Comic Sans MS";
}
.sidebar {
	float : left;
	width : 15%;
	padding : 10px;
	text-align : center;
}
.sidebar a {
	display: block;
	color : white;
	text-decoration : none;
	background-color : #556B2F; 
	padding : 4px;
	margin-bottom : 5px;
	text-align : center;
	width : 90%;
	cursor : hand;
}
.sidebar a:hover {
	background-color : #556B2E; 
	padding : 4px;
	margin-bottom : 5px;
	text-align : center;
	width : 90%;
}
.content {
	padding : 10px;
	width : 80%;
	float : right;
}
.guestbook {
	font-size : 11pt;
}
.guestbook pre {
	white-space : -moz-pre-wrap;
}
.prewrap {
	white-space : -moz-pre-wrap;
	font-family : courier, monospace;
	padding-left : 20px;
	padding-right : 20px;
}
.thumbnails a {
	float : left;
	text-decoration : none;
	color : #556B2F; 
	margin-right : 10px;
	margin-bottom : 20px;
}
.thumbnails img {
	border : none;
}
.thumbnails p {
	font-size : 8pt;
	margin-top : 0px;
}
.single_photo {
	text-align : center;
}
.single_photo a {
	color: #556B2F; 
	text-decoration : none;
}
