#header {
	background-image: url(images/Header-background.jpg);
	height: 95px;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu {
	background-image: url(images/menu-black.jpg);
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#divider {
	background-image: url(images/Divider.jpg);
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#middle {
	width: 100%;
}
#content {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#footer {
	background-image: url(images/footer.jpg);
	width: 100%;
	color: #FFF;
}
#header #menu #middle #content h1 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
}
#header #menu div {
	font-family: Verdana, Geneva, sans-serif;
}
#Menutext {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	font-style: normal;
	color: #FFF;
	font-weight: lighter;
}
#header #menu #middle #content p {
	font-weight: bold;
}

