﻿/* CSS layout */
#container {
	min-height: 100%;
	position: relative;
}
#masthead {
	height: 100px;
	background-image: url('images/deheader100.jpg');
	background-position: left;
	background-repeat: no-repeat;
}
#top_nav {
	position: absolute;
	top: 74px;
	left: 5px;
	width: 95%;
}
#page_content {
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 0px;
	padding-top: 30px;
	padding-bottom: 50px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 50px;
	font-size: 85%;
	clear:both;
	border-top: 0px solid #000;
}
