﻿/* CSS layout */
#masthead {
	height: 90px;
	font-family: Georgia;
	font-size: xx-large;
	padding: 0px;
	margin: 0px;
	color: #FF0000;
	background-color: #FFF0F5;
	border: 4px double #FF00FF;
	text-align: left;
}

#top_nav {
height: 30px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 0px;
	margin-left: 170px;
}
#right_col {
	width: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	background-color: #FFF0F5;
	height: 70px;
	border: 4px double #FF00FF;
	font-size: medium;
	color: #FF0000;
	text-align: center;
	font-family: Georgia;
	vertical-align: middle;
}
