body, html
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	background-image: url('images/back.png');
	background-repeat: repeat-y;
	background-position: center top;
	color: #000;
}
#frame
{
	width: 770px;
	min-height: 100%;
	border: solid #fb7676;
	border-width: 0px 1px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
	color: #000;
}
#header
{
	width: 100%;
	height: 227px;
	margin: 0;
	clear: both;
	background-color: #fff;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: center left;
}
#footer
{
	width: 770px;
	height: 19px;
	margin: -19px auto 0 auto;
	font-size: 9px;
	background-color: #a4c40d;
	background-image: url('images/stripe.png');
	background-repeat: repeat-x;
	color: #990;
}
#center
{
	width: 750px;
	margin: 0;
	padding: 10px;
	text-align: justify;
}
#nav
{
	width: 770px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute; top: 165px;
}
#nav ul
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#nav li
{
	display: block;
	margin: 0;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav a
{
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	letter-spacing: -1px;
	margin: 0;
	padding: 10px 15px 10px 15px;
}
#nav a.last
{
	font-weight: bold;
	margin: 0;
	padding: 10px 15px 10px 15px;
	border: none;
}
#nav a:link, #nav a:visited
{
	color: #500;
	text-decoration: none;
}
#nav a:hover, #nav a:active
{
	color: #f00;
	text-decoration: none;
}
#clearer
{
	clear: both;
}
h1
{
	font-family: Sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #243b74;	
}
.grey
{
	padding-left: 7px;
	line-height: 20px;
	color: #243b74;
	background-image: url('images/lapka.png');
	background-repeat: no-repeat;
	background-position: center left;
}
a:link, a:visited
{
	color: #fb7676;
	text-decoration: none;
}
a:hover, a:active
{
	color: #500;
	text-decoration: underline;
}
