html, body {
	margin: 0;
	height: 100%;
	text-align: center;
	background: #537371 url(pix/pagebg.jpg) repeat-x top;
}
table {border-collapse:	collapse;}
td {
	vertical-align: top;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #333333;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	margin: 5px 0 10px 0;
	font-weight: bold;
}
h1 {
	color: #660000;
	font-size: 150%;
}
h2 {
	color: #000000;
	font-size: 135%;
}
h3 {color: #CC0000;
	font-size: 120%;
}
a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
#alpha {
	margin: 0 auto;
	width: 760px;
	background: url(pix/alpha.gif) repeat-y;
	height: 100%;
}
#header {
	position: relative;
	height: 74px;
	background: url(pix/header.jpg) no-repeat;
}
a#logo {
	position: absolute;
	width: 400px;
	height: 30px;
	top: 10px;
	left: 2px;
}
#main {
	background: url(pix/main.jpg) no-repeat top;
	padding: 0 200px 0 1px;
    text-align: right;
	position:relative;
    width: 559px;
}
a#home, a#about, a#contact {
	position: absolute;
	width: 68px;
	height: 18px;
	right: 40px;
}
a#home {
	top: 309px;	
}
a#about {
	width: 60px;
	top: 332px;	
}
a#contact {
	width: 76px;
	top: 356px;	
}
#pagetext {
	text-align: left;
    float: right;
	width: 385px;
	min-height: 500px;
	padding: 60px 0 20px 0;
}
.required {
    color: red;
}
#pagetext textarea {
/*
	width: 380px;
*/
	background: #FFF;
	color: #333;
}
#side {
	float: left;
	width: 160px;
	height: 400px;
	text-align: center;
	padding: 20px 0;
}
#navContainer {
	margin: 0 auto;
	width: 148px;
	background: url(pix/navBg.gif) repeat-y;
}
#navTop {
	height: 19px;
	background: url(pix/navTop.gif) no-repeat bottom;	
}
#navText {
	background: url(pix/navText.gif) no-repeat bottom;
	padding: 4px 4px;
}
#navBtm {
	height: 17px;
	background: url(pix/navBtm.gif) no-repeat top;	
}
#textTop, #textLeft, #textBtm {width: 144px; margin: 0 auto;}
#textTop {
	margin-top: 20px;
	height: 6px;
	background: url(pix/textTop.gif) no-repeat bottom;
}
#textLeft {
	background: url(pix/textBg.gif) repeat-y;
	padding: 8px;
	font-size: 11px;
	color: #FFF;
	width: 128px;
}
#text {
    width:350px;
}
#textBtm {
	height: 6px;
	background: url(pix/textBtm.gif) no-repeat top;
}
#spacer {
	float: right;
	width: 90px;
	height: 80px;
}

#pagebtm {
    width: 100%;
    background: #C21613 url(pix/pagebtm.gif) repeat-x bottom;
    height: 42px;
}
#footer {
    margin: 0 auto;
    width: 740px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 11px;
	height: 40px;
	background: #B6100D url(pix/footer.gif) no-repeat top;
	text-align: center;
	padding: 2px 10px 0 10px;
}
#footer a {color: #FFFFFF;}
#edit {
    height: 20px;
}
#edit a {
    color: #1E2927;
}
#edit a:hover {
    color: #FFF;
}


.clearer {clear: both;}

