*{
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0px auto;
	background: #000000 url('images/bottom.jpg') top center repeat-y;
	text-align: center;
	font-size: 16px;
	font-family: georgia;
	color: #cccccc;
}

img{
	border: 0;
}

a:hover{
	color: #cccccc;
	text-decoration: none;
}

a{
	color: #999999;
	text-decoration: none;
}

a img{
	filter:alpha(opacity=90); -moz-opacity: 0.9; 
	opacity: 0.9; -khtml-opacity: 0.9;
}

a img:hover{
	filter:alpha(opacity=100); -moz-opacity: 1.0;   
	opacity: 1.0; -khtml-opacity: 1.0;
	text-decoration: none;
}

.tabela{
	background: #000000;
	border: 1px solid #666666;
}

#header{
	width: 850px;
	height: 115px;
	background: #000000 url('images/header.jpg') no-repeat;
	margin: 0px auto;
}

#container{
	width: 850px;
	height: auto;
	background: #000000;
	margin: 0px auto;
}


#menu{
	float: left;
	width: 110px;
	text-align: right;
	background-color: #000000;
}

#menu ul{
	display: block;
	width: 105px;
	margin: 10px 0 0 0;
}

#menu li{
	list-style-type: none;
	display: block;
	width: 105px;
	height: 35px;
}

#main{
	width: 640px;
	height: auto;
	background: #000000;
	float: left;
}

.txt{
	height: auto;
	margin: 15px 0;
	text-align: left;
	font-size: 16px;
	text-decoration: none;
}


.txt h2{
	color: #cccccc;
	font-size: 16px;
	font-weight: normal;
	margin: 16px 0 10px 10px;
}

.txt ul{
	margin: 15px 0 20px 30px;
}

.txt p{
	margin: 15px 0 20px 30px;
}

.galeria{
	height: auto;
	margin: 10px 0;
}

.galeria img{
	float: left;
	text-align: left;
	margin: 0 10px 10px 10px;
}

.galeria2{
	height: auto;
	margin: 10px 0;
}

.galeria2 img{
	float: left;
	text-align: left;
	margin: 0 10px 20px 10px;
}

#slideshow {
	position: relative;
	width: 640px;
	height: 480px;
	overflow: hidden;
	border: 0px;
	background-color: #ffffff;
	margin: 0px auto;
}

#footer{
	width: 850px;
	height: 150px;
	background: #000000 url('images/footer.jpg') no-repeat;
	margin: 0px auto;
}

#down{
	width: 850px;
	height: auto;
	background: #000000 url('images/bottom.jpg') repeat-y;
	margin: 0px auto;
}

.clear {
   clear: both;
} 
