body {
	background:#575757;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:11px;
	color:#2d2828;
	margin:0;
	}
.site {
	background:url(images/bg.jpg) repeat-y;
	width:800px;
	padding:0 20px 0 20px;
	}
.header {
	height:204px;
	width:800px;
	}
.logo {
	width:425px;
	float:left;
	height:204px;
	}
.meniu {
	width:274px;
	height:194px;
	padding:10px 1px 0 0;
	float:right;
	padding-left:100px;
	text-align:left;
	background:url(images/meniu.jpg) no-repeat;
	}
.meniu ul {
margin:0;
padding:0;
list-style:none;
overflow:hidden;

	}
.meniu li a {
	background:url(images/link_bg.jpg) no-repeat;
	width:248px;
	list-style:none;
	overflow:hidden;
	display:block;
	font-family: Arial;
	padding-left:27px;
	font-weight:bold;
	font-size:11px;
	color:#262626;
	text-decoration:none;
	height:25px;/*25*/;
	line-height:25px;
	}
.meniu li a:hover {
	color:#262626;
	background:url(images/hover.jpg) no-repeat;
	text-decoration:none;
	}
li.current a {
	color:#262626;
	background:url(images/hover.jpg) no-repeat;
	text-decoration:none;
	}

.content {
	padding:20px;
	text-align:left;
	line-height:16px;
	}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	text-transform: uppercase;
	color:#6ea50e;
	margin:10px 0 10px 0;
	padding:0;
	}
.footer {
	background:url(images/footer_bg.jpg) repeat-x;
	height:11px;
	padding:9px 0 9px 0;
	margin:0 1px 0 1px;
	}
a {
	text-decoration:underline;
	color:#0066FF;
	}
a:hover {
 	text-decoration:none;
	}
