* {
	margin: 0;
	padding: 0px;
}

body {
	font-size:12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 14px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

img {
	border:none;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
width: 1024px;
}

.menu {
	width:904px;
	height:22px;
	padding-left:20px;
	background-image: url(images/menu.png);
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
	float: left;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

#nav-menu li a
{
	background: none;
	height: 30px;
	margin-top: 10px;
	line-height: 2em;
	color: #fff;
	font-size:15px;
	text-decoration: none;
	text-align: center;
	margin-left:2px;
	padding-left: 10px;
	padding-right: 10px;
}
#nav-menu li a:hover
{
	background: url(images/menu_hover.jpg) #fff bottom left repeat-x;
	height: 30px;
	line-height: 2em;
	float: left;
	display: block;
	color: #000;
	font-weight:normal;
	font-size:15px;
	text-decoration: none;
	text-align: center;
	margin-left:2px;
	padding-left: 10px;
	padding-right: 10px;
}
#nav-menu li a.current
{
background: url(images/menu_active.jpg) #fff bottom left repeat-x;
color:#000000;

}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: left;
}
/* End hide */

#nav-menu
{
	float:left;
	position: relative;
	margin-bottom:10px;
	margin-left:10px;
	
}

#header {
	height: 70px;
	padding-left:30px;
	padding-right: 60px;
	padding-top: 20px;
}
#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 35px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
	font-size: 22px;
	color: #eee;
	padding: 5px 0 0 20px;
	font-weight: 100;
}
#top {
padding: 10px 0;
}

#content {
padding: 0 50px;
}

#bottom {
background: #fff url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

.left {
	float: left;
	width: 924px;
	text-align: justify;
	margin-top: 5px;
}
.left h1 {
	font-size: 16px;
	color: #76c04a;
}
.left h2 {
	font-size: 14px;
	color: #76c04a;
}
.left h1 a {
text-decoration: none;
}
.left h1 a:hover {
color: #eee;
}
.glavna {
	width:924px;
	height: 430px;
	background-image:url(images/glavna_pozadina.png);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
}
.glavna1 {
	float: left;
	width: 422px;
	height: 420px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right: 20px;
	margin-left: 20px;
}
.glavna1 li {

	margin-left: 80px;
}

.dolje {
	width:924px;
	height: auto;
}
.dolje1 {
	float:left;
	margin-right: 49px;
	padding-top: 5px;
	width: 235px;
	height:190px;
	background-image: url(images/dolje_bg.png);
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}
.dolje2 {
	float:left;
	padding-top: 5px;
	width: 235px;
	height:190px;
	background-image:url(images/dolje_bg.png);
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}


#footer {
color:#666;
text-align: center;
font-size: 11px;
padding: 10px 0;
}

