body {
	background: #fff url(../img/site/background.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}
.container {
	width: 860px;
	margin: 0 auto;
	margin-top: -80px;
}
.header {
	margin: 0 auto;
	width: 1200px;
	height: 250px;
}
.header {
	background: url(../img/site/sunce.png);
	text-align: center;
}

.content, .footer {
	margin-top: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 0px 1px 1px #999;
	box-shadow:  0px 0px 1px 1px #999;
	background: #fff;
	width: 860px;
}

.text {
	width: 440px;
	float: left;
}
.text p {
	margin: 0;
	padding: 10px;
	color: #222;
	font-family: 14px/19px sans serif,Helvetica,sans-serif;
}
.text h1 {
	font-family: 'Berkshire Swash', cursive;
    font-size: 4em;
    margin: 0;
    padding: 5px 20px;
    text-shadow: 1px 1px 1px #999;
	color: #0a4404;
}
.text h3 {
	padding: 9px 0 0 9px;
	margin: 0;
}

.gallery {
	float: left;
	margin: 10px 0 10px 20px;
	width: 400px;
}

.gallery h2 {
	font-family: 'Berkshire Swash', cursive;
    font-size: 1,8em;
    margin: 0;
    padding: 5px 20px;
    text-shadow: 1px 1px 1px #999;
	color: #0a4404;
}

.gallery img {
	padding: 2px;
	margin: 6px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow:  0px 0px 1px 1px #e8cab4;
	box-shadow:  0px 0px 1px 1px #e8cab4;
}

.gallery img:hover {
	background-color: #aeaeae;
	-webkit-box-shadow:  0px 0px 1px 1px #aeaeae;
	box-shadow:  0px 0px 1px 1px #aeaeae;
}

.footer {
	clear: both;
	position: relative;
	height: 40px;
	margin-bottom: 10px;
}

.footer-linkovi {
	position: absolute;
	bottom: 0px;
	left: 20px;
	height:30px;
}
.footer-linkovi ul {
	margin: 0;
	padding: 0;
}
.footer-linkovi li {
	display: inline;
	list-style: none;
	line-height: 20px;
	padding-right: 10px;
}
.footer-linkovi a:link, .footer-linkovi a:visited {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.footer-linkovi a:hover {
	color: #888;
}

.footer-potpis {
	position: absolute;
	right: 20px;
	bottom: 0px;
}

.footer-potpis a:link, .footer-potpis a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.footer-potpis a:hover {
	color: #CCC;
}

.footer-potpis p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
}
.clearer {
	clear: both;
}