body {
	color: #993300;
	background-color: #F5DD95;
	background-image:  none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#top {
	background-image:  url(images/Aldria%20webby2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 800px;
	z-index: 1;
	height: 500px;
	left: -50px;
	top: 0px;
}
#menu {
	overflow: visible;
	position: absolute;
	z-index: 2;
	height: auto;
	width: 75px;
	left: 0px;
	top: 120px;
	padding-left: 25px;
	margin: 0px;
	padding-right: 75px;
	padding-top: 20px;
}
#content {
	overflow: auto;
	position: absolute;
	z-index: 2;
	width: 500px;
	height:auto;
	left: 100px;
	top: 150px;
	margin: 0px;
	padding: 15px;
	border-top: 1px none #00CC00;
	border-right: 1px none #00CC00;
	border-bottom: 1px none #00CC00;
	border-left: 1px none #00CC00;
}
#footer {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	z-index: 2;
	padding: 20px 50px 0px;
	margin: 0px;
	bottom: 0px;
	left: auto;
	right: auto;
	width: auto;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #CC0000;
}
.mushcode {color: #FFFFFF;
	font-family: fixedsys;
	background-color:#333333;
	padding-left: 5px;
	padding-right: 5px;
}
#center {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 720px;
	left: 0px;
	top: 0px;
	overflow: visible;
	height: auto;
}
#header {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
#highlight {
	font-weight: bold;
}

