* {
	margin: 0;
	padding: 0
}

body {
	background: #F3D9C1;
	font: 100% Times New Roman;
	text-align: center;	
}

h1 {
	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
}

a {
	color: #663333;
}


/* 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
}


/* layout */

#layout {
	width: 1000px;
	margin: 0 auto;
	padding-top: 269px;
	text-align: left;
	background: #E2A064 url(top.jpg) 0 0 no-repeat;
}

.layout {
	width: 100%	
}


/* header */

#header {
	background: url(top-bg.jpg);
	height: 236px
}

#header img {
	display: block
}

#header .right_column {
	width: 530px;
	background: url(top-right.jpg) right top no-repeat
}


/* middle */

#middle {
	background: url(footer.jpg) 0 bottom repeat-x;
}

#middle .left_column {
	width: 239px;
	padding-bottom: 25px;
}


/* navigation */

#navigation {
	margin: 0 3px 10px;
	font-size: 1.3em;
}

#navigation li {
	width: 100%;
}

#navigation a {
	display: block;
	text-align: center;
	background: #F3D9C1;
	border: 1px solid #A66B4D;
	color: #BE7519;	
	margin-bottom: 2px;
	// margin-bottom: 0;	
	text-decoration: none;
}

#navigation b,
#navigation a.selected {
	display: block;
	text-align: center;
	background: #F9ECE0;
	border: 1px solid #A66B4D;
	margin-bottom: 2px;
	// margin-bottom: 0;
	color: #000;
}

#navigation ul ul {
	// margin-top: 2px;
	font-size: 0.8em;
	font-style: italic;
}

#navigation ul ul a,
#navigation ul ul b {
	text-align: left;
	background: none;
	border: 0;
	padding-left: 25px;
}

#navigation ul ul a {
	color: #694628;
}

#navigation ul ul a.selected,
#navigation ul ul b {	
	text-align: left;
	background: url(menu.jpg) 4px center no-repeat;
	border: 0;
}

.block {
	margin: 3px;
	background: #F3D9C1;
	border: 1px solid #A66B4D;
}

.block h2 {
	font-size: 1.2em;
	background: #F9ECE0;
	border-bottom: 1px solid #A66B4D;
	text-align: center;
	padding: 2px;
}

.block .content {
	padding: 10px;
}

#counters {
	padding: 3px;
}


/* content */

#content {
	padding: 0 3px 2px 0; 
}

#content .content {
	background: #F3D9C1;
	border: 1px solid #985f47;
	padding: 10px;
	margin-bottom: 26px;
	min-height: 30em;
	//height: 30em;
}


/* 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: 210px;
	margin-right: -210px
}

.photos .per_one dd {
	margin-left: 220px
}

.photos .per_one .name {
	font-weight: bold
}
