html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: #666666;
}
* html #maket {
	height: 100%;
}
#maket {
	width: 800px;
	text-align: left;
	min-height: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	text-align: center;
	height: 195px;
	background-color: #1A81FF;
}
#menu {
	width: 224px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}
#menu li a {
	height: 28px;
	text-decoration: none;
	outline: 0;
}
#menu li a:link, #menu li a:visited {
	color: #444444;
	display: block;
	background: url(images/button.gif);
	padding: 9px 0 0 10px;
}
#menu li a:hover {
	color: #CCCCCC;
	background: url(images/button.gif) 0 -36px;
	padding: 9px 0 0 10px;
}
#menu li a:active, #menu_current {
	color: #FFFFFF;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content {
	margin-left: 235px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#stop {
	height: 25px;
}
#footer {
	background-color: #1A81FF;
	clear: both;
	height: 20px;
	margin-top: -20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#footer_left {
	float: left;
	width: 11px;
	height: 100%;
}
#footer_right {
	float: right;
	width: 11px;
	height: 100%;
}
#footer_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	height: 100%;
}
#footer_text {
	vertical-align: bottom;
	height: 100%;
	line-height: 20px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: justify;
}
