html, body{
	background: #58595b url(../images/pge_back.png) center repeat-y;
	font: 8pt Arial,sans-serif;
	color: #8d8d8d;
}

#footer,
h1, h2, h3, h4, a{
	color: #fc6600;
}

.cleaner{
	clear: both;
}

#container{
	margin: 0 auto 0 auto;
	width: 999px;
   background-color: #333333;
}

#head{
	width: 100%;
	height: 200px;
	display: block;
	background: url(../images/head_top.jpg);
	border-bottom: 5px solid black;
}

#main{
	width: 100%;
	height: auto;
	display: block;
	/*
	background: #333333 url(../images/head_shadow.png) top repeat-x;
	*/
	background: #333333 url(../images/head_shadow.png) top repeat-x;
}

#left, #right{
	width: 159px;
	float: left;
   z-index: 1;
}

ul.menu { border-top: 1px solid #A40101; background-color: #860101; display: block; width: 100%; margin-top: 24px; position: relative; z-index: 1; }
ul.submenu { border-top: 1px solid #C40101; background-color: #860101; display: block; width: 100%; margin-top: 24px; position: relative; z-index: 10; }
ul.menu ul { margin: -23px 0 -500px 0; position: relative; left: 159px; z-index: 1; }
ul.submenu ul{ margin: -23px 0 -500px 0; position: relative; left: 159px; z-index: 10; }
ul.menu li { border-bottom: 1px solid #A40101; height: 22px; position: relative;  z-index: 1;}
ul.submenu li { border-bottom: 1px solid #C40101; height: 22px; position: relative; z-index: 10;}
ul.menu li a { position: relative; z-index: 1; }
ul.submenu li a{ position: relative; z-index: 10; }
ul.menu li a,
#left h2, #right h2{
	font-size: 8pt;
	display: block;
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
}

ul.submenu li a,
#left h2, #right h2{
	font-size: 8pt;
	display: block;
	width: auto;
	text-decoration: none;
   text-transform: normal;
}

ul.menu li a, ul.submenu li a{
	margin-left: 15px;
	padding: 5px 0 3px 6px;
}

ul.menu li, ul.submenu li{
	background: #860101 url(../images/menu_li.png) left no-repeat;
	height: 22px;
	font-weight: bold;
}

ul.menu li:hover, ul.submenu li:hover{
	background: black url(../images/menu_lia.png) left no-repeat;
}
ul.menu li a:hover, ul.submenu li a:hover{
	background: black;
}
#leftbox{
	clear: both
	width: 100%;
	background: #2B2B2B;
   text-align: center;
}

#leftbox h2{
	padding: 6px 0 0 0;
	background: #202020;
	height: 21px;
}
#rightbox{
	clear: both
	width: 100%;
	background: #860101;
   text-align: center;
   padding-bottom: 15px;
}

#rightbox h2{
	padding: 6px 0 0 0;
	background: #333333;
	height: 21px;
}

#content{
	width: 681px;
	float: left;
	margin-top: 15px;
   background-color: #333333;
}

.page {
	background: #333333 url(../images/art_back.png) top repeat-x;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #0c0c0c;
	padding: 14px 21px;
	position: relative;
	clear: both;
   xmin-height: 678px;
}

.page h1 { color: #D08000; font-size: 15px; } 
.page h2 { color: #D0D0A0; font-size: 13px; } 

.article{
	background: #333333 url(../images/art_back.png) top repeat-x;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #0c0c0c;
	padding: 14px 21px;
	position: relative;
	clear: both;
}
.articlehead { padding: 5px; padding-left: 20px; font-weight: bold; color: #D0D0D0; background-color: #404040; border-top: solid 1px gray; border-bottom: solid 1px #252525; } 
.articlehead2 { padding: 5px; padding-left: 20px; font-weight: bold; color: #D0D0D0; background-color: #303030; border-top: solid 1px #606060; border-bottom: solid 1px #252525; } 
.article h3 {
	font-size: 13px;
	position: relative;
}

.article h1 img{
	margin: 0 0 -5px 10px; 
}

.article p img{
	float: left;
	border: 7px solid #fc6600;
	margin: 0 15px 15px 0;
	position: relative;
}

#right{
	float: right;
	margin-top: 18px;
	overflow: hidden;
}



#links, #partners{ padding: 10px; background: #860101; margin-bottom: 0px; color: #A0A0A0; }
#partnersAct{ background: #961111; }
#partners img{
	margin-top: 10px;
}

#links a{
	clear: both;
	display: block;
	margin-top: 15px;
	text-decoration: none;
}

#footer{
	font-size: 9pt;
	height: 30px;
	padding: 10px 0 0 10px;
	clear: both;
	background: black;
   color: #A0A0A0;
}

A.RPLink,A.RPLink:visited,A.RPLink:active { color: #E08000; font-size: 11px; }
A.RPLink:hover { color: white; }
A.PGLink,A.PGLink:visited,A.PGLink:active { color: #E08000; font-size: 11px; }
A.PGLink:hover { color: white; }
.PageTable { padding: 5px; border-spacing: 2px; border-style: solid; border-width: 1px; border-color: #707070 #282828 #282828 #707070; background-color: #404040; }
.PageTable td,.PageTable tr { padding: 5px; border-spacing: 3px; border-style: solid; border-width: 1px; border-color: #282828 #707070 #707070 #282828; background-color: #303030; }
.PageTableHead td, .PageTableHead { background-color: #656565; }
.PageList { list-style-type: square; margin-left: 25px; margin-top: 5px; margin-bottom: 5px; font-size: 15px; color: #F0C000; line-height: 22px; }
.PageList a,.PageList a:visited,.PageList a:active { color: #F0E0A0; font-size: 12px; font-weight: bold; }
.PageList a:hover { color: #F8F8F8; font-size: 13px; }
.PageInfo { list-style-type: decimal; margin-left: 30px; margin-top: 5px; margin-bottom: 5px; font-size: 11px; color: white; line-height: 18px; }
.PopupMenuBox { position: absolute; width: 200px; z-index: 10; }
.PopupMenu { visibility: hidden; position: relative; top: 7px; left: -50px; z-index: 10; }
.PopupMenuTable { border: solid 2px white; } 
.MErr { color: #FF8080; }
.ImageBox { border: 5px solid #fc6600; }
.PhotoTable, .PhotoTable td { position: relative; }
A.ArticleAttLink,A.ArticleAttLink:visited,A.ArticleAttLink:active { color: #F0F060; font-size: 11px; }
A.ArticleAttLink:hover { color: #FBFBFB; font-size: 11px; }
A.ArticleHeadLink,A.ArticleHeadLink:visited,A.ArticleHeadLink:active { color: #F0F0B0; font-size: 11px; }
A.ArticleHeadLink:hover { color: #F0F000; font-size: 11px; }
.ArticleAttLinkItem { list-style-type: square; margin-left: 25px; margin-top: 5px; font-size: 15px; color: white; }
.ArticleAttInfo { font-size: 11px; color: gray; font-style: italic; }
