body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*background: url(../images/bggr.gif) repeat;*/
	background: #000 url(../images/map_img.png) 300px 200px repeat-x;
	font-size: 13px;
	color: #bbb;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #bbb;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}
hr {
	height: 1px;
	border: none;
	background: #900;
}
p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #C00;
	color: #CC0001;
}

a:hover {
	background: none;
	border-bottom: 1px dotted #111;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #000 url(../images/topbrd.jpg) left top no-repeat;
}

#wrapper .btm {
	background: #000 url(../images/topbrd.jpg) right top no-repeat;
}

/* Header */

#header {
	position: relative;
	width: 978px;
	height: 165px;
	margin: 0 auto;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	background: #000 url(../images/headbg.png) repeat left top;
	/*background: #000 url(../images/headbg.gif) repeat left top;*/
}
#head_banner {
	width:600px;
	height:165px;
	float:right;
	margin:0px;
	padding:0px;
}
.head_name {
	margin-top: 42px;
	margin-left: 135px;
	float: left;
	position: relative;
}
.head_name_a {
	color: #DBA436;
	font-family: Times, serif;
	font-size: 52px;
	margin: 0;
	font-weight: normal;
	line-height: 35px;
	text-shadow: 0px 0px 1px #DBA436;
}
.head_name_a span {
	color: silver;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 5px;
	text-shadow: none;
}
.head_name_b {
	color: silver;
	font-size: 12px;
	text-indent: 1px;
	text-shadow: 0px 0px 2px #505050;
	white-space: nowrap;
	position: absolute;
}

/* Logo */

#logo {
	position: absolute;
	top: 13px;
	left: 10px;
	z-index: 100;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

ul.slider {
	padding: 0;
}


/* Menu */

#menu {
	width: 978px;
	height: 44px;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	background: url(../images/menubg.gif) repeat-x left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 8px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #eee;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #C00;
	text-decoration: none;
}

#menu .first, #menu .active {
	margin-right: 3px;
	background: #C00;
}
#map {
	float: right;
	margin: 5px 10px;
	padding: 0;
	text-decoration: none;
	background: none;
}
a#map:hover {
	text-decoration: none;
	background: none;
}
#map img {
	border:none;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding-top: 16px;
	background-color: #111;
}

#nav {
	height: 21px;
	margin: 4px 0;
}
#flag {
	width: 270px;
	text-align: center;
}
#flag a {
	margin: 0 15px;
	border: none;
	text-decoration: none;
}
#flag img {
	border: none;
}

/* Content */

#content {
	float: right;
	width: 670px;
	padding: 20px 20px 0 20px;
}
#app {
	width: 100%;
	border-collapse: separate;
	margin: 20px 0;
}
#app tr {
	height: 330px;
}
#app td {
	width: 25%;
	position: relative;
	vertical-align: top;
	background-color: #DDD;
	padding: 0 5px 5px 20px;
	border-right: 10px solid #FFF;
}
#app td img {
	margin: 0 0 15px 0;
	clear: both;
}
#app td p {
	line-height: 120%;
	margin-top: 10px;
}
#app td a.more {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 10px;
	border-bottom: 1px dotted #DDD;
}
#app td a.more:hover {
	border-bottom: 1px dotted #C00;
}
.qu {
	font-weight: bold;
	color: #C00;
}
.an {
	font-weight: bold;
	color: #090;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 25px 10px 0 20px;
}

#sidebar ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2, #sidebar h3 {
	margin-bottom: 10px;
	color: #C00;
}

#sidebar p {
	padding-top: 10px;
	text-align: justify;
}
#sidebar #news p {
	font-size: 10px;
	line-height: 150%;
	padding-top: 0;
	text-align: left;
}
#sidebar a {
	color: #ccc;
	border: none;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #c00;
}
#news a.nw {
	text-decoration: none;
	border-bottom: 1px dotted #C00;
	color: #C00;
}
#news b.nw {
	text-weight: bold;
	color: #Ñ00;
}
#news a.nw:hover {
	background: none;
	border-bottom: 1px dotted #FFF;
}
#auth {
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	font-size: 12px;
}
#auth table {
	margin:5px auto;
}
#auth input {
	font-size:11px;
}
#auth p {
	text-align:center;
	margin:5px 0;padding:0;
}
.lbutt {
	font-size:11px;
	background-color:#eee
}

/* Footer */

#footer {
	width: 980px;
	height: 135px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: #333;
	border-top: 1px solid #900;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-align: center;
}

#footer a {
	color: #ccc;
	border: none;
}
#footer ul {
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	padding-top: 10px;
}
#footer li {
	display: inline;
	padding-left: 10px;
	padding-right: 15px;
	border-right: 1px solid #999;
}
#footer li:first-of-type,
#footer .part_logos li:first-of-type {
	padding-left: 0;
}
#footer li:last-of-type {
	border-right: none;
}
#footer li a {
	padding: 0 5px;
	color: #999;
	border: none;
}
#footer li a:hover {
	text-decoration: none;
}
#footer .part_logos {
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
	padding-left: 20px;
}
#footer .part_logos li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: none;
}
#footer .part_logos li:last-of-type {
	padding-right: 0;
}
#footer .part_logos img {
	width: 64px;
	border-radius: 50%;
	opacity: 0.5;
}
#footer .part_logos img:hover {
	opacity: 0.8;
}
#counters {
	width: 88px;
	height: 65px;
	float: right;
	margin-top: 0px;
	padding: 0 10px;
}
