/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	background-color: #007236;
	background-image: url(../graphx/bg.gif);
	background-repeat: repeat-x;
	width: 95%; height: 100%;
	text-align: center;
}
#content{
	margin-left: auto;
	margin-right: auto;
	width: 755px; height: auto;
}

	#logo{
		float: left;
		width: 261px; height: 87px;
		background-image: url(../graphx/logo_bg.gif);
		background-repeat: no-repeat;
	}
	#thumbs{
		float: right;
		height: 87px; width: 494px;
		background-image: url(../graphx/thumbs_bg.gif);
	}
	#thumbs div {
		float: left;
		border-left: 1px solid #ffcb1f;
	}
	#thumbs img {
		width: 97.5px;
		height: 74px;
		margin: 0;
		padding: 0;
	}
	#thumbs img.last {
		width: 98px;
		height: 74px;
	}
	#main{
		text-align:left;
	}
		#meniu{
			float: left;
			height: 315px; width: 277px;
			background-image: url(../graphx/meniu.gif);
			background-repeat: no-repeat;
		}
		#poza{
			float: right;
			height: 315px; width: 478px;
			background-image:url(../graphx/poza_bg.gif);
			background-repeat: no-repeat;
			
		}
		#monoSlideshow {
			margin: 0;
			padding: 0;
			display: block;
			float: left;
			border: 1px solid #ffcb1f;
		}
	
	#text{
		float: left;
		background-image: url(../graphx/text_bg.jpg);
		background-repeat: no-repeat;
		width: 755px; height: 171px;
	}
	#footer{
		margin-left: auto;
		margin-right: auto;
		background-image: url(../graphx/footer_bg.gif);
		background-repeat: repeat-y;
		width: 755px; height: 50px;
	}
/*#gallery { position: relative; width:387px; height:287px; margin:7; padding: 0; }
#gallery_p { position: relative; width:387px; height:250px; margin-top:30; padding: 0; }
#gallery li { display: block; }
#gallery_p li { display: block; }*/