body {
	background-color: #000;
	margin: auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #625340;
	width: 1024px;
}
a {color: #625340;}
a:hover {color: #625340; text-decoration:none;}
.container {
	margin: auto;
	width: 765px;
}
img { margin: 5px;}
.head {
	background: url(images/head.jpg) no-repeat;
	width: 765px;
	height: 135px;
	display: block;
	float:left;
}
.image {
	background: url(images/image.jpg) no-repeat;
	width: 765px;
	height: 260px;
	display:block;
	float:left;
}
.left {
	background: url(images/left.jpg) no-repeat;
	width: 89px;
	height: 421px;
	display:block;
	float:left;
}
.content {
	background: url(images/content.jpg) repeat-y;
	width: 602px;
	min-height:500px;
	_height:500px;
	float:left;
	padding: 0 0 5px 5px;
}
.content p {
	padding:0;
	margin:0;
	min-height:0px;
	_height:0px;
}
.text {
	padding-left: 15px; 
	padding-right: 15px;
}
.right {
	background-color: #000; 
	background: url(images/right.jpg) no-repeat;
	width: 60px;
	height: 421px;
	display:block;
	float:left;
}
.bottom {
	background: url(images/bottom.jpg) no-repeat;
	width: 602px;
	height: 14px;
	display: block;
	float: left;
	margin-left: 89px;
	_margin-left: 44px;
}
.footer {
	width:765px;
	height:30px;
	display:block;
	float: left;
	margin: auto;
	text-align: center;
	margin-top: 5px;
}
