body {
	background: #E0DFCB url(pix/pagebg.gif);
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}
i {display: none;}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #990000;
	text-align: center;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #666666;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #996600;
}
a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
}
#bgtop {
	width: 100%;
	background: url(pix/bgtop.gif) repeat-x;
}
#alpha {
	margin: 0 auto;
	width: 760px;
	background: url(pix/alpha.gif) repeat-y;
}
#header {
	position: relative;
	height: 155px;
	background: url(pix/header.jpg) no-repeat;
}
a#stvc, a#stvr {
	position: absolute;
	display: block;
	width: 156px;
	height: 90px;
	top: 28px;
}
a#stvc {
	left: 27px;
}
a#stvr {
	right: 27px;
}
#left, #right {
	width: 144px;
	min-height: 318px;
}
#left {
	float: left;
	background: url(pix/left.gif) no-repeat;
}
#right {
	float: right;
	background: url(pix/right.gif) no-repeat;
}
#leftmenu, #rightmenu {
	width: 110px;
	margin-top: 30px;
	color: #FFFFFF;
}
#leftmenu a, #rightmenu a {
	color: #FFFFFF;
}
#leftmenu a:hover, #rightmenu a:hover {
	color: #333333;
}
#leftmenu {
	float: left;
	margin-left: 20px;
}
#rightmenu {
	float: right;
	margin-right: 20px;
}
#pagetext {
	float: left;
	width: 432px;
	min-height: 318px;
	background: #FFFFFF;
	padding: 20px 20px;
	text-align: justify;
}
#pagetext img {margin: 4px 8px;}
#footer {
	position: relative;
	clear: both;
	height: 47px;
	background: url(pix/footer.gif) no-repeat;
}
#bottommenu {
	position: absolute;
	top: 13px;
	left: 145px;
	width: 470px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
#bottommenu a {color: #FFFFFF;}
#edit a {color: #E2E2D1;}
#edit a:hover {color: #333333;}
#bytds, #bytds a {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
#wikiedit textarea {width: 440px;}
#wikiedit img {margin: 0;}

#contact {
	margin: 0 auto;
	background: #FFF;
	padding: 2px;
	width: 400px;
	font-size: 11px;
	color: #333333;
	text-align: left;
	border: 1px solid #999885;
}
#contact td {
	padding: 2px 4px;
	font-weight: bold;
	vertical-align: middle;
}
.head td {
	background: #999885;
	color: #FFF;
}
.subhead td {
	background: #DDDDC9;
	color: #666;
}
.right {text-align: right;}
.center {text-align: center;}
#contact textarea {
	width: 380px;
	height: 150px;
}