body {
	margin: 0px 0px 15px 0px;
	background-image: url('design/background2.png');
	background-repeat: repeat;
	background-position: top center;
	font-family: Arial;
	font-size: 13px;
	color: #b0b0b0;
	/*background-color: #5d5d5d;*/
	background-color: #252525;
	cursor: default;
	/*background-attachment: fixed;*/
}

#top-panel {
	height: 77px;
	margin: 0px auto;
}

#top-panel #upper{
	width: auto;
	height: 20px;
	background-image: url('design/panel-upper.png');
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 19px;
}

#news {
	padding-left: 4px;
}

#author {
	float: right;
	padding-right: 4px;
	color: #606060;
}

#author span {
	color: #b0b0b0;
	padding-right: 8px;
}

#top-panel #lower{
	width: auto;
	height: 57px;
	background-image: url('design/panel-lower.png');
	background-repeat: repeat-x;
}

#menu {
	width: 996px;
	margin: 0px auto;
	text-align: left;
}

#menu a {
 	display: block;
	height: 50px;
	width: 150px;
	text-decoration: none;
	color: #b0b0b0;
	font-size: 18px;
	text-align: center;
	line-height: 47px;
	background-image: url('design/menu.png');
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-left: -2px;
	outline-style: none;
}

#menu a:hover {
	background-position: center bottom;
}

#menu a.selected {
    background-image: url('design/menu-selected.png');
}

#menu a.selected:hover {
    background-position: center bottom;
}

#page-background {
	width: 1010px;
	margin: 0px auto;
	margin-top: -5px;
	background-image: url('design/page-background.png');
	background-repeat: repeat-y;
}

#page {
	margin-left: 5px;
	width: 1000px;
	padding-top: 25px;
	background-image: url('design/page.png');
	background-repeat: repeat;
	padding-bottom: 1px;
}

#gallery #prev {
    width: 45px;
    height: 500px;
    background-image: url('gallery/images/prev.png');
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

#gallery #prev:hover {
    background-position: right center;
}

#gallery #next {
    width: 45px;
    height: 500px;
    background-image: url('gallery/images/next.png');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

#gallery #next:hover {
    background-position: left center;
}

#gallery #frame #top {
    width: 710px;
    height: 45px;
    margin-top: 10px;
    margin: 0px auto;
}

#gallery #frame #top div {
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
    font-family: Arial;
    font-size: 11px;
}

#photo-num {
    float: left;
}

#photo-desc {
    float: right;
}

#gallery #frame {
    width: 770px;
    height: 545px;
    background-image: url('gallery/images/frame.png');
    background-repeat: no-repeat;
}

#gallery #frame img {
    margin-left: 20px;
}

#photo-list {
    width: 700px;
    margin: 0px auto;
    text-align: center;
}

#photo-list div {
    width: 80px;
    display: inline;
    cursor: pointer;
}

#photo-list img {
    margin: 5px 5px 0px 0px;
    border: solid 1px #202020;
}

#photo-list img:hover {
    border: solid 1px #435b74;
}

#photo-list img.hilight {
    border: solid 1px #3b75af;
}

.content-top {
 	background-image: url('design/content-top.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 950px;
	height: 10px;
	margin: 0px auto;
}

.content {
	width: 950px;
	margin: 0px auto;
	/*background-color: #202020;*/
	background-image: url('design/content-background.png');
	background-repeat: repeat;
}

.content .cathegory {
	color: #505050;
	float: right;
	font-size: 10px;
	text-indent: 10px;
	background-image: url('design/cathegory.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.content a {
	color: #3b75af;
	text-decoration: none;
	outline-style: none;
}

.content a:hover {
	text-decoration: underline;
}

.content-bottom {
 	background-image: url('design/content-bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 950px;
	height: 10px;
	margin: 0px auto;
	margin-bottom: 25px;
}

#footer {
	margin: 0px auto;
	width: 1010px;
	height: 6px;
	background-image: url('design/footer.png');
	background-repeat: no-repeat;
}

.in {
	padding: 0px 10px 0px 10px;
}

.date {
	text-align: right;	
}

#rss {
	float: right;
}

#rss a {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url('design/rss.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#rss a:hover {
	background-repeat: no-repeat;
	background-position: bottom center;
}

#maps tr {
	vertical-align: top;
}

#maps span {
	color: #3b75af;
}

#maps a {
	padding-left: 17px;
	background-image: url('design/download.png');
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 15px;
}

a img {
	border: 0px;
}

h1 {
	margin: 0px;
}

p {
	padding-bottom: 8px;
	margin: 0px;
	text-align: justify;
}

.center {
    margin: 0px auto;
}

/* ----- ARTICLES ----- */

code {
    border-left: solid 2px #28425c;
    padding: 10px 0px 10px 5px;
    background-color: #202020;
    display: block;
    margin-bottom: 8px;
}

.arti-words {
    width: 200px;
    padding: 4px;
    border: solid 1px #404040;
    float: left;
    margin-right: 20px;
    margin-bottom: 8px;
}

.justify {
    text-align: justify;
}

/* ----- BUTTON ----- */
.button-body {
    height: 33px;
    cursor: pointer;
    min-width: 10px;
    overflow: hidden;
}

.button-left {
    background-image: url('design/button-left.png');
    background-position: left top;
    background-repeat: no-repeat;
    height: inherit;
}

a.button-content {
    background-image: url('design/button-body.png');
    background-position: center top;
    background-repeat: repeat-x;
    height: inherit;
    margin: 0px 8px 0px 8px;
    line-height: 32px;
    color: #c5c5c5;
    text-decoration: none;
    text-align: center;
    display: block;
}

.button-right {
    background-image: url('design/button-right.png');
    background-position: right top;
    background-repeat: no-repeat;
    height: inherit; 
}

div.button-body:hover div.button-left {
    background-position: left bottom;
}

div.button-body:hover a.button-content {
    background-position: center bottom;
    text-decoration: none;
    color: #e0e0e0;
}

div.button-body:hover div.button-right {
    background-position: right bottom;
}

.perex-bottom {
    padding-top: 4px;
}