﻿/* CSS layout */
#masthead {
	background-image: url('assets/webbkgrd1.jpg');
	background-repeat: no-repeat;
	width: 880px;
}

#top_nav {
}

#container {
	padding: 25px;
	margin: 25px;
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	border: thin none #990000;
	margin-left: 200px;
}
#footer {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	background-image: url('assets/webbkgrd1.jpg');
	padding: 15px 15px 15px 30px;
	margin: 30px;
}
.head {
	font-family: "Old English Text MT";
	font-weight: bold;
	font-size: 36px;
	color: #990000;
}
.box {
	border: thin solid #990000;
}

