﻿  /* CSS layout */
#masthead {
	font-family: "Trebuchet MS";
	margin: 0px auto 0px auto;
	width: 850px;
	height: 100px;
	background-image: url('nabkgnd.jpg');
}
#top_nav {
	width: 850px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-bottom: auto;
}

#container {
	min-width: 600px;
	background-image: url('nabkgnd.jpg');
	background-color: #F1F4EC;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	font-family: "Trebuchet MS";
	font: medium "Trebuchet MS";
	padding: 10px;
	margin-left: 225px;
	color: #000000;
	background-image: url('nabkgnd.jpg');
}

#footer {
	clear: both;
	width: 600px;
	list-style-type: none;
	padding-top: 20px;
	font-size: x-small;
	font-family: "Trebuchet MS";
	text-align: center;
}
