body {
	margin: 0;
	padding: 0;
	background-color: #FDFBE1;
	background-image: url(images/cloth_bg.jpg);
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
}
#wrapper1 {
	margin: 0;
	padding: 26px;
	background-image: url(images/z.gif);
	background-color: #FDFBE1;
}
#wrapper2 {
	/*margin: 27px;*/
	border: 1px solid black;
	background-image: url(images/cloth_bg.jpg);
	background-color: #FDFBE1;
	min-width: 700px;
}
#wrapper3 {
	/*margin: 10px auto;*/
	/*margin: 0;*/
	width: 700px;
	
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-image: url(images/top_center3.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#header {
	background-image: url(images/top_right2.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 3px;
	border-bottom: 1px solid black;
}
#nav {
	width: 136px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	padding: 10px 3px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.1em;
}
.friend a:link, .friend a:visited, .friend a:active {
	font-size: 85%;
	text-decoration: none;
	padding: 3px;
	border: 1px solid gray;
	color: #A0522D;
	display: block;
	font-weight: bold;
}
.friend a:hover {
	border: 1px solid #585858;
	background-color: #FFFBCE;
	display: block;
	font-weight: bold;
}
#content {
	padding-bottom: 20px;
}
#content ul {
	list-style-type: none;
	line-height: 1.3em;
	letter-spacing: 1px;
}
#content li {
	padding: 4px;
}
#content a:link, #content a:visited, #content a:active {
	font-size: 85%;
	color: #A0522D;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	font-weight: bold;
	text-decoration: underline overline;
	background-color: #FDFBE1;
}
#content td {
	font-size: 95%;
	letter-spacing: 1px;
	color: #A0522D;
	font-weight: bold;
	line-height: 1.1em;
}
#content h3, h2 {
	
	color: maroon;
}
.point {
	font-weight: bold;
	font-size: 120%;
}
#footer {
	width: 350px;
	font-size: 70%;
	color: #483D8B;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	border: 1px solid black;
	border-top: none;
	background-color: #FFFACD;
}
.address {
	font-size: 75%
}
sup {
	color: red;
	font-size: 90%;
}
.small {
	line-height: .5em;
}
.descr {
	font-weight: normal;
}