/* 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;}

/* Osnova sajta */
html { height: 100%; }
body { min-height: 100%; height: 100%; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 16px;
}

#head {
	height: 100px;
	background: #241a0c url(images/site/header_background.jpg) no-repeat center top;
}

#mast {
	height: 250px;
	background-color: #e1d7bb;
}
#masthead {
	margin: 0 auto;
	width: 900px;
	height: 250px;
	position: relative;
	background-image: url(images/site/mast_background.jpg);
}

#content {
	background: #232e00 url(images/site/body_background.jpg) repeat-y top center;
	min-height: 173px;
	height: 100%;
}
#main-content {
	margin: 0 auto;
	width: 900px;
	background: url(images/site/senka.png) no-repeat top center;
	padding: 15px 0 10px 0;
}
#left-main-content {
	float: left;
	margin-left: 15px;
	width: 300px;
}
#right-main-content {
	float: left;
	margin-left: 20px;
	width: 565px
}
#right-main-content img {
	padding: 3px;
	margin: 4px;
	background-color: #759100;
}
#right-main-content img:hover {
	background-color: #c4af78;
}

.clearer {
	clear: both;
}

/* Dodatni delovi */
#kapija {
	position: absolute;
	display: block;
	background-image: url(images/site/vrata.png);
	height: 350px;
	width: 900px;
	top: -100px;
}

/* Tekst deo */
#main-content p {
	color: #be9837;
}