﻿/* CSS layout */
#masthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	vertical-align: middle;
	width: 1000px;
	height: 104px;
	text-align: left;
}
#top_nav {
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	height: 20px;
}

#container {
	position: relative;
	width: 1000px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 180px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
#right_col {
	width: 180px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
}
.narraton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
}
.Title {
	font-family: "Rosewood Std Regular";
	font-size: 66px;
}

