* {
	margin: 0;
	padding: 0
}

body {
	background: #EFEFEF;
	text-align: center;
	font: 100% Arial, Verdana
}


@font-face {
    font-family: CyrillicOld;
    src: url("http://proreshetki.ru/fonts/cyol.eot");
}

@font-face {
    font-family: CyrillicOld;
    src: url("http://proreshetki.ru/fonts/cyol.otf");
}


h1 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1em
	font-family: CyrillicOld,Arial, Helvetica, Sans-Serif;
}

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: 1005px;
	background: #FFF
}


/* header */

#header {
	background: url(top-bg.gif) bottom no-repeat;
	height: 228px
}

/* middle */

#middle {
	height: 40em;
	width: 100%;
	background: url(middle-bg.gif) bottom no-repeat
}

#middle .left_column {
	width: 167px;
	background: #CCC url(left-bg.gif) bottom no-repeat
}


/* navigation */

#navigation {
	color: #CCC;
	font-size: 1.1em;
	padding-top: 7px;
	background: #FFF url(navigation-top-bg.gif) top no-repeat;
}

#navigation a {
	color: #FFF;
	text-decoration: none
}

#navigation li {
	width: 100%;
	clear: left;
	text-align: center;
	float: left;
	padding: 0;
	background: url(navigation-item-bg.gif) no-repeat
}

#navigation li li {
	background: url(navigation-item-2-bg.gif) no-repeat
}

#navigation li a,
#navigation li b {
	padding: 4px 4px 6px;
	display: block
}

#navigation .margin {
	height: 46px;
	clear: left;
	background: url(navigation-middle-bg.gif)
}

#add-navigation {
	padding-bottom: 20px;
	background: url(navigation-bottom-bg.gif) bottom no-repeat
}


/* content */

#content {
	background: url(content-bg.gif) left top no-repeat;
	padding: 10px 50px 50px
}


#counters {
	padding: 10px;
	background: #CCC
}


/* photos */

.photos {
	width: 100%
}

.photos .per_row {
	float: left;
	height: 17em
}

.photos .per_row dt {
	width: 235px	
}

.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
}
