* {
	margin: 0;
	padding: 0
}

body {
	background: #D7ECFF;
	color: #000;
	text-align: center;
	font: 100% Times New Roman;	
}

a {
	color: #0033CC;
}

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: 262px;
	background: url(head.jpg) left top no-repeat
}

#header {
	height: 32px;
	width: 100%;
}

#price {
	width: 207px;
	padding-left: 4px;
}

#search form {
	float: right;
}

#search form input {
	float: left;
	margin-right: 4px;
}

input.text {
	border: 1px solid #FF3300;
	height: 23px;
	width: 250px;
}

#footer{
	height: 44px;
	background: #77C4FB url(footer.jpg) 0 0 repeat-x;
}

/* middle */

#middle {	
	width: 100%;
	background: #FFF;
}

#middle .left_column {
	width: 209px;
}

/* navigation */

#navigation {	
	padding: 0 4px;
	font-size: 1.1em;
}

#navigation a {	
	text-decoration: none;
}

#navigation a.selected {
	font-weight: bold;
}

#navigation b {
	color: #CC3333;
}

#navigation li {
	padding: 3px;
	margin-bottom: 3px;
	background: url(menu.jpg) 0 0 no-repeat;
	text-align: center;	
	zoom: 1;
}

#navigation ul ul {
	margin-top: 4px;
}

#navigation ul ul li {
	font-style: italic;
	margin: 0;
	line-height: 1em;
	font-size: 0.9em;
	background: none !important;
}

/* news */

#news {
	margin: 4px;
	border-top: 2px solid #B9DCFF;
	border-bottom: 2px solid #B9DCFF;
}

#news h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 4px 0;	
	color: #0033CC;
}

/* content */

#content {
	padding: 15px;
}

#content th,
#content td {
	border: 1px solid #FFF;
	padding: 5px;
}

#content .navigation {
	margin-bottom: 1.5em;
}

#counters {
	text-align: left;
	padding: 10px 0 0 4px;
}


/* photos */

.photos {
	width: 100%
}

.photos .per_row {
	float: left;
	height: 17em
}

.photos .per_row dt {
	width: 235px
}

.photos .per_one {
	border-bottom: 2px solid #B9DCFF;
	padding-bottom: 0.5em;
	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
}