body {
	background-color:#D0DDA5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
}
/************ DIV STYLES ************/
#wrapper {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
	width:900px;
	max-height:auto;
	min-height:1000px;
	z-index:1;
	background-color:#FFFFFF;
	border:solid;
	border-color:#990000;
}
#banner { 
	position:relative;
	float:left;
	width:900px;
	height:175px;
	background-color:#FFFFFF;
}
#vert_nav {
	position:relative;
	float:left;
	width:175px;
	height:900px;
	background-color:#990000;	
}
#vert_nav a:hover {
	text-decoration:underline;
}
#horizon_nav {
	position:relative;
	float:left;
	width:725px;
	height:42px;
	background-color:#990000;	
}
#content {
	position:relative;
	float:left;
	width:675px;
	max-height:auto;
	min-height:750px;
	background-color:#FFFFFF;
	margin-left:15px;
}
#footer {
	position:relative;
	float:left;
	width:900px;
	height:40px;
	background-color:#990000;
}
/*************** TEXT STYLES ***************/
.SmallText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#333333;
}
.MediumText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#333333;
}
.LargeText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#333333;
}
.ReallyLargeText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	color:#333333;
}
.SmallTextWhite {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#FFFFFF;
}
.MediumTextWhite {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#FFFFFF;
	margin-left:15px;
}
.LargeTextWhite {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#FFFFFF;
}
.ReallyLargeTextWhite {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	color:#FFFFFF;
}
