@charset "utf-8";
/* CSS Document */

#container{
	width: 900px;
	height: 600px;
	background-image: url(img/kastela-index.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}


#header{
	width: 900px;
	height: 75px;
}

#lijevo{
	float: left;
	width: 180px;
	height: 525px;
}
#sadrzaj{
	float: left;
	width: 540px;
	height: 525px;
	margin-right: -1px;
}

#desno{
	float: left;
	width: 180px;
	height: 525px;
}
body {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(img/crta.jpg);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
	text-align: justify;
	padding-left: 16px;
	padding-top: 15px;
}

.clean {
	clear: both;
	height: 0px;
}
a img{border: none;}
.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: bolder;
}

