* {
	margin: 0;
	padding: 0
}

body {
	background: #000;
	text-align: center;
	font: 100% Times New Roman, Arial, Verdana	
}

h1 {
	margin-bottom: 1em
}

ul,
li {
	list-style-type: none
}

p {
	margin-bottom: 1em
}

table {
	border-collapse: collapse;	
	border-spacing: 0
}

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 {
	height: 0;
	overflow: hidden;
	clear: both
}


/* layout */

#layout {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(top.jpg) 0 0 no-repeat;
	padding: 204px 0 5px;
}

.layout {
	width: 100%
}

.layout td {
	vertical-align: top
}

.layout .left_column {
	width: 11em
}

.layout .right_column {
	width: 179px
}


/* header */

#header {
	background: url(header_bg.jpg) left top repeat-x
}

#logo {
	background: url(logo_bg.jpg) right top no-repeat
}

#logo img {
	display: block
}

#header .right_column {
	background: url(header_right_column_bg.jpg) no-repeat
}


/* middle */

#middle .left_column {
	width: 209px;
	padding-top: 175px;
	background: url(nav.jpg) 0 0 no-repeat;	
}


/* navigation */

#navigation {	
	font-size: 1.2em;
}

#navigation ul.navigation li {
	text-align: center;
	margin: 0 6px 4px;
//	margin-bottom: 1px;
	zoom: 1;
}

#navigation ul.navigation li a,
#navigation ul.navigation li b {
	color: #000;	
	display: block;
	background: #F8F4F0;
	padding: 2px;
	text-decoration: none;
}

#navigation ul.navigation li ul {
	font-size: 0.9em;
}

#navigation ul.navigation ul li a,
#navigation ul.navigation ul li b {
	background: none;
	font-style: italic;
	font-weight: normal;
}

#navigation ul.navigation ul li a {
	color: #FFF;
}

#navigation ul.navigation ul li b {
	color: #CC9900;
}

#add-navigation {
	margin: 20px 6px 4px;
	padding: 3px;
	background: #F8F4F0;
	font-size: 0.85em;
}

.subnavigation {
	margin: 1em 0;
	text-align: center;
	font-weight: bold;
}


/* content */

#content {
	background: #F8F4F0;
	border-right: 4px solid #000;
	padding: 20px;
	font-size: 1.1em;
}

/* footer */

#footer .left_column {
	width: 221px
}

#footer .left_column div {
	position: relative;
	top: -173px;
	z-index: 1;
	margin-bottom: -150px;
	width: 221px;
	height: 226px;
	background: url(footer_left_column_bg.jpg) no-repeat
}

#counters {
	padding: 10px 0 0 5px;
}

/* photos */

.photos {
	width: 100%
}

.photos .per_row {
	float: left;
	height: 17em
}

.photos .per_row dt {
	width: 245px;
	height: 160px
}

.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
}
