html, body {
	background: url(pix/pagebg.gif);
	height: 100%;
	text-align: center;
	margin: 0;
}
div {margin: 0; padding: 0;}
h1, h2, h3 {margin: 5px 0; font-weight: bold;}
h1 {
	font-size: 200%;
	color: #FFCC33;
}
h2 {
	font-size: 150%;
	color: #3399FF;}
h3 {
	font-size: 130%;
	color: #99CC33;
	}
a {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
}
#bgtop {
	width: 100%;
	height: 100%;
	background: url(pix/bgtop.gif) repeat-x;
}
#alpha {
	margin: 0 auto;
	border-collapse: collapse;
	width: 750px;
	height: 100%;
	background: url(pix/main.gif) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #CCCCCC;
}
#alpha td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
#header {
	position: relative;
	width: 750px;
	height: 142px;
	background: url(pix/header.jpg) no-repeat;
}
a#logo {
	position: absolute;
	display: block;
	width: 220px;
	height: 90px;
	top: 22px;
	left: 10px;	
}
#topmenu {
	position: absolute;
	display: block;
	width: 164px;
	height: 12px;
	top: 3px;
	right: 32px;
	text-align: center;	
	color: #FFF;
	font-weight: bold;
}
#topmenu a {
	margin: 0 10px;
	color: #FFF;
}
#pipes {
	position: absolute;
	background: url(pix/pipes2.jpg) no-repeat;
	width: 559px;
	height: 139px;
	right: 7px;
	bottom: -119px;
}
#main {
	min-height: 400px;
	padding: 0 26px 0 15px;
}
#pagetext {
	float: right;
	margin-top: 120px;
	width: 520px;
	text-align: justify;
	padding: 20px 0;
}
#pagetext img {margin: 6px 10px;}
#side {
	float: left;
	width: 154px;
	text-align: center;
	font-size: 11px;
}
#side hr {
	width: 126px;
	height: 2px;
	background: url(pix/hr.gif) repeat-x;
	color: #666;
	background: #666;
	border: none;
	margin: 10px auto;	
}
#side p {
	margin: 20px 0;
	padding: 0 10px;
	text-align: left;
}
/*CODE FOR MENU*/
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 154px;
	text-align: left;
	border-bottom: 1px solid #000;
}
.menu a {
	display: block;
	background: url(pix/bnBg.gif) no-repeat;
	border: 1px solid #000;
	border-bottom: none;
	height: 14px;
	color: #999;
	padding: 2px 8px;
}
.menu a:hover {
	background: url(pix/bnOver.gif) no-repeat;
	color: #000;
}
#footercell {
	vertical-align: bottom;
	width: 750px;
	background: url(pix/ftrbg.gif) repeat-y;
	font-size: 10px;
	color: #66CCFF;
}
#footer {
	padding: 10px 60px;
	padding-top: 18px;
	background: url(pix/footer.gif) no-repeat top;
	min-height: 58px;
}
#footer a {
	font-weight: bold;
	color: #66CCFF;
}
#edit a {color: #034BAD;}
#edit a:hover {color: #FFF;}
