html,body {
	padding: 0;
	margin: 0;
	height: 100%;
	font: 14px Arial, Helvetica, sans-serif;
	color: rgb(227,227,227);
}
html {
	height: 100%;
}
body {
	background: rgb(10,10,10) url('/i/bspace.jpg') top center;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
a {
	text-decoration: underline;
	color: rgb(235,255,252);
}
a:hover {
	text-decoration: none;
}
h1 {
	margin: 0 0 16px 0;
	padding-left: 34px;
	color: rgb(220,199,0);
	font: 30px "Times New Roman" Times serif;
	background: url(/i/h1.png) no-repeat 7px 10px;
}
h2 {
	margin: 0 0 16px 0;
	padding-left: 34px;
	color: rgb(220,199,0);
	font: 30px "Times New Roman" Times serif;
	background: url(/i/h1.png) no-repeat 7px 50%;
}
h3 {
	font: normal 22px "Times New Roman", Times, serif;
	margin: 0 0 16px 0;
	color: rgb(220,199,0);
}
ul {
	margin: 10px 0 0 0;
	padding: 0;
}
ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url('/i/li.png') no-repeat 2px 50%;
}
.lphoto {
	float: left;
	margin: 0 15px 15px 0;
}
#main {
	width: 1000px;
	height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url('/i/back.jpg') no-repeat 0px 590px;
}

/* === Index Page ===  */
.index {
	background: rgb(0,0,0) url('/i/back.png') repeat-x;
	color: rgb(123,123,99);
}
.index img {
	border: none;
}
.index img.rus, .index img.eng {
	position: absolute;
	top: 140px;
	left: 100px;
}
.index img.eng {
	left: 250px;
}
.index img.no, .index img.yes {
	position: absolute;
	top: 205px;	
	left: 105px;
}
.index img.yes {
	left: 185px;
}
.index strong {
	font: 18px "Times New Roman", Times, serif;
	color: rgb(64,65,50);
	text-align: center;
	position: absolute;
	display: block;
	width: 370px;
	top: 165px;
}
.index .copy {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.index .ins {
	position: absolute;
	bottom: 10px;
	right: 20px;
	white-space: nowrap;
}
.index .ins a {
	color: rgb(123,123,99);
	text-decoration: none;
}
.index .ins a:hover .link {
	text-decoration: none;
}
.index .ins a .link {
	color: rgb(161,161,121);
	text-decoration: underline;
}
.index #eng1, .index #eng2 {
	visibility: hidden;
}
.index #main {
	background: none;
	height: 400px;
	width: 100%;
	width: expression((documentElement.clientWidth || document.body.clientWidth) < 780? "780px": "100%");
	min-width: 780px;
}
.index #plate {
	width: 373px;
	height: 329px;
	background: url('/i/plate.png') no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -186px;
	margin-top: -164px;
	top: 50%;
}

/* === Top Head ===  */
#top {
	width: 1000px;
	height: 594px;
	background: url('/i/top.jpg') no-repeat;
	position: relative;
}
#top img {
	border: none;
}
#top img.ill {
	position: absolute;
	top: 40px;
	left: 172px;
}
#top img#logo {
	position: absolute;
	top: 15px;
	right: 218px;
	background: url(/i/tverdlogo.png) no-repeat left top;
	background-image: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/tverdlogo.png', sizingMethod='crop');
}
#top ul {
	position: absolute;
	top: 71px;
	left: 57px;
	margin: 0;
	padding: 0;
}
#top ul li {
	list-style: none;
	height: 36px;
	margin: 0;
	padding: 0;
	background: none;
}
#top ul li div {
	position: absolute;
	visibility: hidden;
	border: 2px solid rgb(150,138,60);
	background: rgb(228,220,187);
	padding: 10px;
	font-size: 12px;
	margin-left: 78px;
	margin-top: -20px;
	*margin-top: 0;
	*margin-left: 0;
}
#top ul li div span.tlc {
	width: 13px;
	height: 13px;
	position: absolute;
	background: url('/i/tlc.png') no-repeat;
	top: -2px;
	left: -2px;
}
#top ul li div span.blc {
	width: 13px;
	height: 13px;
	position: absolute;
	background: url('/i/blc.png') no-repeat;
	bottom: -2px;
	left: -2px;
}
#top ul li div span.trc {
	width: 13px;
	height: 13px;
	position: absolute;
	background: url('/i/trc.png') no-repeat;
	top: -2px;
	right: -2px;
}
#top ul li div span.brc {
	width: 13px;
	height: 13px;
	position: absolute;
	background: url('/i/brc.png') no-repeat;
	bottom: -2px;
	right: -2px;
}
#top ul li div a {
	color: rgb(2,22,67);
}
#lang {
	width: 128px;
	position: absolute;
	top: 60px;
	right: 34px;
	text-align: center;
}
#lang img {
	margin-bottom: 9px;
}
#lang a {
	font: bold 12px Georgia, Geneva, Arial, Helvetica, sans-serif;
	color: rgb(232,217,117);
}
#verse {
	width: 128px;
	position: absolute;
	top: 165px;
	right: 26px;
	font: normal 12px Georgia, Geneva, Arial, Helvetica, sans-serif;
	color: rgb(232,217,117);
}
#tverd {
	position: absolute;
	bottom: 104px;
	left: 423px;
}

/* === Content ===  */
#content {
	margin-left: 41px;
	padding: 0 37px 37px 37px;
	background: url('/i/tocont.png') repeat-y;
	position: relative;
	z-index: 100;
}
#col1 {
	width: 580px;
	float: left;
	*position: relative;
	*z-index: 1000;
}
.dilator {
	width: 580px;
	height: 1px;
	font-size: 1px;
	clear: left;
}
#col1 dl {
	margin: 20px 0 0 0;
	padding: 0;
}
#col1 dl dt {
	font: normal 22px "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color: rgb(220,199,0);
}
#col1 dl dd {
	margin: 0 0 30px 0;
	padding: 0;
}
#col1 dl dd ul li {
	margin-left: 215px;
}
#mailform {
	background: url('/i/corner.png') no-repeat top left;
	padding: 15px 0 0 15px;
}
#mailform input, #mailform textarea {
	border: 1px solid rgb(127,106,80);
	background: rgb(221,221,221);
}
#mailform input {
	width: 214px;
}
#mailform input#send, #mailform input#trash {
	width: 106px;
	height: 24px;
	background: url('/i/send.png') no-repeat;
	border: none;
	margin: 10px 20px 0 10px;
}
#mailform input#trash {
	background: url('/i/trash.png') no-repeat;
}
#mailform td {
	padding: 5px;
}
.photoblock {
	width: 263px;
	background: url('/i/corner.png') no-repeat;
	text-align: center;
	padding: 20px 5px 20px 5px;
	float: left;
	margin-right: 15px;
}
.photoblock img {
	border: 1px solid rgb(127,105,79);
	padding: 3px;
	margin-bottom: 10px;
}
.small {
	font-size: 14px;
}
p.quotation {
	padding: 10px;
	background: rgb(44,44,44);
}
.arrow {
	background: url('/i/arrow.png') no-repeat left center;
	padding-left: 43px;
	margin-left: 14px;
}
#col {
	*position: relative;
	*z-index: 1000;
	margin-right: 40px;
}
#col2 {
	width: 237px;
	margin-left: 587px;
	padding-left: 27px;
}
#col2 dl {
	background: url('/i/corner.png') no-repeat top left;
	padding: 16px 0 0 15px;
	margin-bottom: 25px;
}
#col2 dl dt {
	font-size: 18px;
	margin-bottom: 10px;
}
#col2 dl dt a {
	color: rgb(235,255,252);
}
#col2 dl dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#guest {
	background: url(/i/corner.png) no-repeat top left;
	padding: 16px 0 0 15px;
	margin-bottom: 25px;
}
#guest p:first-child {
	margin-top: 0;
	padding-top: 0;
}
#guest input#vote {
	cursor: pointer;
	margin-top: 10px;
}
#pager span.list {
	font-family: "Times New Roman", Times, serif;
	margin-left: 10px;
}
#pager span.list span.act {
	display: inline-block;
	background: url(/i/act.png) repeat-x;
	padding: 2px 5px 3px 5px;
	height: 16px;
	color: rgb(255,249,186);
	*position: relative;
	*bottom: -3px;
}
#pager span.list span.act span.in {
	color: rgb(30,27,0);
	position: absolute;
	margin: -1px 0 0 -1px;
}
#bottom {
	width: 921px;
	height: 36px;
	background: url('/i/bottom.png') no-repeat;	
	margin: -27px 0 0 -38px;
	position: relative;
	bottom: -42px;
	z-index: 100;
	clear: left;
}
#tolkach {
	padding-bottom: 188px;	
}

/* === Footer ===  */
#footer {
	width: 1000px;
	height: 306px;
	background: url('/i/tofooter.jpg') no-repeat;
	position: absolute;
	bottom: 0;
	z-index: 50;
	font: 12px Arial, Helvetica, sans-serif;
}
#footer img {
	border: none;
}
#fortress {
	width: 326px;
	height: 224px;
	background: url(/i/fortress.png) no-repeat;
	position: absolute;
	z-index: 250;
	bottom: 0;
}
#dev {
	width: 255px;
	height: 102px;
	position: absolute;
	right: 14px;
	bottom: 15px;
	color: rgb(255,238,232);
}
#dev a {
	color: rgb(255,238,232);
	text-decoration: none;
}
#dev a:hover span.link {
	text-decoration: none;
}
#dev span.link {
	color: rgb(221,245,249);
	text-decoration: underline;
}
#dev p {
	padding-top: 10px;
	*margin: 5px 0 0 0;
}
#dev p.vi {
	position: absolute;
	width: 255px;
	clear: left;
	bottom: -12px;
	*bottom: 3px;
	padding: 0;
}
#dev img {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
#fmenu {
	position: absolute;
	bottom: 148px;
	margin-left: 132px;
	z-index: 300;
}
#fmenu a {
	color: rgb(221,245,249);
	font-size: 12px;
	margin-right: 8px;
}
#count {
	width: 320px;
	height: 40px;
	position: absolute;
	bottom: 58px;
	left: 311px;
	text-align: center;
}
#count img {
	margin: 0 25px 0 25px;
}
#copy {
	position: absolute;
	left: 362px;
	bottom: 18px;
}
