* { padding: 0; margin: 0; }

body {
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	padding: 15px;
	color: #713510;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #713510;
}

a:hover {
	text-decoration: none;
	color: #713510;
}

h1 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px 0px 15px;
	width: 870px;
	background: transparent url('images/content.png') repeat-y center top;
}

#top {
	width: 900px;
	height: 15px;
	margin: 0px -15px;
	background: transparent url('images/top.png') no-repeat center top;
}

#header {
	float: left;
	width: 870px;
	height: 70px;
	text-align: center;
	font-size: 11px;
}

#navigation {
	float: left;
	width: 870px;
	text-align: center;
}

#content {
	background: transparent url('images/vr.png') repeat-y 420px 0px;
}

#wholecolumn { 
	float: left;
	width: 870px;
}

#leftcolumn { 
	float: left;
	width: 423px;
	padding: 0px 24px 0px 0px;
}

#rightcolumn { 
	float: left;
	width: 423px;
	text-align: center;
}

#footer {
	clear: both;
	width: 870px;
	text-align: center;
}

#bottom {
	width: 900px;
	height: 15px;
	margin: 0px -15px;
	background: transparent url('images/bottom.png') no-repeat center bottom;
}

/* KITI */

.foto {
	float: left;
	overflow: hidden;
	display: block;
	width: 124px;
	height: 94px;
	margin: 10px 10px 0px 0px;
}

.foto img {
  display: block;
  margin: 0px auto;
	border: 2px solid #713510;
}

a.video:link, a.video:active, a.video:visited {
	padding: 0px 10px;
	text-decoration: none;
	background: transparent url('images/video.png') no-repeat center center;
}

a.video:hover {
	padding: 0px 10px;
	text-decoration: none;
	background: transparent url('images/video.png') no-repeat center center;
}

#pages a:link, #pages a:active, #pages a:visited {
	text-decoration: none;
	border: 1px solid #713510;
	padding: 2px 6px 2px 6px;
	margin: 5px 5px 0px 0px;
	float: left;
}

#pages a:hover {
	text-decoration: none;
}

#pages a.active:link, #pages a.active:active, #pages a.active:visited {
	text-decoration: none;
	border: 0px solid #713510;
	padding: 2px 6px 2px 6px;
	margin: 5px 5px 0px 0px;
	float: left;
}

#pages a.active:hover {
	text-decoration: none;
}

.sm {
	display: inline;
	padding: 0px 8px;
}

.hr {
	width: 100%;
	height: 23px;
	background: transparent url('images/hr.png') no-repeat center center;
}

.hr2 {
	width: 100%;
	height: 23px;
	background: transparent url('images/hr2.png') repeat-x left center;
}


.juostal {
	float: left;
	width: auto;
	height: auto;
	margin: 0px 15px 15px 0px;
}

.juostar {
	float: right;
	width: auto;
	height: auto;
	margin: 0px 0px 15px 15px;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;	
}

.space {
	display: block;
	height: 10px;
	overflow: hidden;	
}

#slideshow {
	width: 419px;
	height: 262px;
	overflow: hidden;
	position: relative;
	margin: 0px 0px 5px 0px;
	border: 2px solid #713510;
}

#slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	opacity: 0.0;
}

#slideshow .active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow .last-active {
	z-index: 9;
}

#library {
	position: relative;
}

#library .loading {
	z-index: 2;
	display: none;
	position: absolute;
	width: 423px;
	height: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	padding: 10px 0px;
	background: transparent url('images/content.png') repeat-y center top;
}

#library .content {
	z-index: 1;
}

#library input {
	font-size: 12px;
	border: 1px solid #d7b27d;
	padding: 3px;
	width: 100px;
	color: #713510;
	background: transparent url('images/content.png') no-repeat 50px 50px;
}

#library .content .row {
	padding: 3px 0px;
	border-bottom: 1px solid #d7b27d;
}

#library .content .row .column1 {
	float: left;
	width: 73px;
	text-align: center;
}

#library .content .row .column2 {
	float: left;
	width: 200px;
	text-align: left;
	font-weight: bold;
}

#library .content .row .column3 {
	float: left;
	width: 150px;
	text-align: center;
}

#poll {
	text-align: left;
}

#poll input, #poll textarea {
	font-size: 12px;
	border: 1px solid #d7b27d;
	padding: 3px;
	color: #713510;
	background: transparent url('images/content.png') no-repeat 200px 200px;
}

#poll textarea {
	width: 350px;
}