﻿body
{
	background-color:#242b0f;
	color:Gray;
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size:small;
	margin:0px;
}
a
{
	text-decoration:none;
	color:Gray;
}
a:hover
{
	color:White;
}
a:visited
{
	color:Gray;
}
input
{
	border:solid 1px silver;
}
div{border:solid 0px silver;}

.main_header
{
	background:transparent;
	width:100%;
}
.main_header_left
{
	background-image:url(images/main_header_left.png);
	background-repeat:no-repeat;
	background-position:right;
	width:9px;
	height:25px;
}
.main_header_center
{
	background-image:url(images/main_header_center.png);
	background-repeat:repeat-x;
	height:25px;
	font-family:Verdana, Tahoma, Times New Roman;
	font-size:x-small;
	font-weight:bold;
	color: Gray;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
}
.main_header_right
{
	background-image:url(images/main_header_right.png);
	background-repeat:no-repeat;
	background-position:left;
	width:9px;
	height:25px;
}
#div_header_menu
{
	height:63px;
	border-bottom:solid 1px #6b7457;
	margin:0px 3px 0px 3px;
}
#div_left_header
{
	white-space:nowrap;
	border-bottom:solid 1px #6b7457;
	margin-left:3px;
	font-weight:bold;
	padding-left:5px;
	height:16px;
}
#div_main_header
{
	border-bottom:solid 1px #6b7457;
	margin-right:3px;
	font-weight:bold;
	height:16px;
}

.border_part_top
{
	background-image:url(images/border_part_middle.png);
	background-repeat:repeat;
	height:63px;
}
.border_part_middle
{
	background-image:url(images/border_part_middle.png);
	background-repeat:repeat;
	height:350px;
}
.border_part_bottom
{
	background-image:url(images/border_part_bottom.png);
	background-repeat:repeat-x;
	height:350px;
}

.main_menu
{
	font-weight:bold;
}
.main_menu a
{
	text-decoration:none;
	color:Gray;
}
.main_menu a:hover
{
	color:White;
}
.main_menu a:visited
{
	color:Gray;
}
