body {
	color: white;
	background-repeat: repeat;
	background-image: url(../global/site_bground.jpg);
	margin: 0px;
}

td.sidebar {
	border-right-color: #443c28;
	border-right-style: solid;
	border-right-width: 1px;
	background-repeat: repeat-y;
	background-image: url(../global/sidebar_bground.jpg);
}

td.main {
	background-repeat: repeat-y;
	background-image: url(../global/main_bground.jpg);
}

td.sidebar p {
	line-height: 1.5em;
	color: #d3c0a6;
	margin-right: 10px;
	font-size: 10pt;
	font-family: sans-serif;
	margin-left: 60px;
}

td.sidebar h1 {
	font-family: sans-serif;
	font-size: 14pt;
	color: #f7cd60;
	margin-left: 50px;
}

img.framed {
	border-color: #ae9f89;
	border-style: solid;
	border-width: 3px;
}

div.sidebar {
	margin-right: 10px;
	margin-left: 60px;
}

td.main h1 {
	font-style: normal;
	font-weight: normal;
	margin-right: 60px;
	margin-left: 20px;
	color: #f7cd60;
	font-size: 24pt;
	font-family: serif;
}

td.main h2 {
	font-size: 18pt;
	font-family: serif;
	font-style: normal;
	font-weight: normal;
	color: #f7cd60;
	margin-bottom: 0px;
	margin-right: 60px;
	margin-left: 20px;
}
td.main p {
	font-size: 12pt;
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 1.5em;
	color: #d3d3d3;
	margin-right: 60px;
	margin-left: 20px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #f7cd60;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #d3c0a6;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}
table.gallery {
	margin-right: 60px;
	margin-left: 20px;
}


