﻿/* CSS layout */
#masthead {
}

#top_nav {
	right: 190px;
	color: #FFFFFF;
	font-family: Papyrus;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	max-height: 800px;
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-right: 200px;
	z-index: -4;
	top: 22px;
	min-width: 150px;
	font-family: Papyrus;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-left: 100px;
}

#right_col {
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #50503C;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}

#footer {
}
