* {
	padding:0;
	margin:0;
	border:0;
}
body {
	text-align:center;
	background:#fff;
	color:#999;
	font:10pt Helvetica, Arial, Tahoma;
}
#layer {
	width:966px;
	margin:auto;
}
#top {
	padding-top:20px;
	height:360px;
	text-align:left;
}
#logo {
	float:left;
	padding:20px 9px;

}
#simple {
	float:right;
	padding:38px 11px 0;
	font-size:13pt;
}
#splash {
	clear:both;
	height:300px;
}
#splash div {
	float:left;
	padding:10px;
	font-size:13pt;
}
#splash div img {
	border:1px solid #fff;
	margin-bottom:7px;
}
#splash div img:hover {
	border:1px solid #999;
}

ul {
	padding-left:5px;
	margin-left:5px;
}
li {
	margin-left:5px;
}

#main1 {
	clear:both;
	text-align:center;
	padding:10px;
	font-size:10pt;
}
#main1 h1,
#main1 h2,
#main1 h3 {
	font-size:10pt;
	font-weight:normal;
}
#main2 {
	clear:both;
	text-align:justify;
	padding:500px 10px 20px;
	font-size:8pt;
}
#main2 h1,
#main2 h2,
#main2 h3 {
	font-size:8pt;
	color:#666;
}
#linki {
	font-size:12pt;
}
#bottom {
	clear:both;
	padding:20px 5px;
}
a:link, a:visited {
	text-decoration:none;
	color:#999;
}
a:hover, a:active {
	text-decoration:none;
	color:#000;
}
strong {
	color:#666;
}
#copyright {
	float:right;
}
.clear {
	clear:both;
}
.r {
	float:right;
}
.l {
	float:left;
}