﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #808000;
}

#masthead {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-image: url('images/andys_title.jpg');
}
#top_nav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	min-width: 600px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	height: 650px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	background-color: #FFFFCC;
	position: absolute;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	background-color: #CCCC00;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}
