
body
{
	background: #efefdf;
	padding: 0;
	margin: 0;
	font-family: georgia, times new roman, serif;
}

td.columns
{
	padding: 16px 8px 16px 8px;
}

td.edge
{
	width: 172px;
	height: 100%;
	vertical-align: top;
	background: transparent url(images/edge.jpg) top left repeat-y;
}

td.mainbody
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	font-family: georgia, times new roman, serif;
	font-size: 11pt;
	background: url("images/main.jpg");
	background-repeat: no-repeat;
}

div.photo
{
	text-align: center;
}

div.photo img
{
	border: solid 1px #705040;
	padding: 2px;
}

div.gallery {
    width: 100%;
    text-align: center;
}

div.gallery img {
	border: solid 1px #705040;
	padding: 2px;
	margin: 10px;
}

div.gallery-noframe {
    width: 100%;
    text-align: center;
}

div.gallery-noframe img {
    border: 0;
    vertical-align: middle;
	padding: 2px;
	margin: 15px;
}

div.caption
{
	text-align: center;
	font-family: georgia, times new roman, serif;
	font-size: 10pt;
}

div.caption-left
{
	margin-right: -10px;
	text-align: right;
	font-family: georgia, times new roman, serif;
	font-size: 10pt;
}

div.caption-right
{
	margin-left: -10px;
	text-align: left;
	font-family: georgia, times new roman, serif;
	font-size: 10pt;
}

div.copyright
{
	text-align: center;
	font-family: georgia, times new roman, serif;
	font-size: 10pt;
	padding-top: 60px;
	padding-bottom: 20px;
	color: #302020;
}

div.separator
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

span.highlight
{
	font-weight: bold;
	color: #009000;
}

span.underline
{
	text-decoration: underline;
}	

blockquote
{
	margin-left: 3em;
	margin-right: 4em;
	font-family: georgia, times new roman, serif;
	font-size: 11pt;
	color: #202020;
}

h1, h2, h3, h4, h5, h6
{
	font-family: georgia, times new roman, serif;
	font-style: italic;
	font-weight: bold;
}

h1 {	font-size: 17pt; }
h2 {	font-size: 16pt; }
h3 {	font-size: 15pt; }
h4 {	font-size: 14pt; }
h5 {	font-size: 13pt; }
h6 {	font-size: 12pt; }

p
{
	margin-left: 0em;
	margin-right: 1em;
	font-family: georgia, times new roman, serif;
	font-size: 11pt;
	color: black;
}

ul
{
	font-family: georgia, times new roman, serif;
	font-size: 11pt;
	color: black;
}

img
{
	border: 0;
}

a:link { text-decoration: none; color: #806050; }
a:visited { text-decoration: none; color: #705040; }
a:active { text-decoration: underline; color: #907060; }
a:hover { text-decoration: underline; color: #957565; }

