﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-attachment: scroll;
}
a:link {
	text-decoration: none;
	color: #2D2C26;
}
a:active {
	text-decoration: none;
	color: #797465;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #9C9886;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#masthead {
	background-color: #797465;
}

#top_nav {
	background-color: #797465;
	min-height: 100px;
}

#container {
	min-width: 600px;
}

#page_content {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #797465;
	min-height: inherit;
}

#footer {
	clear: both;
	background-color: #ECE8E3;
}

