html
{
	height: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	background-image: url('../images/back.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: center;
}
#container
{
	margin: 10px auto 10px auto;
	text-align: left;
	width: 920px;
	height: 560px;
	background-image: url('../images/container.png');
}
#banner
{
	width: 904px;
	height: 134px;
	background-image: url('../images/banner.png');
	margin: 8px 8px 0px 8px;
	float: left;
	position: relative;
	z-index: 2;
}
#content
{
	width: 876px;
	height: 350px;
	float: left;
	margin: 14px 22px 0px 22px;
}
#content a
{
	color: #000000;
	text-decoration: underline;
}
#content a:hover
{
	text-decoration: none;
}
#menu
{
	width: 865px;
	height: 41px;
	margin: -21px 28px 0px 28px;
	float: left;
	position: relative;
	z-index: 1;
}
#menu ul
{
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#menu li
{
	display: inline;
}
.menu-item
{
	width: 94px;
	height: 34px;
	margin: 0px 6px 0px 0px;
	background-image: url('../images/menu-item.png');
	float: left;
}
.menu-item-active
{
	margin-top: 7px;
	background-image: url('../images/menu-item-active.png');
}
.menu-item:hover
{
	margin-top: 7px;
}
.menu-item a
{
	width: 94px;
	margin: 14px 0px 0px 0px;
	text-align: center;
	float: left;
	color: black;
	font-size: 12px;
	text-decoration: none;
}
#submenu
{
	width: 100%;
	height: 20px;
	float: left;
	border-color: #ccccff;
	border-width: 1px;
	border-style: solid;
	background-color: #eeeeff;
	margin-bottom: 6px;
}
#submenu ul
{
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 2px 0px 0px 0px;
}
#submenu li
{
	display: inline;
}
.submenu-item
{
	text-align: center;
	width: 90px;
	float: left;
}
#content .submenu-item a
{
	color: #223355;
}
.submenu-item-active a
{
	font-weight: bold;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
