html, body {height: 100%;  padding: 0; margin:0;}
html>body #all {height: auto; }

body{
	background: #f8f7f3  url('/img/bgtop.gif') repeat-x top;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #545454;
	line-height : 125%;
}

#all {
	position: relative;
	height: 100%;
	min-height: 100%;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	background: #fff  url('bgbottom.gif') repeat-x bottom;
	border-left: 1px solid #bdbcb9;
	border-right: 1px solid #bdbcb9;
}

#header{
	position: absolute; top:0px; left:0;
	height: 250px;
}

#main {
	margin : -18px 260px 30px 280px;
}

#left {
position: absolute; top: 250px; left:40px;
width: 200px;
align: left;
}
#right {
	position: absolute; top: 250px; right:30px;
	width: 200px;
	align: left;
}
#clear{clear:both;
}
#footer {
	height: 50px;
	width: 100%;
	margin-top: -50px;
	bottom: 0;
	right: 0px;
	font : 9pt Arial, Helvetica, sans-serif;
	color: #555a47;
	background: #eeece1;
}
#copy {
	height: 50px;
	position: relative;
	width: 720px;
	left: 50%;
	margin-left: -500px;
	background: #e4e1d0;
	border-left: 1px solid #bdbcb9;
	border-right: 1px solid #bdbcb9;
	padding-left: 280px;
	
}		
		
A:Link, A:Visited     {
	color: #545454;
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	cursor: hand;
	Text-decoration: underline;
}
  A:Active, A:Hover   {
  	color: #903e2a;
	Text-decoration: underline;
}

a#left {
	color: #555a47;
	text-align: left;
	margin-top: 6pt;
	margin-bottom: 4pt;
	font : 10pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a#left:active, a#left:hover {
	text-decoration: underline;
}

p {
	text-align: left;
	text-indent: 0%;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: /125%;
}
	
.incut {
	float: left;
	width: 140px;
	height:200px;
	padding: 0px 5px 0px 5px;
	margin: 10px 10px 20px 0px;
	font-size: 8pt;
	color: #333;
	text-align: left;
	background: url('../i/incut.jpg') no-repeat bottom left;
}
h1 {
	color: #c9c08e;
	text-align: left;
	letter-spacing: 200%;
	margin: 22px 0 3px 0px;
	font : bold 20pt Arial, Helvetica, sans-serif;
} 
h2 {
	color: #fff;
	text-align: left;
	letter-spacing: 100%;
	margin: 0px 0 6px 0;
	font : bold 10pt Arial, sans-serif;
	padding-top: 3px;
	display: inline;
} 
h3 {
	color: #903e2a;
	text-align: left;
	margin: -5px 0 4px 0px;
	font: bold 12pt Arial Narrow, sans-serif;
	} 

h4 {
	color: #555a47;
	text-align: left;
	font: 10 pt Arial, Helvetica, sans-serif;
	margin-top: 12pt;
	margin-bottom: 3pt;
	font-weight: normal;
}
h5 {
	color: #903e2a;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
}
.ask{
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 16px;
}

.answer{
	margin-bottom: 10px;
	margin-left: 16px;
}
.sign{
	font-weight: bold;
	align: right;
}
.stihi{
	line-height: 175%;
}

