body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Tahoma, "MS Sans Serif";
	font-size: 11px;
	color: #032c00;
}
html {
	
}
body {
	background-color: #032c00;	
}
h1 {
	background-image: url(../img/img_h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	width: 149px;
	position: absolute;
	top: 234px;
	left: 128px;
}
h1 a {
	display: block;
	height: 48px;
	width: 149px;
	text-indent: -9999px;
	overflow: hidden;
}
h2 {
	color: #032f00;
	height:34px;
	font-size:34px;
	height:expression('34px');
	line-height:34px;
	
}

p {
	line-height: 14px;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 2px;
	text-align: justify;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#wrapper {
	/*
Ovo je glavni wrapper u kojem se nalaze svi ostali.
Ovdje se može mijenjati background iza cijele stranice.
*/
	width: 100%;
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
	min-height: 100%;
	position: relative;
	background-image: url(../img/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #053B00;
}
#header_wrapper {
	/* 
Ovdje se određuje visina headera i pozadina iz headera. 
*/
	height: 283px;
	width: 100%;
	background-image: url(../img/bg_header_wrapper.gif);
	background-repeat: repeat-x;
	background-position: left top;
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
}
#content_wrapper {
	/*
Ovdje se određuje background iza glavnog sadržaja (#content)
i padding-bottom kako sadržaj (#content) ne bi išao iza footera.
Ako se mijenja visina footera (#footer wrapper), 
treba promijeniti i ovu padding-bottom vrijednost koja bi trebala
biti ista kao i visina footera, tj. #footer wrappera.
*/
	width: 100%;
	min-height: 300px;
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 160px;
	
}
#footer_wrapper {
	/*
Pomoću ovog wrappera određuje se visina footera i pozadina
iza footera. Ako se mijenja visina footera treba promijeniti
i vrijednost paddinga kod #content wrapperu.
*/
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
	height: 159px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-image: url(../img/bg_footer_wrapper.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header {
	/* Ovo je header (wow!) kojem se može mijenjati širina, pozadina,
margine, padding i još puno toga. 
Visina headera se mijenja u #header wrapperu.
*/
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
	height: 100%;
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
#mainNav {
	list-style-type: none;
	padding-top: 8px;
	margin-left: 100px;
}
#mainNav li {
	height: 15px;
	float: left;
	padding-left: 8px;
}
#mainNav a {
	background-position: left top;
	height: 15px;
	display: block;
}
#mainNav a:hover {
	background-position: right top;
}
.nav01 a { width: 154px; }
.nav02 a { width: 75px; }
.nav03 a { width: 80px; }
.nav04 a { width: 77px; }
.nav05 a { width: 162px; }
.nav06 a { width: 96px; }
.nav07 a { width: 116px; }

#content {
	/* 
Ovdje se nalazi glavni sadržaj stranice i kolumne.
*/
	/* background: #002200 url('../neka_slika.gif') repeat-x;*/
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#column_1 {
	float: left;
	width: 520px;
	display: inline;
	margin-left: 125px;
	padding-top: 80px;
}

#column_1 li {
	margin-left:15px;
	list-style-position:outside
}

#column_1 strong {
	color:#666666;
}

#column_2 {
	float: left;
	width: 300px;
	padding-top: 130px;
}
.citeImg {
	padding-top: 10px;
	padding-left: 10px;
}
#footer {
	height: 100%;
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
#bg_footer {
	height: 140px;
	width: 1003px;
	position: absolute;
	left: auto;
	top: 0px;
	right: auto;
	z-index: 0;
}
html>body #bg_footer {
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
}

#footer ul {
	height: 45px;
	list-style-type: none;
	padding-left: 90px;
	padding-top: 109px;
	position: relative;
}
#footer ul li {
	float: left;
	position: relative;
	bottom: 0px;
	vertical-align: bottom;
}
#footer ul li img {
}
#footer li.pov, li.euroart {
	padding-top: 33px;
}
#footer li.mail {
	display: inline;
	margin-right: 240px;
	margin-left: 258px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
#form1 p {
	text-align: right;
	vertical-align: 50%;
	color: #666666;
}
#column_1 a:link, #column_1 a:visited  {

	color: #003300;
}

#column_1 a:hover, #column_1 a:active  {

	color: #000000;
}
#column_1 img {
	border:none;
}

#form1 input {
	background-image:url(../img/form_back2.jpg);
	background-repeat:no-repeat;
	border: 1px solid #006600;
	margin-top: 3px;
	width: 175px;
	font-family: Tahoma, "MS Sans Serif";
	font-size: 11px;
	color: #333333;
	padding: 2px;
}
#form1 textarea {
	background-image:url(../img/form_back2.jpg);
	background-repeat:no-repeat;
	border: 1px solid #006600;
	margin-top: 3px;
	width: 175px;
	height: 100px;
	font-family: Tahoma, "MS Sans Serif";
	font-size: 11px;
	color: #333333;
	padding: 2px;
}

#galerija_wrapper {
	width:226px; 
	height:205px;
}

#galerija_gore {
	width:226px;
	height:170px;
	background:url(../img/galerija_gore.jpg) no-repeat;
	padding-top:9px;
	padding-left:8px;
	padding-bottom:0px;
	margin:0px;
}

#galerija_gumbi {
	top:0px;
	width:226px;
	height:35px;
	background-image:url(../img/galerija_gore_prazno.jpg);
	margin:0px;
	float:right;
	}
	
#galerija_strel_lijevo {
	background:url(../img/galerija_strel_lijevo.jpg) no-repeat;
	background-position:left;
	width:32px;
	height:35px;
	cursor:pointer;
	float:right;
}
#galerija_strel_desno {
	background: url(../img/galerija_strel_desno.jpg) no-repeat;
	background-position:left;
	width:32px;
	height:35px;
	margin-left:5px;
	margin-right:10px;
	cursor:pointer;
	float:right;
	
}

#galerija_strel_lijevo:hover, #galerija_strel_desno:hover {
	background-position:right;
}

.quote {
	float: none;
	width: 200px;
	padding: 13px;
	margin-left:6px;
	border: 1px solid #ababab;
	background-color:#e6f9fe;
	background-image:url(../img/bg_quote.jpg);
	background-repeat:no-repeat;
	background-position:bottom
	color:#333333
}
.quote li {
	margin-left:18px;
	list-style-position:outside;
}
.quote h2 {
	display:block;
	height:24px;
	font-size:24px;
	height:expression('24px');
	line-height:24px;
	margin-top:-15px; 
	margin-top: expression('5px'); 
	margin-bottom:expression('0px');
	margin-bottom:10px;
	font-family:"Arial Narrow", Arial, Impact, Tahoma

}
