body {
	margin: 0px;
	background-image: url(../images/bg2.jpg);
}

#frame {
	width: 940px;
	background-image: url(../images/shadow.jpg);
}
#bg {
	width: 900px;
	background-color: #cae1ef;
}
#container {
	width: 900px;
	background-image: url(../images/bg.jpg);
}
#top {
	width: 900px;
	height: 76px;
}
#left {
	width: 230px;
	height: 630px;
	float: left;
	background-image: url(../images/left.jpg);
}
#right {
	width: 670px;
	float: left;
}
.top-block {
	float: left;
	width: 240px;
	height: 271px;
	text-align: left;
	line-height: 18px;
}
.top-block.left {
	background-image: url(../images/block-left.jpg);
}
.top-block .links {
	margin-top: 80px;
	margin-left: 20px;
}
.top-block.right {
	background-image: url(../images/block-right.jpg);
}
.top-block a {
	display: block;
}
.top-block.left a {
	color: #235b97;
}
.top-block.right a {
	color: #b29777;
}
#blocks {
	width: 190px;
	height: 271px;
	float: left;
	background-image: url(../images/blocks.jpg);
	text-align: left;
	position: relative;
}
#blocks input.text {
	width: 110px;
	border: 1px solid #a3a3a3;
	font-family: Tahoma;
	font-size: 11px;
	color: #a3a3a3;
	padding: 1px;
	margin-bottom: 10px;
}
#blocks input.button {
	border: none;
	background: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	cursor: pointer;
}
#newsletter {
	margin-top: 50px;
	margin-left: 25px;
}
#catalog {
	margin-top: 75px;
	margin-left: 25px;
}
#content {
	float: left;
	width: 440px;
	text-align: justify;
	margin: 0px 20px 15px 20px;
	line-height: 16px;
}
#catalog .search {
	position: absolute;
	bottom: 12px;
	right: 15px;
	cursor: pointer;
}
.ad {
	float: right;
	width: 190px;
	height: 344px;
	background-image: url(../images/ad.jpg);
}
#bottom {
	width: 900px;
	height: 52px;
	background-image: url(../images/bottom.jpg);
	text-align: left;
}
#bottom a {
	margin: 10px 0px 0px 10px;
	padding-top: 10px;
}
.title {
	font-size: 14px;
	text-decoration: underline;
	color: #b29777;
	font-weight: bold;
	margin-bottom: 15px;
}
p, div, table, span, a {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.hr {
	height: 1px;
	background-image: url(../images/hr.jpg);
	width: 204px;
	margin-top: 8px;
	margin-bottom: 8px
}

.more {
	text-align: right;
}
.more a {
	color: #a3a3a3;
}

.bold {
	font-weight: bold;
	color: #5c5b5b;
}
.gold {
	color: #b29777;
}
.s {
	font-weight: bold;
}

.publication {
	width: 210px;
	float: left;
}

form {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
.fname {
	font-weight: bold
}
.finput {
	padding: 5px 0px 10px 0px
}
.finput input, .finput textarea, .finput select {
	border: 1px solid #64636a;
	width: 300px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	padding-left: 3px;
}
.finput textarea {
	height: 200px;
	padding: 3px;
}
.fbutton {
	padding-top: 15px
}
.fbutton input {
	border: 1px solid #64636a;
	background: transparent;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}


img { border: none }

.clear { clear: both }