@charset "UTF-8";
#header {
	background-image: url(images/header-bg.jpg);
	height: 94px;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#menu {
	background-image: url(images/menu-bg.jpg);
	height: 32px;
	width: 100%;
	text-align: center;
}
#middle {
	width: 100%;
	height: 100%;
}
#submenu {
	float: left;
	width: 190px;
	height: 800px;
	list-style-type: disc;
}
#content {
	float: right;
	width: 75%;
	height: 100%
}
#footer {
	text-align: center;
	clear: both;
	height: 33px;
	width: 100%;
	color: #FFF;
	background-image: url(images/footer-bg.jpg);
}
h1 {
	font-size: 24px;
	color: #D6130A;
	text-align: center;
}
h2 {
	color: #D6130A;
	text-align: center;
}
.sub-bg {
	background-image: url(images/submenu-bg.jpg);
	
	padding: 10px;
}
.catagoryfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #C30;
	font-weight: bold;
}
descriptionheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.centerstuff {
	text-align: center;
}
