@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background-color:#CCC;
}
a { color:#800000; text-decoration:none; }
a:hover { color:#333; text-decoration:line-through;}
a:visited { color:#000; }
#page {
	background-color:transparent;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#horizontalPosition {
	background-color: transparent;
	visibility: visible;
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	oveflow: visible;
	z-index: 2;
}
#pageContent {
	background-color:#fefefe;
	visibility: visible;
	margin-left: -300px;
	position: absolute;
	top: -150px;
	left: 50%;
	height: 300px;
	width: 600px;
	z-index: 10;
	border-color:#333;
	border-style: solid;
	border-width:2px;
	
}
#pageGraphic {
	position: absolute;
	top: -20px;
	left: -30px;
	color: #800000;
	border-style:solid;
	border-width:1px;
	z-index: 11;
}
#siteTitle {
	position:absolute;
	top: 22px;
	left: 242px;
	font-size:36px;
	color: #800000;
}
#contentText {
	position:absolute;
	top: 90px;
	left: 195px;
	width: 390px;
	height: 130px;
}
#contentText a { color:#800000; }
#contentText a:hover { color:#333; text-decoration:line-through;}
#contentText a:visited { color:#000; }
#pageMenu {
	position:absolute;
	top:278px;
	left:4px;
	height:25px;
	width: 600px;
	text-align:center;
}
#modaine {
	position:absolute;
	top:200px;
	left:500px;
}