* {
	margin: 0;
	padding: 0
}

body {
	background: #EFE0C3;
	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;
	background: url(main-bg.jpg) 0 494px repeat-y;		
}


/* header */

#header {
	width: 1000px;
	height: 273px;
	position: relative;
}

#header img {
	display: block;
}

#flash {
	position: absolute;
	left: 0;
	top: 0;
}

/* content */

#content {	
	background: url(body-bg.jpg) 0 0 no-repeat;
	position: relative;
//	height: 1px;
}

.content-bg {
	background: url(footer-bg.jpg) 0 bottom no-repeat;
	padding: 10px 140px 90px;
	min-height: 800px;
        text-align:justify;	
//	height: 800px;
}

.content-bg img {
margin:0px 20px 5px 0;
}


#counters {
	position: absolute;
	left: 140px;
	bottom: 23px;
}

#sitemap-link {
	position: absolute;
	left: 450px;
	bottom: 30px;
}

/* 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
}
