body {
	margin: 0px;
	background-image: url(images/pattern_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
.text_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: white;
}
.text_s {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #987d45;
}
a.text_s {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #987d45;
	text-decoration: none;
}
a.text_s:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #987d45;
	text-decoration: underline;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #987d45;
}
a.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #987d45;
	text-decoration: none;
}
a.text:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #987d45;
	text-decoration: underline;
}
.text_b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #987d45;
}
a.text_b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #987d45;
	text-decoration: none;
}
a.text_b:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #987d45;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: white;
}
.img {
	background: #FAFAFA;
    border: 1px solid black;
	padding: 3px;
}
/* MAIN STRUCTURE */

#empty_top {
	width: 859px;
	height: 25px;
}
#header_top {
	width: 859px;
	height: 20px;
	padding-top: 4px;
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#header {
	width: 859px;
	height: 349px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#meni_back {
	width: 859px;
	height: 26px;
	padding-top: 5px;
	background-image: url(images/meni_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#meni_bot {
	width: 859px;
	height: 20px;
	background-image: url(images/meni_bot.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#google_top {
	width: 859px;
	height: 19px;
	background-image: url(images/google_top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#content_top {
	width: 859px;
	height: 27px;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#content_box {
	width: 859px;
}
.content_back {
	width: 859px;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}
#content_bot {
	width: 859px;
	height: 33px;
	background-image: url(images/content_bot.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#empty_bot {
	width: 859px;
	height: 6px;
	font-size: 1px;
}
#footer {
	width: 859px;
	height: 36px;
	padding-top: 4px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#empty_bot2 {
	width: 859px;
	height: 15px;
	font-size: 1px;
}
#empty_bot3 {
	width: 859px;
}
/* LEFT SIDE AND CONTENT */

.padding_ad {
	padding-top: 27px;
}
.content_width {
	width: 98%;
}
.h1_back {
	background-color: #27241f;
}
.linije {
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #987d45;
}