* {
  margin:0;
  padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  text-align: center;
  background: #DDDEDF url('images/body-bg.gif') top center repeat-y;
  padding-top: 15px;
}

a {
	color: #2369b0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #a5bfd2;
}

img {
 border:0;
}

ul {
  list-style-type: none;
  text-align: left;
}

ul li {
  margin-left: 10px;
}
* html ul li {
  margin-left: 10px;
}

h3 {
  font-size: 14px;
  margin:0;
  padding: 10px 0 15px 0;
}
h2 {
  font-size: 18px;
  padding: 10px 0 15px 0;
}

h1{
  font-size: 20px;
  padding: 20px 0 15px 0;
}
*html h1{
	padding-top: 0px;
}
#container {
	width: 750px;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	text-align: center;	
}

#wrap {
   width: 637px;
   margin: 0 auto 0 auto;
   text-align: left; 
}

#header {
	width: 637px;
  height: 184px;
	background: #fff url('images/header-bg2.jpg') top left repeat-x;
	text-align: center;
}
* html #header {
	width: 637px;
  	height: 191px;
	background: #fff url('images/header-bgie2.jpg') top left repeat-x;
	text-align: center;
}


#content {
   width: 633px;
   padding-top: 20px;
   border-right: 2px solid #13AC49;  	
   border-left: 2px solid #13AC49;  	
   text-align: center;
}

#text {
	width: 590px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	text-align: justify;
	font: Arial;
	font-size: 13px;
	text-decoration: none;
}

#footer {
  width: 749px;
   height: 180px;
   margin: 0 auto 0 auto;
   background: #FFF url('images/footer-bg.jpg') bottom left no-repeat;
}
*html #footer {
  width: 750px;
   height: 180px;
   margin: 0 auto 0 auto;
   background: #FFF url('images/footer-bg.jpg') bottom left no-repeat;
}

/* dock menu */

#dock { 
 position: absolute;
 text-align: center;
 width: 100%; 
} 

#innerOff {
 height: 130px; 
} 
#innerOn {
 height: 130px;
} 
#menu {
 width: 510px;
 margin: 0 auto;
 display: block;
 background: url(images/dock.png) top center no-repeat;
 height: 130px;
}

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

#menu ul li {
 display: inline; 
} 

#menu ul li a, #menu ul li a:visited {
 display: block;
 float: left;
 padding: 15px 13px 16px 13px;
 font: 1.3em Verdana, Sans-serif;
 text-decoration: none;
 color: #FFF; 
} 

#menu ul a:hover { 
 background: url(images/dock_hover.png);
 color: #FFF; 
}
/*podaci u headeru*/
#info {
  width:400px;
  margin: 0 auto 0 auto;
  padding-top: 45px;
  color:#00903a;
  text-decoration: none;
  text-align:center;
}
/*text u footeru*/
#footer .left {
   width: 300px;
   padding: 140px 0 0 52px;
   float: left;
   font-weight: bold;
   text-decoration: none;
   color:#00903a;
}
#footer .right {
   width: 300px;
   padding-top: 0px;
   padding-left: 135px;
   float: left;
   font-weight: bold;
   text-decoration: none;
   color:#00903a;
}

#footer .right a {
  color:#00903a;
}

#footer .right a:hover {
  color: #a0a3a5;
}


/* Navigation */
#nav {
	float: left;
	margin: 190px 0 0 120px;

}
* html #nav {
	margin-left: 60px;
	margin-top: 171px;
}
#nav ul {
	list-style-type: none;
	
}

#nav ul li{
	display: inline;
}
#nav ul li a{
	float: left;
	border-bottom: 2px solid #009039;
  	color: #009039;
  	margin-right: 30px;
  	font-size: 16px;
  	font-weight: bold;
  	font-style: italic;
}
#nav ul li a:hover{
	color: #000;
	border-bottom: 2px solid #000;
}

