/* struktura */

html {
margin : 0; 
padding : 0; 

} 


body {
font-size: 12px;
font-family: Arial;
color : #2f2b2b; 
margin : 0; 
padding : 0; 
background: #fff;
} 


#wraper {
width: 999px;
margin:0;
padding:0;
}


#header {
width : 999px;
height: 300px;
display:block;
} 





#left {
float : left; 
display:inline;
width :742px;
} 

#text {
font-size: 12px;
font-family: Arial;
color : #2f2b2b; 
padding-left: 29px;
text-align:justify;
}



#right {
float : right; 
display:inline;
width : 257px;
height: 419px;
background: url("images/prawa.jpg") top no-repeat;
} 


#footer {
display : block; 
width: 100%;
height: 99px; 
background: url("images/footer.jpg") 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 : #893326; 
text-decoration : none; 
font-weight: bold;
} 
a:active, a:hover {
color : #a35d28; 
text-decoration: none;
} 








