body {
	margin: 0px;
	background-color: #DBC9A3;
	background-image: url(images/design/bg.gif);
	background-repeat: repeat;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	margin: 0 auto;
	padding: 0px;
	width: 849px;
}
#header {
	background-image: url(images/design/header.jpg);
	width: 849px;
	height: 327px;
}
#menu {
	width: 340px;
	height: 440px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 509px;
	height: 440px;
	background-image: url(images/design/bg_content.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-left: -340px;
	padding: 0px;
}
#footer {
	width: 849px;
	height: 33px;
	background-image: url(images/design/footer.jpg);
	margin: 0px;
	clear: both;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #6F6056;
}
a:hover {
	text-decoration: underline;
	color: #50453E;
}
a:active, a:visited {
	text-decoration: none;
	color: #6F6056;
}
.tekst {
	color: #594D45;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-right: 24px;
	text-align: justify;
}
.naslov {
	color: #594D45;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
.naslovb {
	background-image: url(images/design/bullet.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #594D45;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
.noborder {
	border-width: 0px;
	margin: 0px;
}