/* YUI CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body {
	background: #4c6000 url('images/site/background_tile.jpg') repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#kontejner {
	background: #4c6000 url('images/site/background.jpg') no-repeat;
	width: 1024px;
	margin: 0 auto;
}

#content {
	width: 812px;
	margin: 0 106px;
	background: url(images/site/drop_shadow.png) repeat-y;
}
#header {
	width: 800px;
	height: 150px;
	margin: 0 6px;
}
#content p {
	color: #FFF;
	font-size: 14px;
	margin: 10px 20px;
}

.gallery_holder {
	width: 100%;
	text-align: left;
	margin-left: 20px;
}

.gallery_holder h2 {
	font-size: 18px;
	color: #fff;
	margin: 10px 0 5px 10px;
}

.gallery_holder img {
	background-color: #89a325;
	padding: 4px;
	border: #030 1px solid;
}

#footer {
	height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: right;
}
.smallFooterText {
	font-size: 10px !important;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
}