body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e1d6b9 url(pix/bgtop.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #399;
}
h1, h2, h3 {
	margin: 0;
	margin-bottom: 6px;
	padding: 0 10px;
}
h1 {
	color: #006;
	font-size: 240%;
	font-family: Garamond;
	font-weight: bold;
}
h2 {
	color: #09C;
	font-size: 200%;
	font-family: Garamond;
	font-weight: bold;
}
h3 {
	color: #339966;
	font-size: 120%;
}
i {display: none;}
a {
	font-weight: bold;
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
}
#topline {
	background: #003;
	height: 14px;
	border-bottom: 1px solid #FFF;
}
#alpha {
	margin: 0 auto;
	width: 700px;
	background: #FFF url(pix/alpha.gif) repeat-y;
	border: 2px solid #FFF;
	border-top: none;
}
#header {
	position: relative;
	height: 158px;
	background: url(pix/header.jpg) no-repeat;
}
a#logo {
	position: absolute;
	display: block;
	width: 216px;
	height: 100px;
	bottom: -20px;
	left: 8px;
}
#topmenu {
	position: absolute;
	width: 450px;
	bottom: 6px;
	right: 8px;
	color: #FFF;
	font-weight: bold;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topmenu li {
	float: left;
}
#topmenu a {
	float: left;
	display: block;
	color: #FFF;
	padding: 2px 5px;
	margin: 0 5px;
}
#topmenu a:hover {
	background: #3E90B8;
}

#main {
	min-height: 300px;
	background: url(pix/main.jpg) no-repeat top;
	padding: 60px 0 30px 0;
}
#pagetext {
	margin: 0 auto;
	width: 600px;
	text-align: justify;
}
#pagetext img {
	margin: 6px 8px;
	border: 2px solid #6CC;
}
#footer {
	background: #A8DDDF url(pix/footer.gif) no-repeat top;
	padding: 30px 40px 10px 40px;
	color: #FFF;
	font-weight: bold;
}
#bytds {
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0;
	color: #006;
}
#bytds a {color: #006;}
#edit a {
	color: #E1D6B9;
	font-size: 9px;
	font-weight: normal;
}
#edit a:hover {
	color: #003;
}