body {
	background: #000 url(pix/pagebg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
.clearer {clear: both;}
i {display: none;}
h1, h2, h3 {
	margin: 0;
	margin-bottom: 10px;
}
h1 {
	font-family: "Futura Hv BT";
	color: #0066CC;
	font-size: 200%;
}
h2 {
	color: #FF6600;
	font-size: 160%;
}
h3 {
	color: #339966;
	font-size: 120%;
}
a {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}

#alpha {
	margin: 0 auto;
	width: 746px;
	background: #FFF url(pix/alpha.gif) repeat-y;
	border: 2px solid #FFF;
	border-top: none;
}
#header {
	position: relative;
	height: 83px;
	background: url(pix/header.jpg) no-repeat;
}
a#logo {
	position: absolute;
	display: block;
	width: 240px;
	height: 60px;
	top: 12px;
	left: 28px;
}
#flash {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 83px;
}
#topmenu {
	height: 17px;
	background: url(pix/topmenu.gif) no-repeat;
	text-align: right;
	padding: 6px 10px;
    font-size: 10px;
	color: #06C;
}
#main {
	min-height: 400px;
	background: url(pix/main.gif) no-repeat top;
	padding: 20px 30px 0 8px;
}
#pagetext {
	float: right;
	width: 490px;
	text-align: justify;
}
#side {
	float: left;
	width: 180px;
}
#side ul {
    margin: 0;
    padding: 0;
    width: 180px;
    list-style: none;
}
#side a {
    display: block;
    margin: 6px 0;
    width: 172px;
    height: 22px;
    font-size: 150%;
    color: #039;
    padding: 14px 4px;
}
#side table {
	background: #C6C8CB url(pix/boxtop.gif) no-repeat top;
	width: 180px;
    margin: 0;
	padding: 0;
	color: #333;
	font-size: 10px;
}
#side table td {padding: 0;}
#side table a {
	color: #FFF;
	font-weight: normal;
}
#side table h1 {
	width: 100%;
	margin: 0;
	margin-top: 10px;
	font-size: 180%;
	color: #FFF;
	background: #999;
}
#side table td.info {
	background: url(pix/boxbtm.gif) no-repeat bottom;
	padding: 6px 4px;
}
#side table td.info a {
    font-weight: bold;
}

#btm {
	height: 80px;
	background: url(pix/btm.gif) no-repeat bottom;
}
#ftr {
	background: #003;
	padding: 6px 20px;
	color: #FFF;
	font-size: 10px;
}
#bytds {
	margin: 10px auto;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
#bytds a {color: #999;}
#edit a {color: #000;}
#edit a:hover {color: #FFF;}
