body{
	margin: 10px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;		
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0px;
}

#page{
	width: 800px;
	margin: auto;	
	background-color: #080c0b;
	text-align: left;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-y;	
}

#top{
	background-image: url(../images/lefttop.png);
	background-repeat: no-repeat;
	height: 56px;
}

#bar{
	color: #cdcccc;
	height: 63px;
	background-image: url(../images/top_bar.png);
	background-repeat: repeat-x;
}

h1{
	float: left;
	height: 63px;	
	width: 296px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#bar .content{
	line-height: 63px;
	vertical-align: middle;	
}

#bar .right{
	float: right;
	height: 63px;
	line-height: 63px;
	vertical-align: middle;
	margin-right: 20px;
}

#bar .right .sitemap{
	padding-left: 20px;
	background-image: url(../images/sitemap.png);
	background-repeat: no-repeat;	
	background-position: 0px 3px;
}

#bar a{
	color: #cdcccc;
}

#left{
	clear: both;
	float: left;
	width: 198px;
	color: #ffcc99;		
}

#left .top{
	background-image: url(../images/left_above_menu.png);
	height: 129px;
	background-repeat: no-repeat;
}

#menu{
	padding-bottom: 40px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	list-style: none;
	height: 32px;
	margin: 0px;
	padding: 0px;
	padding-left: 32px;
	background-image: url(../images/menu_item.png);
	background-repeat: no-repeat;	
}

#menu ul li.flash{
	padding-left: 0px;
}

#menu ul .nonlast{
	border-bottom: 1px #89180a solid;	
}

#menu ul a{
	display: block;
	padding-left: 19px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	font-weight: bolder;
	font-size: 1.2em;		
}

#menu ul .nonfirst a{
	border-top: 1px #b92812 solid;
}

#menu ul .selected{
	background-image: url(../images/menu_item_selected.png);	
}

#menu a{
	color: #ffcc99;
}

#left .info{		
	text-align: center;	
}

#left .info a{
	color: yellow;
}

#left .hr{
	margin: 20px;
	height: 1px;
	font-size: 1px;
	background-color: #7d1b0d;
	overflow: hidden;
}

#left .copyright{
	text-align: center;
	margin-bottom: 20px;
}

#path{
	float: left;
	width: 562px;
	padding-left: 20px;
	color: #867a7c;
	text-transform: uppercase;
}

#path a{
	color: #ffffff;
}

#content{
	float: left;
	width: 562px;
	padding-top: 40px;
	padding-left: 20px;
	color: #867a7c;
}
