@charset "utf-8";
#pageholdheader {
	position:absolute;
	left:50%;
	width:800px;
	height:182px;
	z-index:1;
	background-color: #52001A;
	margin-left: -400px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
	top: 14px;
}
#rightpage {
	position:absolute;
	width:513px;
	height:1470px;
	z-index:2;
	left: 275px;
	top: 182px;
	background-color: #52001A;
	padding-right: 12px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFF99;
}

#leftpage {
	position:absolute;
	width:275px;
	height:1490px;
	z-index:2;
	left: 0px;
	top: 182px;
	background-color: #52001A;
}
#menuholder {
	position:fixed;
	width:114px;
	height:242px;
	z-index:3;
	left: 50%;
	top: 40%;
	margin-left: -400px;
}


a:visited {
	color: #CC00CC;
}

/* CSS Document */

a:link {
	color: #66CC33;
}
body {
	background-color: #AA947D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFF99;
}

