html, body {
	background: #8acc49 url(pix/pagebg.gif) repeat-x;
	height: 100%;
	margin: 0;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #000066;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #0066CC;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #339933;
}
a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
}
i {
	display: none;
}
td, div {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
#alpha {
	height: 100%;
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF url(pix/alpha.gif);
	padding: 0;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#header {
	position: relative;
	background: url(pix/header.gif) no-repeat;
	height: 53px;
}
a#logo {
	position: absolute;
	display: block;
	width: 200px;
	height: 36px;
	top: 5px;
	left: 24px;
}
#topmenu {
	position: absolute;
	text-align: right;
	width: 400px;
	top: 17px;
	right: 50px;
}
#topmenu a {
	font-weight: normal;
	color: #999999;
	margin: 0 10px;
}
#topmenu a:hover {
	color: #000099;
}
#main {
	background: url(pix/main.gif) no-repeat;
	min-height: 500px;
	padding: 0 10px;
}
#left {
	float: left;
	width: 160px;
	padding: 20px 0;
}
#navbox {
	padding: 15px 0;
}
#lefttext div {
	background: url(pix/head.gif) no-repeat top;
	color: #FFFFFF;
	padding: 20px 10px;
	text-align: left;
}
#right {
	float: right;
	width: 570px;
}
#photo {
	height: 112px;
	background: url(pix/photo.jpg) no-repeat;
}
#content {
	padding: 0 30px 20px 30px;
	text-align: justify;
}

#btmtd {
    height: 30px;
    background: url(pix/btmtd.gif) repeat-y;
}
#ftrinner {
    position: relative;
    margin: 0 auto;
    width: 730px;
    background: url(pix/footer.gif) no-repeat top;
    color: #999999;
    min-height: 30px;
    padding-top: 22px;
}


#edit {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 100px;
}
#edit a {color: #FFF;}
#edit a:hover {color: #003;}
