﻿@import url(layout.css);
body {
	background-position: center;
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url('../images/dwt/bg.jpg');
	background-color:black;
	background-repeat: repeat-y;
}
#container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#masthead {
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 980px;
	padding: 0;
	overflow: hidden;
	background-image: url('../images/dwt/banner_logo.jpg');
	background-repeat: no-repeat;
}
#navigation {
	width: 980px;
	height: 48px;
	overflow: hidden;
	padding-top: 5px;
	overflow: hidden;
}
#page_content1 {
	margin-right: 0px;
	margin-left: 0px;
	width: 980px;
	padding: 10px;
	background-color: #171717;
)
}
#footer {
	background-position: center;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px;
	height: 170px;
	width: 960PX;
	overflow: hidden;
	background-color:#171717;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #E67F07;
	font-size: x-large;
	text-align: left;
	margin: 10px 10px 0 10px;
	font-weight: bolder;
	font-family: "Trebuchet MS";
	padding-left: 38px;
}
/* Styles for Content */
h1 {
	color: #E67F08;
	font-size: 2.0em;
}
h2 {
	color: #FFFFFF;
	font-size: 11px;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
/* Styles for Footer */
#footer p {
	color: white;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
	overflow: hidden;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF8040;
	text-decoration: none;
}
