@charset "utf-8";
#menuholder {
	position:absolute;
	width:200px;
	height:245px;
	z-index:2;
	left: 400px;
	margin-left: -375px;
	top: 145px;
}

body,td,th {
	color: #FFFF99;
}
.photoborderright {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
}
.photoborderleft {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
}
body {
	background-color: #AA947D;
	color: #FFFF99;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #66CC33;
}
a:visited {
	color: #CC00CC;
}

h1 {
	font-size: 36px;
	color: #FFFF99;
}
#leftfoot {
	position:absolute;
	width:250px;
	height:188px;
	z-index:3;
	background-color: #52001A;
	left: 46px;
	top: 399px;
	border: 2px none #FFFF99;
}
#leftpage {
	position:absolute;
	width:300px;
	height:500px;
	z-index:2;
	left: 0px;
	top: 120px;
	background-color: #52001A;
}
#pageholdheader {
	position:absolute;
	width:800px;
	height:120px;
	z-index:1;
	margin-left: -400px;
	left: 50%;
	background-color: #52001A;
	top: 15px;
	overflow: visible;
}
#rightpage {
	position:absolute;
	width:460px;
	height:460px;
	z-index:2;
	left: 300px;
	top: 120px;
	background-color: #52001A;
	padding: 20px;
}

