html, body {
	background: #000000 url(pix/bg.gif);
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        text-align:center;
	color: #666666;
}
p {margin: 0 0 8px 0;}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
	margin: 0 0 8px 0;
	text-align: left;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0099CC;
	margin: 4px 0;
	text-align: left;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #999999;
	margin: 4px 0;
	text-align: left;
}
a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #00CCCC;
}
#alpha {
	margin: 0 auto;
	width: 1000px;
	background: #FFFFFF url(pix/alphabg4.jpg) repeat-y;
        padding:0;
}
#inner {
	margin: 0 auto;
	width: 962px;
	text-align: left;
}
#topmenu {
	height: 17px;
	background: #aa5142;
	text-align: right;
	padding: 4px 10px;
}
#topmenu a {
	color: white;
	font-weight: normal;
	padding: 2px 4px;
	margin: 0 6px;
}
#topmenu a:hover {
	background: #a4301b;
	padding: 5px 4px;
	color: #FFFFFF;
}
#header {
	position: relative;
	height: 207px;
        width: 962px;
	background: url(pix/headerbg2.jpg) no-repeat;
        float:left;
        clear:both;
}
#header i {display: none;}
a#logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 210px;
	height: 180px;
}
#headermenu {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
	width: 736px;
	height: 12px;
	text-align: center;
	font-size: 0.9em;
	padding: 7px;
}
#headermenu a {
	color: #FFFFFF;
	font-weight: normal;
	padding: 6px 6px;
	margin: 0 20px;
}
#headermenu a:hover {
	background: #345cb0;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 9px 5px 5px 5px;
}	
#left {
	float: left;
	width: 210px;
	text-align: justify;
}
#block {
	height: 75px;
	background: url(pix/blockbg2.gif) no-repeat;
	color: #FFFFFF;
	padding: 28px 14px 10px 14px;
}
#block h1 {color: #FFFFFF;}
#lefttext {
	padding: 14px;
        clear:both;
        float:left;
}
#lefttext h1, #right h1 {
	font-size: 1.2em;
	color: #99CCCC;
	margin: 0 0 0 0;
}
#pagetext {
	float: left;
	width: 510px;
        background: #fff8e0;
	text-align: justify;
	padding: 10px 15px;
        clear: none;
}
#right {
	float:left; 
	width: 160px;
        clear: none;
	padding: 15px;
	text-align: justify;
}
#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 944px;
	min-height: 20px;
	background: #dfb173 url(pix/footerbg3.gif) no-repeat;
	padding: 39px 8px 4px 8px;
}
#footer p {margin: 0;}
#footer a {
	color: #666666;
	font-weight: normal;
}
#footer a:hover {color: #FFFFFF;}
#edit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 33px;
}
#edit a {color: #dfb173;}

