html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#F9E4B2;
	clear: both;
}

h1 {
	color:#190905;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	background-image: url(../images/kropki1.jpg);
	background-repeat: no-repeat;
	background-position: -2px bottom;
	font-size: 14px;
	padding-bottom: 15px;

}
hr {
	color:#190905;
	height:1px;
	width:500px;
	border:0;
	background-color: #190905;
	margin-bottom:17px;
}

h2 {
    color: #c8c8c8;
		margin-top: -25px;
}

h3 {
	color:#190905;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/kropki1.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	font-size: 14px;
	padding-bottom: 0px;
	padding-top:5px;
	display:block;
	
	height:50px;
	clear:both;
	

}


h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
	color: #404040;
	position:absolute;
	left: -35px;
	top: 338px;
	width: 665px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	z-index: 11;
	height: 80px;
}


table {
    font-size: inherit;

}

th {
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

