body {
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	color: #385c14;	
	background: #d0c6a3;
	font: 12px Tahoma, Georgia, Arial, Verdana, sans-serif;	
	width: 100%;
}
img{
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
}
td{
	vertical-align: middle;
	text-align: left;
}

#site{
	width: 100%;
}

#top{
	width: 100%;
	height: 90px;
	background: url('images/bg_top.png');	
	border-bottom: 4px #1f3a07 solid;
}
#top_content{
	width: 859px;
	height: 90px;
	margin: auto;
	text-align: center;	
}
#top_content_left{
	float: left;
}
#top_content_right{
	float: right;
	padding-top: 67px;
}
#logo{
	width: 100%;
	height: 192px;	
	border-top: 1px #d0c6a3 solid;	
	background: #385c14;
}
#logo_content{
	width: 859px;
	height: 192px;	
	margin: auto;
	text-align: center;	
	background: url('images/bg_logo.png');
}
#menu{
	width: 100%;
	height: 43px;	
	border-top: 2px #fef3d3 solid;	
	text-align: center;
	margin: auto;	
	background: url('images/menu_line.png') repeat-x bottom #63583a;
}
#menu_content{
	width: 857px;
	padding-left: 2px;
	height: 43px;	
	margin: auto;
	text-align: center;
	position: relative;
}
#main{
	width: 100%;
    overflow: auto;
	background: #d0c6a3;
}
#main_content{
	width: 859px;	
	margin: auto;
	border-left: 3px #c9bf9b solid;	
	border-right: 3px #c9bf9b solid;	
	border-bottom: 2px #c9bf9b solid;		
	text-align: center;	
	background: #d6d0b0;
}
#text{
	width: 791px;
	padding: 15px 30px;
	margin: auto;
	text-align: justify;
}
#footer{
	background: #195c19;
	width: 825px;
	height: 38px;
	color: #d5d1ae;
	font-weight: bold;
	margin: auto;
	margin-bottom: 8px;
	text-align: left;
	padding-top: 6px;
	padding-left: 14px;
	padding-right: 14px;
}
h1{
	color: #85877c;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 12px;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: none;
}
a.menu{
	color: #d0c5a5;
	float: left;
	display: block;
	height: 30px;
	font-weight: bold;
	padding-top: 13px;
	padding-left: 28px;
	padding-right: 28px;
}
a.menu:hover{
	background: url('images/menu_line.png') repeat-x #3c2714 bottom;	
	color: #d0c5a5;	
}
a.podMenu{
	color: #d0c5a5;
	display: block;
	height: 30px;
	font-weight: bold;
	padding-top: 13px;
	padding-left: 28px;
	padding-right: 28px;
	background: #63583a;
	width: 100px;	
	
}
a.podMenu:hover{
	background: #3c2714;
	color: #d0c5a5;	
}
a.podpodMenu{
	color: #d0c5a5;
	display: block;
	height: 30px;
	font-weight: bold;
	padding-top: 13px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100px;	
	background: url('images/menu_line.png') repeat-y #63583a;	
}
a.podpodMenu:hover{
	background: url('images/menu_line.png') repeat-y #3c2714;	
	color: #d0c5a5;
}

a.footer{
	color: #d5d1ae;
	font-weight: normal;
}
a.footer:hover{
	color: #d5d1ae;
	text-decoration: underline;
}

.podMenuBox {
position: absolute;  
margin-top: 0px;
padding: 0px;
display: block;   
}
  
.podPodMenuBox {
position: absolute;  
padding: 0px;
display: block;   
}

.galeria{	
	width: 680px;
	margin: auto;
	margin-top: 50px;
	overflow: auto;
}
 