* {
	margin: 0;
	padding: 0
}

body {
	background: #663;
	color: #000;
	text-align: center;
	font: 100% serif;	
}

h1 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1em
}

ul,
li {
	list-style-type: none
}

p {
	margin-bottom: 1em
}

table {
	border-collapse: collapse;	
	border-spacing: 0
}

table td {
	vertical-align: top
}

img {
	border: 0
}

/* common */

.with_clear {		
	clear: both;
	height: 1px	
}

html>body .with_clear {
	height: auto	
}

html>body .with_clear:after {
	content: "."; 
	display: block; 
	height: 0; 			
	line-height: 0;			
	clear: both;
	visibility: hidden
}

.clear {
	clear: both
}


/* layout */

#layout {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	padding-top: 320px;
	background: #000 url(top.jpg) left top no-repeat
}


/* middle */

#middle {	
	width: 100%;
	background: #d1C595;
}

#middle .left_column {
	width: 224px;
	padding-top: 9px;
}

.block {
	background: url(block-bg.gif) 0 0 repeat-y;
//	height: 1px;
}

.block .block-bg {
	background: url(block-bg-bg.gif) 0 bottom no-repeat;
}


/* navigation */

#navigation {	
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}

#navigation .block-bg .block-bg {
	background: url(navigation-bg.gif) 0 0 no-repeat;
	padding: 9px 14px 9px 17px;	
}

#navigation a {	
	text-decoration: none;
	color: #D1C595;
	font-weight: bold;
	width: 100%;
}

#navigation ul ul a {
	width: auto;
}

#navigation b {
	color: #D1C595;
}

#navigation ul ul a,
#navigation ul ul b {
	color: #000;
}

#navigation li {
	width: 100%;
	clear: left;	
	float: left;
	text-align: center;	
	margin: 1px 0;	
}

#navigation li .bg {
	background: url(navigation-item-bg.gif) 0 0 repeat-y;
}

#navigation li.selected .bg {
	background-image: url(navigation-item-s-bg.gif);	
}

#navigation li .bg .bg {
	background: url(navigation-item-bg-bg.gif) 0 0 no-repeat;
//	height: 1px;
}

#navigation li.selected .bg .bg {
	background-image: url(navigation-item-s-bg-bg.gif);	
}

#navigation li .bg .bg .bg {
	background: url(navigation-item-bg-bg-bg.gif) 0 bottom no-repeat;
	padding: 5px;
}

#navigation li.selected .bg .bg .bg {
	background-image: url(navigation-item-s-bg-bg-bg.gif);	
}

#navigation ul ul li {
	font-style: italic;
	text-align: left;
	padding-left: 16px;
	margin: 2px 0;
	padding-left: 21px;
}

#navigation ul ul li.selected {
	background: url(navigation-s.gif) 0 0 no-repeat;
}

#navigation li ul {
	margin: 5px 0;
	font-size: 0.89em;
	background: none;
}


/* news */

#news {
	margin-top: 5px;	
}

#news .block-bg .block-bg {
	background: url(news-bg.gif) 0 0 no-repeat;
	padding: 25px 15px 15px 20px;
}

/* news */

#partners {
	margin-top: 5px;	
}

#partners .block-bg .block-bg {
	background: url(partners-bg.gif) 0 0 no-repeat;
	padding: 25px 15px 15px 20px;
}


/* content */

#content {	
	background: url(content-bg.gif) 0 0 repeat-y;
//	height: 1px;
}

#content .bg {
	background: url(content-bg-bg.gif) 0 0 no-repeat;
}

#content .bg .bg {
	background: url(content-bg-bg-bg.gif) 0 bottom no-repeat;	
	min-height: 40em;
//	height: 40em;
	padding: 20px;
}

#content .navigation {
	margin: 1em 0;
	font-weight: bold;
}

#counters {
	text-align: left;
	padding: 3px;
}


/* photos */

.photos {
	width: 100%
}

.photos .per_row {
	float: left;
	height: 17em
}

.photos .per_row dt {
	width: 184px
}

.photos .per_one {
	margin-bottom: 1.5em
}

.photos .per_one dt {
	float: left;
	width: 150px;
	margin-right: -150px
}

.photos .per_one dd {
	margin-left: 160px
}

.photos .per_one .name {
	font-weight: bold
}
