*, body {
        margin: 0;
        padding: 0;
        font-family: "lucida grande", verdana, arial, arial, sans-serif;
         }
         
body {
	color: #000000;
	background: url(back.jpg) #a6b6ba  fixed repeat-x left bottom;
	}


a:link {
	text-decoration: none;
	font-weight: 500;
	color: #000000;
	border-bottom: 1px dotted black;
	}

a:visited {
	text-decoration: none;
	font-weight: 500;
	color: #000000;
	border-bottom: 1px dotted black;
	}
	
a:hover {
	text-decoration: none;
	font-weight: 500;
	color: #000000;
	border-bottom: 1px solid black;
	}

li {
	margin: 5px 0px 0px 15px;
}
/*___________________________________Layout____*/

#holder {
		position:absolute;
		/*left: 10%;
		width: 780px;*/
		margin-left: 0px;
		margin-right: 0px;
		border: 0; 
		background-color: transparent;
		}

#block_srednji
	{
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	}

#wrapper
	{
	display: block;
	}

/*___________________________________Headings */
		
em, strong {
	color: #000;
	background-color: transparent;
	}
	
h1 {
	color: #000;
	background-color: transparent;
	font: 800 30px/28px "lucida grande", verdana, arial, sans-serif;
	text-align: center;
	margin: 20px 0 40px 0;
	padding: 0 0 0 20px;
	}
	
h2 {
  text-align: center;
  }

h3 {
	color: black;
	background-color: transparent;
	font: 700 18px/18px "lucida grande", verdana, arial, sans-serif;
	margin: 0px;
	padding: 20px 0px 15px 8px;
	}
	
h4 {
	color: black;
	/*background-color: #d9e0e0;
  	border-bottom: 1px solid #DBDBDB;*/
	font: 800 10px/20px "lucida grande", verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 8px;
		text-align: center;
	}
