* {
	margin: 0;
	border: 0;
}

body{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	background: #C9B379 url(../images/bg.jpg) center;
	text-align: center;
}

#header{
	background: #6AAE59 url(../images/header.jpg) no-repeat;
	height: 148px;
}

a#biodela{
	display: block;
	float: left;
	margin-left: 43px;
	margin-top: 29px;
}

#container{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

ul#menu{
	background: #376B29 url(../images/meniu.gif) repeat-x;
	height: 38px;
	line-height: 38px;
	list-style: none;
	text-align: center;
	padding-left: 0;
	margin: 0;
}

ul#menu li{
	list-style: none;
	display: inline;
}

ul#menu li a{
	padding: 0 15px;
	background: url(../images/split.gif) no-repeat right;
}

ul#menu li a.current{
	color: #FFCC00;
}

ul#menu a#last{
	background: none;
}

#content{
	background: #E7F8E0 url(../images/main.gif) repeat-y;
	padding: 10px 50px;
}

p{
	clear: both;
}

.right-side {
	float: right;
}

.left-side {
	float: left;
}

img.right-side{
	padding-bottom: 20px;
	padding-left: 20px;
}

.float-clear{
	clear: both;
}

#footer{
	background: #E7F8E0 url(../images/main.gif) repeat-y;
	padding: 15px 0 50px 0;
}

#footer ul{
	background: url(../images/line.gif) no-repeat top center;
	margin: 0;
	padding-left: 50px;
	padding-top: 20px;
}

#footer li{
	list-style: none;
}

#footer li a{
	font-size: 14px;
	color: #000033;
	text-decoration: underline;
	font-weight: normal;
}

#footer li a:hover{
	color: #FF9900;
}

h1{
	font-size: 18px;
	margin: 20px 0;
}

a{
	font-family: "Comic Sans MS";
	font-size: 15px;
	color: #fff;
	font-weight:bold;
	text-decoration:none; 
}

a:hover{
	color:#FFCC00;
}

a.link{
	font-size: 16px;
	color: #000033;
	text-decoration: underline;
	font-weight: bold;
}


a.link:hover{
	color: #FF9900;
}

a.link_text{
	font-size: 14px;
	color: #000033;
	text-decoration: underline;
	font-weight: normal;
}

a.link_text:hover{
	color: #FF9900;
}

#content ul {
	padding: 15px 0px 15px 30px;
}

#content div p, #content div ul {
	width: 280px;
}
