* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
	background: #000 url(../img/bg.gif) repeat-x;
	font-family: verdana, sans-serif;
	color: #d3d3d3;
	font-size: 12px;
}
body {
	height: 100%;	
}
#outer {
	position: relative;
	width: 904px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/footer-bg.jpg) no-repeat left bottom;
}

#top {
	position: relative;
	height: 238px;
	background: url(../img/top1.jpg) no-repeat;
}
#top a.logo {
	color: black;
	display: block;
	height: 238px;
	background: url(../img/top2.jpg) no-repeat 0px 120px;
}
#top .l, #top .r {
	display: block;
	position: absolute;
	top: 0px;
	height: 238px;
	width: 37px;
}
#top .l {
	left: -37px;
	background: url(../img/top-l.gif);
}
#top .r {
	right: -37px;
	background: url(../img/top-r.gif) no-repeat;
}
#top a span {
	display: none;
}
#top .lang {
	position: absolute;
	right: 1px;
	background: #303f5e url(../img/lang.jpg);
	top: 13px;
	width: 179px;
	height: 32px;
	
	font-size: 11px;
	letter-spacing: -1px;
}
#top .lang span {
	display: block;
	float: left;
	padding-left: 6px;
	width: 96px;
	line-height: 30px;
	color: #e6e6e6;
}
#top .lang a {
	display: block;
	float: left;
	width: 24px;
	height: 19px;
	background: url(../img/lang-hover.gif);
	margin-top: 6px;
}
#top .lang a:hover, #top .lang a.active {
	background-position: 0px -19px;
}
#menu {
	height: 50px;
	padding-top: 13px;
	background: #13203c url(../img/menu-bg.gif) repeat-x;
	padding-left: 42px;
	white-space: nowrap;
	overflow: hidden;
}
#content {
	padding-bottom: 90px;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	padding-top: 20px;
	background: url(../img/content-bg.jpg) no-repeat;
	padding-right: 252px;
	position: relative;
}

#footer {
	height: 50px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	width: 904px;
}
#menu li {
	display: block;
	list-style: none;
	float: left;
	padding: 0px 13px;
	background: url(../img/menu-li.gif) no-repeat 0px 5px;
	font-size: 11px;
	letter-spacing: -1px; 
}
#menu .first {
	background: none;
}
#menu a {
	color: #e0e8fb;
	padding-top: 10px;
	display: block;
	text-decoration: none;
	height: 50px;
}
#menu a:hover {
	text-decoration: underline;
	color: #2159de;
}
#menu a.blue {
	
}
#footer .l {
	display: block;
	position: absolute;
	top: -39px;
	height: 89px;
	width: 37px;
	left: -37px;
	background: url(../img/footer-l.gif);
}



h1 {
	font-size: 15px;
	color: #89ae3a;
	padding-bottom: 5px;
	padding-left: 10px;
}
p {
	line-height: 24px;
	padding: 5px;
	
	padding-right: 10px;
	text-align: justify;
	padding-bottom: 10px;
	text-indent: 10px;
}
p.intro {
	font-size: 1.1em;
	color: #e9c811;
}
#sidebar {
	width: 252px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 50px;
}
#footer {
	font-size: 11px;
}
#footer ul {
	height: 20px;
	line-height: 20px;
}
#footer ul li {
	display: block;
	list-style: none;
	float: left;
	padding: 0px 7px;
	letter-spacing: -1px;
}
#footer a {
	color: #d3d3d3;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #b7e84d;
}

#footer div {
	padding-left: 10px;
	padding-top: 5px;
}
#footer span {
	color: #e4c204;
}


#content a {
	color: white;
}
.art_mini {
	padding: 10px 10px;
	background: url(../img/news-hr.jpg) no-repeat center bottom;
}
.art_mini h3 {
	height: 27px;
	line-height: 27px;
	position: relative;
	color: #b29910;
	font-size: 12px;
	background: url(../img/news-bg.gif);
	padding-left: 5px;
}
.art_mini .des {
	padding: 10px;
}
.art_mini h3 span {
	display: block;
	position: absolute;
	line-height: 27px;
	top: 0px;
	right: 0px;
	color: #faef96;
	padding: 0px 5px;
	font-weight: normal;
	font-size: 11px;
}
.art_mini .more {
	text-align: right;
}
#content .art_mini .more a {
	color: #47f9f3;
	text-decoration: none;
}
#content .art_mini .more a:hover {
	text-decoration: underline;
}
#sidebar .more {
	display: block;
	color: #5099fb;
	text-align: right;
	padding-right: 40px;
}
.nav {
	height: 40px;
	line-height: 40px;
	position: relative;
}
.nav .prev, .nav .next {
	display: block;
	line-height: 40px;
	top: 0px;
	padding: 0px 10px;
}
.nav .prev {
	left: 0px;
}
.nav .next {
	right: 0px;
}
#gallery .groups {
	padding: 10px;
	
}
#gallery .img {
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #29325c;
	width: 180px;
	height: 135px;
	display: block; 
}
.fixClear, .clearFix {
	clear: both;
}
#gallery .group {
	float: left;
	margin: 13px;
	text-align:center;
}
#gallery .path {
	padding-bottom: 50px;
}
#gallery .title {
	display: block;
	line-height: 20px;
	height: 20px;
}
#gallery .images {
	overflow: hidden;
	position: relative;
}
img { 
	border: 0px;
}
.nav {
	position: relative;
	height: 24px;
}
.nav #nextPage {
	position: absolute;
	top: 0px;
	right: 100px;
}
.nav #prevPage {
	position: absolute;
	top: 0px;
	left: 100px;
}
#gallery .load {
	background: url(../img/loader.gif) no-repeat center center;
}
#body {
	position: relative;
	overflow: hidden;
	width: 650px;
}
#loader {
	background: #000 url(../img/loader.gif) no-repeat center center;
	position: absolute;
	width: 650px;
	top: 9px;
	left: 0px;
	display: none;
	z-index: 10;
	
}
.pag {
	width: 650px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.new {
	left: 650px;
}
.g1, .g2, .g3 {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
}
.g1 {
	background: url(../img/1g.gif) no-repeat;
}
.g2 {
	background: url(../img/2g.gif) no-repeat;
}
.g3 {
	background: url(../img/3g.gif) no-repeat;
}
#shortNews {
	position: relative;
	overflow: hidden;
}
#shortNav {
	height: 27px;
	background: url(../img/shortNav-bg.gif) repeat-x;
	padding-left: 20px;
	color: white;
	margin-top: 10px;
}
#shortNav a {
	display: block;
	float: left;
	line-height: 23px;
	margin: 2px 2px;
	padding: 0px 5px;
	text-decoration: none;
}
#shortNav a:hover, #shortNav a.active {
	background: #48753d;
}
#shortNews h2 {
	height: 27px;
	line-height: 27px;
	position: relative;
	color: #b29910;
	font-size: 12px;
	background: url(../img/news-bg.gif);
	padding-left: 5px;
}
#shortNews h2 span {
	color: #276ac1;
}
#shortNews h3 {
	height: 27px;
	line-height: 27px;
	position: relative;
	color: #47f9f3;
	font-size: 12px;
	background: none;
	
	padding-left: 5px;
}
