@charset "windows-1250";

html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:url(img/bg-middle-g.png) center top repeat-y #5B743D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
}
#main {
	width:616px;
	margin:0 auto;
}
#left {
	float:left;
	width:162px;
}
#right {
	float:right;
	width:450px;
	margin-right:4px;
}
#text {
	padding:0 15px 0 15px;
}
#logo {
	background:url(img/logo.jpg) no-repeat left;
	width:162px;
	height:116px;
}
#logo h1 {
	display:none;
}
#top {
	background:url(img/bg-top-g.jpg) no-repeat top left;
	width:450px;
	height:28px;
}
#left ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:31px;
}
#left a {
	display:block;
	background:url(img/li-g.jpg) no-repeat top right;	
	background-position:0 -26px;
	height:26px;
	width:131px;
	line-height:26px;
	text-indent:10px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
#left a:hover {
	background-position:0 0;
	color:#FFFFFF;
}
#bottom {
	margin:0 auto;
	background:url(img/bg-bottom-g.png) top right no-repeat;
	width:616px;
	height:283px;
}