#header {
	background-image: url(DPAVideoLOGO1.png);
	height: 145px;
	width: 100%;
	background-color: #F5EDA2;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
#menu {
	background-color: #F6EEB4;
	height: 32px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#middle {
	width: 100%;
	background-color: #333;
	margin: 0px;
	padding: 0px;
}
#submenu {
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #313131;
	text-align: center;
	font-size: 16px;
	color: #FFCC6D;
}
#content {
	float: left;
	width: 100%;
	background-color: #424242;
	font-family: "Communist SansBold";
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #DFB362;
}
#footer {
	background-color: #D9A64A;
	text-align: left;
	clear: both;
	height: 33px;
	width: 100%;
	font-family: Communist;
	margin: 0px;
	padding: 0px;
}
