﻿/* CSS layout */
#masthead {
	background: #A50023;
}

#top_nav {
	background: #A50023;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #FFFFFF;
}

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

#left_col {
	background: #A50023;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#page_content {
	margin-right: 160px;
	margin-left: 160px;
}

#right_col {
	background: #A50023;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
}
.h2 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #A50023;
}
