/* struktura */

html {
margin : 0; 
padding : 0; 

} 


body {
font-size: x-small;
font-family: Tahoma;
color : #fff; 
margin : 0; 
padding : 0; 
background: url(images/tlo.png) top repeat-x;
} 


#wraper {
width: 872px;
margin:0;
padding:0;
background: url(images/tlo.png) top repeat-x;
}


#header {
width : 872px;
height: 64px;
display:block;
padding-bottom: 15px;
} 



#top {
width : 872px;
height: 80px;
display:block;
background: url(images/logo.png) left no-repeat;
} 
 


#top2 {
width : 872px;
height: 65px;
display:block;

} 



#left {
float : left; 
display:inline;
width :445px;
height:569px;
} 

#text {
font-size: x-small;
font-family: Tahoma;
color : #fff 
padding-right: 80px;
padding-left: 20px;
text-align:justify;
}



#right {
float : right; 
display:inline;
width : 427px;
height: 569px;
background: url("images/tlotext.png") top no-repeat;
} 


#footer {
display : block; 
width: 872px;
height: 105px; 
background: url("images/footer.png") no-repeat;
clear:both;

} 





h1, h2, h3, h4, h5, h6 {
color : #893326; 
font-family : Arial; 
font-weight : bold; 
font-size: 17pt;
text-align:left;
text-indent: 73px;
background: url("images/h1.jpg") no-repeat left;
} 



a:link, a:visited {
color : #dcb895; 
text-decoration : none; 
font-weight: bold;
} 
a:active, a:hover {
color : #7d5a06; 
text-decoration: none;
} 








