@charset "windows-1251";

html
{
	margin: 0;
	padding: 0;
	overflow: auto;
	background-color: #000000;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ff9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	display: block;
}

p
{
	text-align: justify;
	margin: 10px;
}

img
{
	border: none;
}

.Title
{
	font-family: Impact, Charcoal, sans-serif;
	font-weight: normal;
}

.Item
{
	margin: 10px;
}

.Item a
{
	text-decoration: none;
	color: #99cccc;
	font-weight: bold;
}

.Item a:hover
{
	color: #ccffff;
}

.Item .Header
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #99cccc;
	font-weight: bold;
	overflow: hidden;
	margin: 0;
}

.Item .Body
{
	position: relative;
	background-color: #111111;
	padding: 10px;
	color: #88aaaa;
	font-size: 13px;
	overflow: hidden;
}

.MenuItem
{
	font-size: 14px;
	text-align: center;
	padding: 3px;
}

.MenuItem a
{
	color: #999999;
	font-weight: normal;
}

.MenuItem a:hover
{
	color: #ccffff;
}

#Header
{
	position: relative;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	overflow: auto;
}

#HeadLine
{
	position: relative;
	width: 996px;
	height: 36px;
	margin: 2px;
	background-image: url(main_menu_underline.gif);
	background-position: right bottom;
	background-color: #000000;
	background-repeat: no-repeat;
}

#MainMenu
{
	width: 750px;
	position: absolute;
	right: 0;
	bottom: 1px;
	text-align: right;
	font-size: 14px;
	background-image: url(main_menu_background.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 40px;
	line-height: 24px;
	word-spacing: 40px;
}

#MainMenu a
{
	text-decoration: none;
	color: #999999;
	word-spacing: normal;
}

#SiteImage
{
	position: relative;
	width: 1000px;
	height: 157px;
	background-color: #111111;
	background-image: url(site_menu_image.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#PageTitleBlock
{
	position: absolute;
}

#PageTitleBlock .Title
{
	color: #FFFFFF;
	font-size: 30px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	margin: 0;
}

#SiteTitleBlock
{
	position: absolute;
	left: 33px;
	top: 22px;
	text-align: center;
	color: #5A7D8C;
}

#SiteTitleBlock #SiteTitle
{
	font-size: 10px;
	text-decoration: none;
	color: #5A7D8C;
}

#SiteTitleBlock #SiteTitle .Title
{
	font-size: 18px;
	color: inherit;
	display: block;
}

#Language
{
	color: #99FF99;
	font-size: 10px;
	font-weight: bold;
	word-spacing: 1px;
}

#Language a
{
	text-decoration: none;
	color: #999999;
}

#Language a:hover
{
	color: #CCCCCC;
}

#MainContainer
{
	position: relative;
	width: 1000px;
	text-align: left;
	margin: auto;
	overflow: auto;
}

#Footer
{
	width: 990px;
	height: 24px;
	background-image: url(footer_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
	padding-top: 1px;
	padding-left: 10px;
	line-height: 24px;
	font-size: 12px;
	color: #666666;
}

#FooterMenu
{
	display: inline;
	padding-left: 30px;
	word-spacing: 30px;
}

#FooterMenu a
{
	text-decoration: none;
	color: #666666;
	word-spacing: normal;
}

#FooterMenu a:hover
{
	color: #6699CC;
}

.ClearFloat
{
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

:focus
{
	outline:none;
}