@charset "utf-8";
/* CSS Document */

#leftpage {
	position:absolute;
	width:300px;
	height:2342px;
	z-index:2;
	left: 0px;
	top: 120px;
	background-color: #52001A;
}
#menuholder {
	position:fixed;
	width:200px;
	height:115px;
	z-index:2;
	left: 50%;
	margin-left: -400px;
	top: 40%;
}
#pageholdheader {
	position:absolute;
	width:800px;
	height:121px;
	z-index:1;
	margin-left: -400px;
	left: 50%;
	background-color: #52001A;
}
#rightpage {
	position:absolute;
	width:460px;
	height:2300px;
	z-index:2;
	left: 300px;
	top: 120px;
	background-color: #52001A;
	overflow: visible;
	padding: 20px;
}
a:link {
	color: #66CC33;
}
a:visited {
	color: #CC00CC;
}
body {
	background-color: #AA947D;
}

