/* @CHARSET "ISO-8859-1" ;; */

body {
	background-color: #ddd;
	color: #e70;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#header {
	font-size: 20px;
	background-color: #555; /* #fc0; */
	/* layer-background-color: #555; *//* #fc0; */
	border-style: solid;
	border-color: #fff;
	border-width: 0px 0px 2px 0px;
	width: 100%;
	padding: 20px 0px 10px 0px;
	text-align: center;
	color: #e70;
	font-family: Verdana, Arial, sans-serif;
}
#prevBtn, #nextBtn {
	position: relative;
	visibility: hidden;
}
#page {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #555;
	font-size: 10px;
	text-align: center;
	margin: 15px 20px 15px 30px;
}
#photocontainer {
	margin: 5px 10px 10px 10px;
	text-align: center;
}
.contact {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
a.contact:hover {
	color: #f70;
	text-decoration: none;
}
.prevnext {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #005;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin: 15px 0px 5px 0px;
}
.prevnext a {
	text-decoration: underline;
}
.letter {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin: 15px 20px 15px 30px;
	height: 278px;
}
.letter a {
	color: #000;
	text-decoration: none;
}
.letter a:hover {
	color: #f70;
	text-decoration: none;
}

table { 
	text-align: center;
}
td { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
img {
	border-width: 1px 1px 1px 1px;
	border-color: #333;
}
a {
	text-decoration: none;
}
a:hover {
	color: #f70;
	background-color: #eee;
}