body {
	margin-top: 0px;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	background-color: #040204;
	color: white;
}
a:link {
	text-decoration: none;
	font-weight:bold;
	COLOR: #B4024C;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	COLOR: #B4024C;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	COLOR: #B4024C;
}
#right {
	float: right;
	margin-top: 0px;
	height: 100%;
	width: 220px;
	display: none;
}
#container {
	float: left;
	padding: 10px 180px 10px 25px;
	height: 100%;
	width: 80%;
	background-image: url('images/curtains-right.JPG');
	background-repeat: no-repeat;
	background-position: top right;
}
#header {
	height: 100px;
	padding: 0px;
	margin: 0px;
	float: none;
}
#header img {
	display:none;
}
#header span {
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: white;
}
#menu {
	margin-right: 20px;
	float: left;
}
#contents {
	float:right;
	width: 75%;
}
.menu-item .menu-item-selected {
	width: 150px;
	height: 30px;
	padding: 0px;
	margin: 4px;
}
.menu-item a {
	font-family: verdana;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 150px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	COLOR: #B4024C;
	background-image: url('images/item-bg.JPG');
	background-repeat: no-repeat;
}
.menu-item-selected a {
	font-family: verdana;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 150px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/item-bg-light.JPG');
	background-repeat: no-repeat;
}
.menu-item a:hover {
	background-image: url('images/item-bg-spot.JPG');
	background-repeat: no-repeat;
}
.menu-item span {
	position: relative;
	top: 6px;
}
.menu-item-selected span {
	position: relative;
	top: 6px;
}
#contents-frame {
	width: 100%;
	border-width: 0px;
	height: 400px;
	border: none;
}
