#header {
	background-image: url(images/header-bg.jpg);
	width: 100%;
	height: 94px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu {
	background-image: url(images/menu-bg.jpg);
	height: 32px;
	width: 100%;
	margin-bottom: 20px;
}
#middle {
	width: 95%;
}
#submenu {
	width: 25%;
	float: left;
}
#content {
	float: left;
	width: 75%;
}

#footer {
	background-image: url(images/footer-bg.jpg);
	height: 33px;
	width: 100%;
	clear: both;
	text-align: right;
	color: #FFF;
	margin-top: 20px;
}
h1 {
	font-size: 18px;
	color: #D6130A;
}
h2 {
	font-size: 16px;
	color: #D6130A;
}
.sub-bg {
	background-image: url(images/submenu-bg.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}

