body {
	background: #6D6549 url(pix/pagebg.gif);
	text-align: center;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #660000;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #CC6600;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #996633;
	margin: 0 0 5px 0;
}
a {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
#fullwidth {
	background: url(pix/width.gif) repeat-x;
}
#alpha {
	margin: 0 auto;
	width: 760px;
	background: url(pix/alpha.gif) repeat-y;
}
#header {
	position: relative;
	height: 165px;
	background: url(pix/header.gif) no-repeat;
}
#topmenu {
	position: absolute;
	width: 440px;
	bottom: 20px;
	right: 40px;
	text-align: right;
	font-weight: bold;
}
#topmenu a {
	font-size: 11px;
	color: #660000;
	margin: 0 4px;
}
#topmenu a:hover {
	color: #993300;
}
#logo {
	float: left;
	width: 230px;
	height: 165px;
	background: url(pix/logo.jpg) no-repeat;
}
#images {
	float: left;
	width: 507px;
	height: 146px;
	background: url(pix/images.jpg) no-repeat;
}
#main {
	min-height: 312px;
	background: url(pix/main.jpg) no-repeat top;
}
*html #main {height: 312px;}
#right {
	float: right;
	width: 460px;
	padding: 10px 50px 0 20px;
	text-align: justify;
}
#right img {
	margin: 4px 8px;
}
#left {
	float: left;
	width: 230px;
}
#leftcontent {
	width: 177px;
	float: right;
	margin: 0 10px 0 0;
	padding: 10px;
}
*html #leftcontent {
	margin: 0 5px 0 0;
}
#leftcontent table {
	margin: 0 auto;
	width: 150px;
	background: url(pix/boxbg.gif) repeat-y;
	padding: 0;
}
.top {
	height: 43px;
	background: url(pix/boxtop.gif) no-repeat;
}
.middle {
	height: 82px;
	background: url(pix/boxmid.gif) no-repeat top;
	padding: 4px;
}
*html .middle {
	height: 82px;
}
.bottom {
	height: 21px;
	background: url(pix/boxbtm.gif) no-repeat;
}
.clearer {clear: both;}
#footer {
	clear: both;
	position: relative;
	height: 57px;
	background: url(pix/footer.gif) no-repeat top;
}
#bottommenu {
	position: absolute;
	top : 32px;
	left: 72px;
	width: 620px;
	font-size: 11px;
	font-weight: bold;
	color: #857C5C;
}
#edit a {color: #857B5C;}
#edit a:hover {color: #FFFFFF;}
#bytds, #bytds a {
	font-size: 11px;
	font-weight: bold;
	color: #FCF6DB;
}