* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #222;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	height: 80px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #EEE;
	padding-top: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #696A6C;
}
#header #logo {
	background-image: url(DG_LOGO2.gif);
	height: 85px;
	width: 300px;
	background-repeat: no-repeat;
	margin-left: 10px;
	float: left;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	background-color: #F08220;
}

#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	float: right;
}
#wrapper a:link {
	color: #EEEEEE;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	padding-right: 35px;
	padding-left: 35px;
	height: 40px;
	line-height: 40px;
	background-color: #F08220;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #EEE;
	border-right-width: 1px;
	border-left-width: 1px;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
}
#wrapper a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #EEEEEE;
	background-color: #696A6C;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #EEEEEE;
	border-left-color: #EEEEEE;
	padding-right: 35px;
	padding-left: 35px;
	border-right-style: solid;
	border-left-style: solid;
	height: 40px;
}

#container {
	background-color: #EEEEEE;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #222;
	text-align: center;
	padding-top: 25px;
}
#container h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding-top: 20px;
	font-size: 36px;
}
#container h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 36px;
}
#container h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #F08220;
	padding-top: 20px;
	padding-bottom: 20px;
}
