BODY {
	background: black;
	scrollbar-face-color: #BDBDBD;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: black;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: white;
	margin: 0;
	font-family: Verdana, Arial Black;
	font-size: 8pt;
	color: white;
}
TABLE
{
	font-size: 8pt;
}
TD
{
	font-size: 8pt;
}
a:link, a:visited
{
	font-size: 8pt;
	font-weight: bold;
	color: #ffde8f;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #ffcc00;
}
a.mainlevel:link, a.mainlevel:visited
{
	display: block;
	background: url(./img/menu_bg.jpg) no-repeat;
	vertical-align: middle;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 15px;
	padding-left: 47px;
	height: 45px !important;
	height: 50px;
	width: 214px;
	text-decoration: none;
}
a.mainlevel:hover
{
	background-position: 0px -50px;
	text-decoration: none;
	color: #333333;
}
.top
{
	width: 100%;
	height: 150px;
	text-align: right;
	background: url(./img/top_bg.jpg);
}
.menu
{
	width: 214px;
	background: #393939;
	left: 50px;
	position: absolute;
	text-align: left;
}
.content
{
	width: 600px;
	left: 300px;
	position: absolute;
	text-align: center;
	vertical-align: top;
}
.content_top
{
	width: 100%;
	text-align: left;
	display: block;
	height: 88px;
	background: url(./img/content_top.gif);
}
.news
{
	width: 100%;
	text-align: center;
	background: #898989;
}
.banners
{
	text-align: center;
	background: black;
}
.inner
{
	text-align: left;
	background: #555555;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;

}
.item
{
	width: 450;
	text-align: right;
	background: black;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
.article
{
	width: 100%;
	text-align: left;
	background: #898989;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
.in
{
        border-right: black 1px solid;
        border-left: black 1px solid;
        border-top: black 1px solid;
        border-bottom: black 1px solid;
        background: #f1e8d4;
        color: #60460d;
        font-size: 8pt;
        font-family: Verdana, Arial Black;
        font-weight: bold;
}
.but
{
        font-size: 8pt;
        font-family: Verdana, Arial Black;
        font-weight: bold;
        border-right: #50525f 1px solid;
        border-left: #50525f 1px solid;
        border-top: #50525f 1px solid;
        border-bottom: #50525f 1px solid;
        background: #60460d;
	color: white;
}