@charset "windows-1250";
#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

body {
	background-color: #1d0803;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	color: #f28f0d;
}

h1 {
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
}

#header {
	width: 100%;
	height: 124px;
	background-color: #ee8f25;
	border-top: 1px solid #f6c989;
	border-bottom: 1px solid #000000;
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	opacity:.70;

	margin: 0px;
	padding: 0px;
}

#header_content {
	width: 100%;
	height: 124px;
	position: absolute;
	z-index: 1;
}

#header_content div {
	width: 950px;
	height: 124px;
	margin: 0px auto;
	top: 0px;
	left: 0px;
}

#logo {
	float: left;
	display: block;
	width: 105px;
	margin-top: 2px;
	margin-left: 50px;
}

#header_content div ul {
	float: right;
	list-style-type: none;
	margin-top: 43px;
	margin-bottom: 5px;
	padding: 0px;	
}

#header_content div ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	_margin-right: 3px;
	height: 37px;
}

#header_content div ul li a {
	font-family: tahoma;
	font-size: 14px;
	font-style: italic;
	color: #fff;
}

#header_content div ul li span.hover_l {
	display: block;
	float: left;
	width: 8px;
	height: 37px;
}

#header_content div ul li.selected span.hover_l {
	background-image: url(../images/menu_hover_l.png);
	background-repeat: no-repeat;
}

#header_content div ul li span.hover_c {
	display: block;
	float: left;
	height: 37px;
	padding-left: 6px;
	padding-right: 7px;
	_padding-left: 2px;
	_padding-right: 3px;
	padding-top: 9px;
	text-decoration: underline;
}

#header_content div ul li.selected span.hover_c {
	background-image: url(../images/menu_hover.png);
	background-repeat: repeat-x;
}

#header_content div ul li span.hover_r {
	display: block;
	float: left;
	width: 8px;
	height: 37px;
}

#header_content div ul li.selected span.hover_r {
	background-image: url(../images/menu_hover_r.png);
	background-repeat: no-repeat;
}

#content {
	width: 950px;
	margin: 0px auto;
}

.left_col {
	width: 315px;
	float: left;
	margin-right: 22px;
	text-align: right;
	_height: 50px;
	min-height: 50px;
}

.left_col .title {
	padding-top: 37px;
}

.right_col {
	width: 613px;
	float: left;
	line-height: 17px;
}

.top_hr {
	height: 185px;
	border-bottom: 1px solid #978778;
	margin-bottom: 40px;
}

.right_col .top_hr {
	height: 155px !important;
	padding-top: 30px;
}

.footer {
	clear: both;
	width: 100%;
}

hr {
	width: 950px;
	height: 1px;
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	padding: 25px 0px;
}

.created {
	float: right;
}

.right_col p {
	margin-left: 5px;
}

.clear {
	clear: both;
}

.content_hr {
	width: 613px;
	background-position: right;
}

.news {
	margin: 5px 0px 15px 0px;
	clear: both;
}

.news img {
	float: left;
	padding: 0 10px 10px 0;
}

.news .date {
	color: #f28f0d;
	font-family: arial;
	font-size: 12px;
}

.news .annotation.italic {
	font-style: italic;
}

.news .text {
	margin-top: 15px;
}

.all_news_btn {
	display: block;
	margin: 0px auto;
	padding-top: 15px;
	width: 115px;
}

.submenu {
	display: none;
	margin: 0px !important;
}

.submenu li {
	height: auto !important;
}

.submenu li a {
	font-size: 11px !important;
}

.downloads p {
	margin-left: 10px;
}

.next_galleries {
	display: none;
}
