﻿/* CSS layout */
#masthead {
}

#top_nav {
	font-family: Mosaic_Solid;
	font-size: large;
	font-weight: bold;
	color: #808080;
	text-align: center;
	background-color: #FFFFFF;
	border: thick groove #00FFFF;
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-right: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: "Asenine Wide";
	font-size: medium;
	color: #C0C0C0;
	text-align: right;
}

#footer {
}
