@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	background:#6E7C22;
	}
#page {
	margin: 0 auto;
	border-width:0 7px 7px 7px;
	border-style: solid;
	border-color: #606C1E;
	width: 740px;
	padding: 0;
	}
#header {
	background-image:url(images/header.jpg);
	width: 740px;
	height:400px;
	}
#header p, #header p a {
	text-shadow: 1px 1px 1px #000;
	color:#FFF;
	text-transform: uppercase;
	text-decoration:none;
	font: 10px Verdana;
	text-align:right;
	line-height: 20px;
}
#header p a  {
	font-weight: bold;
}
#header p {
	margin:0;
	padding: 0 7px 0 0;
}
#content{
	text-shadow: 1px 1px 1px #ccc;
	background:#FBFBD5;
	width: 700px;
	padding:20px;
	line-height:28px;
	min-height:400px;
	}
.slike img {
	margin: 4px;
	}
.slike  {
	text-align:center;
}
#content a img {
	background: #F3F3F3;
	padding:5px 5px 15px 5px; 
	border: 1px solid #D9D9D9;
	}
#content a:hover img {
	background: #EEF7D2;
	border: 1px solid #E6DF52;
}
.levo {
	float:left;
	display:inline;
	margin: 10px 10px 10px 0;
	}
.desno {
	float:right;
	display:inline;
	margin: 10px 0 10px 10px;
	}
#nav {
	background-image:url(images/nav.jpg);
	list-style:none;
	font-size:20px;
	width:730px;
	height: 48px;
	margin:50px 5px 0 5px; padding:0;
	}
#nav a {
	color:#fff;
	text-decoration: none;
	display: block;
	padding: 12px 20px 12px 20px;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	float:left
	}
#nav a.current {
	color:#D7DA37;
	display:block;
	text-decoration:none;
	text-shadow: 0px 0px 0px #000;
	}
#nav a:hover {
	color:#DBBD37;
}
h1, h2 {
	color:#fff;
	margin:0;
	text-shadow: 3px 3px 3px #666;
}
h1 {
	text-align:right;
	padding: 265px 10px 0 0;
	font-size: 42px;
	}
h2 {
	letter-spacing:4px;
	padding: 0 0 0 520px;
	margin: -75px 0 0 0;
	text-decoration: underline;
}
h3 {
	text-align: center;
	font-size: 26px;
	padding:5px 5px 15px 5px ;
	margin:0;
	clear:both
}
h4 {
	font-size: 20px;
	text-align: center;
	padding:5px 5px 15px 5px ;
	margin:20px 0 0 0;
	clear:both
}
.desc {
	width:700px;
	text-align: center;
	clear:both;
	padding:0 0 20px 0;
	}
.meni {
	text-align:center
}
.meni p {
	margin: 0 0 50px 0;
}
.meni-double {
	width: 50%;
	float:left;
	display:inline
}
#footer{
	text-align:center;
	font: 10px Verdana;
	background:#606C1E;
	padding: 10px;
	text-transform: uppercase;
	color:#ccc;
}
#footer a {
	color:#ccc;
	text-decoration:none;
	font-weight: bold;
}
