html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #D7FBE2;
	background-image: url('/usr/home/crush/Desktop/kmeleon/images/main/bg.png');
	background-position: top;
	background-repeat: repeat-x;
}

body {
	min-width: 1000px;
}

* html body {
	text-align: center;
	width: 1000px;
}

* {
	font-family: sans-serif;
	font-size: 9pt;
}

div, span, p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, dd, dt, dl, table, tr, td, hr {
	margin: 0px;
	padding: 0px;
}

.content {
	text-align: left;
	min-height: 100%;
	position: relative;
	border: 0px;
	margin: 0px auto;
}

* html .content {
	height: 100%;
	margin-left: 60px;
	height: 1000px;
}

.cleaner {
	display:block;
	height:0px;
	line-height:0;
	font-size:1px;
	clear:both;
}

/* Вспомогательные стили */

.alert {
	background-color: #EfEfEf;
	border: 1px solid black;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	padding: 2px;
	margin: 5px;
}

.alert_ok {
	background-color: #EfEfEf;
	border: 1px solid black;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-align:center;
	padding:2px;
	margin:5px;
}

.alert_close {
	float: right;
	margin: auto 3px;
	text-decoration: none;
	color: black;
}

/* kmeleon.ru */

a img {
	border: 0;
}

#logo {
	position: relative;
	float: left;
	margin: 10px;
}

#line {
	left: 145px;
	position: absolute;
	top: 40px;
	z-index: 0;
}

#txt1 {
	left: 130px;
	position: absolute;
	top: 10px;
	z-index: 0;
}

.header {
	overflow: hidden;
}

.header h1 {
	float: left;
	margin-left: 65px;
	margin-top: 100px;
	font-size: 22px;
	text-decoration: underline;
	color: #006400;
}

.line-bottom {
	position: relative;
}

.copir {
	position: relative;
	display: block;
	color: #28A029;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.doc {
	background-color: #EBFDF1;
	position: relative;
	margin: 10px;
	margin-left: 220px;
	margin-bottom: 65px;
	color: #006400;
}

.doc-bound {
	position: relative;
	height: 10px;
}

.doc-in {
	position: relative;
	margin: 10px;
	overflow: hidden;
}

.corner-left {
	float: left;
}

.corner-right {
	float: right;
}

.doc h2 {
	color: #B62D2D;
	font-size: 1.4em;
	margin-left: 1.4em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.doc h3 {
	background-color: inherit;
	color: #008000;
	font-size: 1.2em;
	margin-left: 1.7em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.doc p {
	text-indent: 2em;
	margin-bottom: 1em;
}

.doc ul, .doc ol {
	margin-left: 4em;
}

.doc li {
	margin-bottom: 1em;
}

.doc a {
	color: #808000;
	font-weight: bold;
	text-decoration: underline;
}

.doc img.right {
	border: 0;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 5px;
}

.doc img.left {
	border: 0;
	float: left;
	margin-right: 15px;
}

address {
	position: relative;
	height: 60px;
	margin-top: -60px;
	text-align: center;
}

