body {
	font-size: 12px;
	font-family: 'Trebuchet MS';
	text-align: center;
}

#content {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	margin-top: 40px;
	z-index: 5;
}

.content { padding: 4px; }

.section {
	background-image: url('section-bg.gif');
	background-repeat: repeat-y;
	background-position: left 36px;
	float: left;
}

.section h1 {
	background-image: url('section-top.gif');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 16px;
	padding-top: 12px;
	padding-bottom: 4px;
	font-size: 16px;
}

.section .sectionInner {
	padding-left: 14px;
	width: 740px;
	overflow: auto;
}

.section .sectionInner .content {
	width: 660px;
}

.section .sectionEnd {
	background-image: url('section-bottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #fff;
	width: 740px;
	height: 26px;
}

.section .sectionEnd h6 {
	background-image: url('section-end.gif');
	background-position: left;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-right: 60px;
}

.section .sectionEnd h6 a {
	color: #bf0000;
	text-decoration: none;
}

.menu {
	margin-top: 175px;
	position: relative;
	right: -10px;
	background-image: url('menu-bg.gif');
	background-position: left 2px;
	background-repeat: repeat-y;
	width: 215px;
	float: left;
}

.menu .menuInner {
	background-image: url('menu-top.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.menu .menuInner ul {
	background-image: url('menu-bottom.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
	padding-top: 10px;
	padding-left: 37px;
}

.menu .menuInner ul li {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0;
	margin: 0;
}

.menu .menuInner ul li a {
	border: 1px solid #FFFFBB;
	background-image: url('menu-item-bg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 22px;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
		
.menu .menuInner ul li.active {
	border-right: 0px none;
}

.menu .menuInner ul li a:hover {
	color: #bf0000;
	background-position: top;
}

.menu .menuInner ul li.active a {
	background-image: none;
	border: 0px none;
	color: #bf0000;
}
