body {
	background: #000000;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	color: #EAFFFF;
	padding: 0px;
}
#pagebody #left h1 {
	font-size: 120%;
	margin: 2px 0px 6px;
	padding: 3px;
	background: #770000;
	position: relative;
}
#pagebody #left p {
	margin: 0px 0px 8px;
	padding: 0px;
	line-height: 19px;
}
#pagebody #left h2 {
	font-size: 110%;
	border-bottom: 2px solid #770000;
}


.center {
	text-align: center;
}

#title {
	text-align: center;
}

#menu {
	background: url(images/mn-bg.png) repeat-x;
	height: 24px;
	width: 100%;
	margin-top: 10px;
}
#menu #menuend {
	right: 9px;
	position: absolute;
}
#footer {
	background: url(images/mn-bg.png) repeat-x;
	height: 24px;
	width: 100%;
	clear: both;
}
#footer #footerend {
	right: 9px;
	position: absolute;
}
#pagebody #left {
	position: relative;
	width: 59%;
	float: left;
	padding: 4px;
}
#pagebody {
	height: 100%;
	position: relative;
}

#pagebody #right {
	float: left;
	width: 38%;
	position: relative;
	padding: 4px;
	background: #777777;
	overflow: hidden;
}
#pagebody #right img {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}
#pagebody #right h1 {
	font-size: 120%;
	margin: 2px 0px 6px;
	padding: 0px;
}
a:link, a:hover, a:visited, a:active {
	color: #aa0000;
	text-decoration: none;
}

#right a:link, #right a:hover, #right a:visited, #right a:active {
	color: #440000;
	text-decoration: none;
}
