BODY { background: #000000; margin-top: 20px; }

td {line-height: 18px; font-family: Georgia, Tahoma; font-size: 14px; color: #8c7d5c;}

a {	color: #aba38c;		
	font-weight: normal;	
	text-decoration: underline;
}
a:hover { 
	text-decoration: none; 
}


table.main { 
	background: #260609; 
}
table.main td { 
	vertical-align: top;	
	color: #8c7d5c; 
}

.img {
	border: 1px solid;
	padding: 1px;
	border-color: #5c453e;
	background: #000000;
}

table.menu { margin: 20px 0px 30px 0px; }
table.menu td { text-align: right; }

div.main_i {margin: 20px 0px 20px -10px;}

.main_t {
	padding: 20px 20px 20px 30px;
	color: #8c7d5c;
}
.main_t div.data {
	font-size: 10px;
	color: #910018;
	margin-bottom: 4px;
}
.main_t a.headline {font-size: 13px; font-weight: bold; color: #aba38c; margin-bottom: 6px; display: block;}
.main_t a.headline:hover {}
.main_t div.sep1 {padding: 20px 0px 20px 0px;}

.dm { background: #260609; text-align: center; }
.dmp { padding: 30px 0px 6px 0px; }
.dmp a:link, .dmp a:visited { background-image: url(../images/dm_li.gif); background-repeat: no-repeat;	background-position: 1px 5px; padding-left: 10px; padding-right: 10px;
	font-size: 11px;
	color: #aba38c;
}
.dmp a:hover { 
	text-decoration: none; 
}

.dpdl { 
	background: url(../images/dp_bg1.gif) repeat-x; 
	margin:0px; 
	padding: 0px; 
	height: 1px; 
}

.dc { background: #2c0807; }

table.copy td { 
	font-family: Tahoma; 
	font-size: 11px; 
	color: #564335; 
}
table.copy a:link, table.copy a:visited { 
	color: #564335; 
}
table.book_h {
	font-family: tahoma;
	font-size: 12px;
	color: #8c7d5c; 
}
table.comments {
}
table.comments td {
	font-family: tahoma;
	font-size: 11px;
	color: #aba38c; 
}
.vl { 
	background: url(../images/vertdline.gif) repeat-y; 
	margin:0px; 
	padding: 0px; 
	width: 1px; 
}

.bn { margin: 5px 10px 0px 10px; }

h1 {
	font-size:24px;
	color: #aba38c;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0;
}
h2 {
	font-size:18px;
	color: #aba38c;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

h3 {
	font-size:16px;
	color: #aba38c;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

input {
	background: #2c0807;
	border: 1px solid #4d3625;
	font-family: Tahoma;
	font-size: 12px;
	color: #aba38c;
}
.textinput {	
	background: #2c0807;
	border: 1px solid #4d3625;
	font-family: Tahoma;
	font-size: 12px;
	color: #aba38c;
}

/* Листинг */
li ul, li ol { margin-top: 0; margin-bottom: 0;}
li { margin: 0 0 0.2em 0; }
ul { list-style-type: none; }
ul li {padding: 0;}

ul > li:before {content: '\2014\a0'; color: #af0004; float: left; margin-left: -1.8em; padding-right: 0.5em; white-space: nowrap;}
ol > li {list-style: none; counter-increment: section; margin-left: -1.8em;}
ol > li:before {content: counter(section) ". "; color: #af0004;}

ul li {
	behavior: expression(
	(!this.before && parentNode && parentNode.tagName == 'UL')
	?
	(this.before = true)
		& (parentNode.style.listStyleImage = 'none')
		& (
			(this.firstChild && this.firstChild.firstChild)
			?
			(this.firstChild.style.marginTop = '-1.5em') & (this.firstChild.style.position = 'relative')
			: ''
		)
		& (eNobr = document.createElement('<nobr class="dash" />'))
		& (eNobr.innerHTML = '&mdash;&nbsp;')
		& (this.insertBefore(eNobr, this.firstChild))
	: '');
}
ul .dash {color: #af0004; position: relative; display: block; width: 1.25em; left: -1.8em; margin: 0.1em -1.8em -1.55em 0;}

.nobullets {padding: 0; margin: 0;}
.nobullets li {behavior: expression('');}
.nobullets li:before {content: ''; float: none; margin: 0; padding: 0;} 

/* Копирайт дизайнера */
.Design {position: relative; width: 155px; height: 44px; left: 70px;}
.Design .Logo {position: absolute; left: -65px;}
.Design .Link {height: 44px; vertical-align: middle; padding-top: 8px;}
