#Header {
	background-image: url(Site/Images/Header_Background.gif);
	height: 94px;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Footer {
	color: #FFF;
	background-image: url(Site/Images/Footer_Background.gif);
	text-align: right;
	clear: both;
	height: 33px;
	width: 100%;
}
#Menu {
	background-image: url(Site/Images/Menu_Background.gif);
	height: 32px;
	width: 100%;
}
#menu {
	background-image: url(Site/Images/Menu_Background.gif);
	height: 32px;
	width: 100%;
}
#Middle {
	width: 100%;
}
#Sidemenu {
	float: left;
	width: 25%;
}
#Content {
	float: left;
	width: 75%;
	font-size: 14px;
	color: #000;
}
h1 {
	font-size: 18px;
	color: #D6130A;
}
h2 {
	font-size: 16px;
	color: #D6130A;
}
.sub-bg {
	background-image: url(Site/Images/Sidemenu_Background.gif);
	background-repeat: repeat-y;
	padding: 10px;
}

