@charset "utf-8";
body {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #FFFFFF url(../slike/background.jpg) no-repeat center top;
	text-align: justify;
	display: block;
	margin: 0px auto auto;
}
#container {
	display: block;
	margin: 0px auto auto;
	height: 1000px;
	width: 960px;
	border: thin dotted #000000;
	position: relative;
	top: 5px;
	background: url(../slike/container-panel.png);
	color: #FFFFFF;
}
#header {
	background: no-repeat;
	display: block;
	margin: 0px auto auto;
	height: 60px;
	width: 960px;
	position: relative;
	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #0099FF;
	text-indent: 25px;
}
#menu {
	display: block;
	margin: 0px auto auto;
	float: right;
	height: 279px;
	width: 320px;
	position: relative;
}
#footer {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	background: #000000;
	display: block;
	margin: 0px auto auto;
	height: 100px;
	width: 960px;
	position: relative;
	top: 30px;
	text-align: center;
	padding-top: 10px;
}
#content {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	display: block;
	margin: 0px auto auto;
	height: 500px;
	width: 900px;
	border-top: thin #000000;
	border-right: thin #000000;
	border-bottom: thin #000000;
	border-left: thin #000000;
	position: relative;
	top: 20px;
	padding: 5px 20px 20px;
	overflow: auto;
}
#tumbs {
	text-align: center;
	display: block;
	margin: 0px auto auto;
	height: 140px;
	width: 800px;
	padding-top: 10px;
	position: relative;
}



.naslov {
	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #0066FF;
}
#mainimage {
	background: url(../slike/header.png) no-repeat left top;
	display: block;
	margin: 0px auto auto;
	height: 279px;
	width: 960px;
	position: relative;
}

a:link {
	color: #0066ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #0066ff;
}
#logo {
	text-align: left;
	display: block;
	margin: 0px auto auto;
	height: 100px;
	width: 960px;
	position: relative;
	top: 20px;
	background: url(../slike/logo.png) no-repeat;
}
