body {
	margin: 0px;
	padding: 0px;
	background-color: #444444;
}
	.main {
	margin-right: auto;
	margin-left: auto;
	padding: 11px;
	width: 899px;
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 20px;
	height: auto;
	}
	.nav {
	font-family: "Times New Roman", Times, serif;
	width: 130px;
	position: absolute;
	top: 40px;
	left: 23px;
	background-color:#ffffff;
	font-size: 1.1em;
	line-height: 200%;
	z-index: 2;


	}
		.main_text {
	font-family: "Times New Roman", Times, serif;
	line-height: 120%;
	text-align: left;
	background-color:#ffffff;
	margin-top: 20px;
	margin-left: 160px;
	}
		.adv {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	width: 200px;
	background-color:#ffffff;
	margin-left: 10px;
	margin-top: 50px;
	line-height: 150%;
	}

.footer {
	height: 50px;
	z-index: 1;
	background-color: #444444;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 120%;
	text-align: left;

}
.top1 {
	width: 899px;
	height:248px;
	background-color: #FFFFFF;
	padding: 11px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

h1
{
	font-size: 1.8em;
	font-style: normal;
	color: #000000;
	font-weight: lighter;	
}
.main_text p
{
	text-indent: 1.7em;
	margin: 0px;
	padding: 3px;
	line-height: 130%;
}
a:link
{
color:#000000;
text-decoration:underline;
}
a:hover
{
color:#868686;
text-decoration:none;
}

a:visited
{
color:#707070;
text-decoration:none;
}
.footer a:link, .footer a:hover, .footer a:visited
{
color:#FFFFFF;
text-decoration:underline;
}

