body {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	text-align: justify;
}

* html body {
	padding: 5% 0 5% 0;
	text-align: justify;
}

#left {
	position: absolute;
	top: 5%;
	bottom: 5%;
	left: 0;
	overflow: auto;
	text-align: left;
	z-index: 200;
	width: 20%;
	background: url(fon/19.jpg);
}

* html #left {
	height: 100%;
	width: 100%;
	text-align: center;
}

#right {
	position: absolute;
	padding: 0px;
	top: 5%;
	bottom: 5%;
	left: 20%;
	overflow: auto;
	width: 80%;
	background: url(fon/101.jpg);
}

* html #right {
	height: 100%;
	width: 100%;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5%;
	overflow: visible;
	z-index: 400;
	text-align: left;
	background: url(fon/119.gif);
}

* html #top {
	height: 5%;
}

#bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5%;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	background: url(fon/166.jpg);
}

* html #bottom {
	height: 5%;
}

h1 {
	text-align: center;
	color: maroon;
}

h2 {
	text-align: center;
	color: teal;
}

h3 {
	text-align: center;
	color: maroon;
}

h4 {
	text-align: center;
	color: teal;
}

h5 {
	text-align: center;
	color: maroon;
}

th {
	text-align: center;
}

td {
	text-align: left
}

p.a {
	text-align: justify;
	text-indent: 5ex;
}

p.b {
	text-align: right;
}

p.c {
	text-align: center;
}

p.d {
	text-align: justify;
	text-indent: 5ex;
	margin-left: 45ex;
}

p.e {
	text-align: justify;
	margin-left: 5ex;
}

p.f {
	text-align: justify;
	margin-left: 45ex;
}

p.g {
	text-align: justify;
	text-indent: 5ex;
	margin-left: 5ex;
}

p.h {
	text-align: justify;
}

p.i {
	text-align: justify;
	text-indent: 10ex;
}

p.j {
	text-align: justify;
	text-indent: 5ex;
	margin-right: 45ex;
}
