body {
	margin: 10px 0;
	padding: 0px;
	color: White;
	background-color: White;
	background-image: url(../images/pozadi.jpg);
	background-repeat: repeat-y;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	color: White;
	font-size: 200%;
	padding: 10px 20px;
	margin: 0px;
	font-weight: normal;
}

h2 {
	color: #f6b11a;
	font-size: 160%;
	padding: 10px 20px;
	margin: 0px;
	font-weight: normal;
}

h3 {
	color: White;
	font-size: 120%;
	padding: 10px 20px;
	margin: 0px;
	font-weight: normal;
}

p {
	padding: 10px 20px;
	margin: 0px;
	font-weight: normal;
	line-height: 160%;
	text-align: justify;
}

li {
	line-height: 30px;
}

ul {
	margin-left: 30px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: White;
	font-size: 120%;
}

a:hover {
	text-decoration: none;
	color: #2C2C2C;
}

#main {
	width: 778px;
	margin: 0 auto;
	background-color: White;
	border: 1px solid #282828;
}

#head {
	width: 778px;
	height: 220px;
	background-image: url(../images/homepage.jpg);
}

#menu {
	width: 250px;
	height: 300px;
	background-image: url(../images/homepage-02.jpg);
	float: left;
	margin: 0px;
	padding: 0px;
}

#right_1 {
	width: 528px;
	height: 140px;
	background-image: url(../images/homepage-03.jpg);
	float: left;
	margin: 0px;
	padding: 0px;
}

#right_2 {
	width: 528px;
	height: 100px;
	background-image: url(../images/homepage-04.jpg);
	float: left;
	margin: 0px;
	padding: 0px;
}

#right_3 {
	width: 528px;
	height: 60px;
	background-image: url(../images/homepage-05.jpg);
	float: left;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 778px;
	background-image: url(../images/homepage-06.jpg);
}

.menu {
	padding-top: 60px;
	padding-left: 70px;
	list-style: none;
	line-height: 35px;
}

.back a{
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	padding-left: 700px;
	color: #f8e016;
	padding-bottom: 20px;
}

.cleaner {
	clear: both;
}

.thumb {
	background-color: #eeeea4;
	border: 1px solid #1d7e30;
	padding: 7px;
	margin: 12px;
	text-align: center;
	width: 150px;
	float: left;
}


