* {
	margin: 0;
	padding: 0
}

body {
	background: #FFCC99;
	color: #000;
	text-align: center;
	font: 100% Times New Roman;
}

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: 280px;
	background: url(top.jpg) left top no-repeat
}


/* middle */

#middle {
	width: 100%;
	background: url(content-bg-bg-bg.jpg) 260px 0 repeat-y;
}

#middle .left_column {
	width: 260px;
	background: url(left-bg.jpg) 0 0 repeat-y;
}

/* navigation */

#navigation {
	font-size: 1.1em;
	padding-left: 5px;
}

#navigation a {
	text-decoration: none;
	color: #000;
}

#navigation .selected {
	color: #FB2B22;
	font-weight: normal;
}

#navigation li {
	text-align: center;
	background: url(nav-bg.jpg) 0 0 no-repeat;
	margin-bottom: 3px;
	padding: 7px 0 9px;
//	width: 100%;
}

#navigation ul ul li {
	font-style: italic;
	margin: 2px 0;
	background: none;
}

#navigation li ul {
	margin: 5px 0 0;
	font-size: 0.89em;
	background: none;
}


/* news */

#news {
	margin: 25px 5px 5px 5px;
	background: url(block-bg-bg-bg.jpg) 0 0 repeat-y;
	//height: 1px;
}

#news .bg {
	background: url(block-bg.jpg) 0 0 no-repeat;
}

#news .bg .bg {
	background: url(block-bg-bg.jpg) 0 bottom no-repeat;
	padding: 28px 15px;
}

/* 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 {
//	height: 1px;
	background: url(content-bg-bg.jpg) 0 bottom no-repeat;
}

#content .bg {
	background: url(content-bg.jpg) 0 0 no-repeat;
}

#content .bg .bg {
	min-height: 50em;
//	height: 50em;
	padding: 30px 20px 70px;
}

#content .navigation {
	margin: 1em 0;
	font-weight: bold;
	text-align: center;
}

#counters {
	text-align: center;
	padding: 5px;
	background: #000;
}

/* photos */

.photos {
	width: 100%
}

.photos .per_row {
	float: left;
	height: 17em
}

.photos .per_row dt {
	width: 230px;
	height: 160px;
	text-align: center;
}

.photos .per_row dd {
	text-align: center;
}

.photos .per_one {
	margin-bottom: 1.5em
}

.photos .per_one dt {
	float: left;
	width: 210px;
	margin-right: -210px
}

.photos .per_one dd {
	margin-left: 220px
}

.photos .per_one .name {
	font-weight: bold
}
