* {
	margin: 0;
	padding: 0
}

body {
	background: #CCC;
	text-align: center;
	font: 100% Times New Roman, Arial, Verdana	
}

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: 201px;
	background: url(top.jpg) left top no-repeat
}


/* header */

#header {
	background: url(top-bg.gif) bottom no-repeat;
	height: 228px
}

/* middle */

#middle {
	height: 60em;
	width: 100%;
	background: url(middle-bg.jpg) right top repeat-y;
}

#middle .left_column {
	width: 217px;
	background: url(left-bottom-bg.jpg) left bottom no-repeat;
}

#middle .left_column .bg {
	background: url(middle-bg.jpg) left top repeat-y;
}


/* navigation */

#navigation {	
	font-size: 1.3em;		
	padding-top: 110px;
//	height: 1px;
	background: url(navigation-top-bg.jpg) left top no-repeat;
}

#navigation a {	
	text-decoration: none;
	color: #000;
}

#navigation b {
	color: #FF0000;
}

#navigation li {
	width: 100%;
	clear: left;	
	float: left;
	padding: 0 15px 10px 20px;	
}

#navigation ul {
	position: relative;
	z-index: 2;
//	height: 1px;
}

#navigation li ul {
	font-size: 0.89em;
	margin-top: 0.5em;
}

#navigation .margin {
	top: -40px;
	position: relative;
	margin-bottom: -50px;
	s-index: 1;
	height: 87px;
	clear: left;
	background: url(navigation-middle-bg.jpg)
}

#add-navigation {
	padding-bottom: 10px;
	background: url(add-navigation-bg.jpg) bottom no-repeat
}


/* content */

#content {
	background: url(content-bg.jpg) left bottom no-repeat;
	padding: 10px 40px 50px
}


#counters {
	padding: 20px;
}


/* photos */

.photos {
	width: 100%;
}

.photos .per_row {
	float: left;
	height: 17em
}

.photos .per_row dt {
	width: 230px
}

.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
}
