* {
	margin: 0;
	padding: 0
}

body {
	background: #EFEFEF;
	text-align: center;
	font: 100% 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: 1007px;
	-moz-box-sizing: border-box;
	background: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


/* header */

#header {	
	height: 199px
}

/* middle */

#middle {
	height: 45em;
	width: 100%;
	background: url(middle-bg.gif) left top repeat-y
}

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


/* navigation */

#navigation {
	font-size: 1.1em;	
	padding: 15px 5px 15px 15px;
	background: url(navigation-top-bg.gif) top no-repeat;
}

#navigation a {
	color: #000;	
	text-decoration: none;
	font-weight: bold;
}

#navigation li {
	width: 100%;
	clear: left;
	float: left;
	padding: 0 2px 5px 0;		
}

#navigation li li {	
	padding: 0 0 0 10px;
	font-size: 0.89em;
}

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

#navigation li b,
#navigation li a.selected {
	color: #CC3333;
}

#navigation .margin {
	height: 46px;
	clear: left;
}

#add-navigation {
	padding-bottom: 20px;
}

#content .navigation {
	font-weight: bold;
}


/* content */

#content {
	background: url(content-bg.gif) left bottom no-repeat;
}

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


#counters {
	padding: 20px;
}


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


/* footer */

#footer {
	height: 14px;
	overflow: hidden;
	background: url(footer-bg.gif) repeat-x;
}
