html, body {
	background: #777e7c url(pix/pagebg.gif);
	margin: 0 auto;
	text-align: center;
	height: 100%;
}
p {margin: 0; padding:0;}
#pagetop {
	background: url(pix/pagetop.gif) repeat-x top;
	height: 100%;
}
#container {
	margin: 0 auto;
	width: 760px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: center;
	background: url(pix/alphabg.gif) repeat-y;
}
td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
h1, h2, h3 {margin: 6px 0;}
h1 {
	font-size: 200%;
	font-weight: bold;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h2 {
	font-size: 150%;
	color: #993300;
}
h3 {
	font-size: 120%;
	color: #003366;
}
a {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
#alpha {
	margin: 0 auto;
	width: 760px;
}
#header {
	position: relative;
	height: 221px;
	background: url(pix/headerbg.jpg) no-repeat;
}
a#logo {
	position: absolute;
	display: block;
	height: 57px;
	width: 236px;
	top: 0;
	left: 34px;
}
#topmenu {
	position: absolute;
	top: 5px;
	right: 30px;
	text-align: right;
}
#topmenu a {
	color: #666666;
}
#topmenu a:hover {
	color: #FF6600;
}
#main {
	background: url(pix/contentbg.jpg) no-repeat;
	min-height: 350px;
}
#pagetext {
	text-align: justify;
	float: right;
	width: 481px;
	padding: 15px 30px 30px 20px;
}
#pagetext p {
	margin: 10px 0 ;
}
#leftmenu {
	float: left;
	width: 171px;
	padding: 10px 0 10px 56px;
}
*html #leftmenu {width: 229px; padding: 10px 0 10px 48px;}
#leftmenu div {
	width: 148px;
	background: #ad9d5f;
	color: #FFFFFF;
	padding: 8px;
	text-align: left;
	margin-bottom: 10px;
}
*html #leftmenu div {width: 164px;}
#leftmenu div h1 {
	font-size: 120%;
	font weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
}
#leftmenu div a {
	color: #FFFFCC;
}
#leftmenu div a:hover {
	color: #FF9900;
}
#leftmenu .vspace {
	display: none;
}
*html #pagetext {width: 531px;}
.clearer {clear: both;}
#footer {
	vertical-align: bottom;
	padding-right: 11px;
}
#footertext {
	float: right;
	width: 670px;
	background: #3D4442 url(pix/footerbg.gif) no-repeat left top;
	padding: 12px 0 4px 30px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
#footertext a {
	color: #999;
}
#edit a {
	color: #3D4442;
	font-size: 9px;
}
#edit a:hover {
	color: #FFF;
}
