/* struktura */

html {
margin : 0; 
padding : 0; 

} 


body {
font-size: 11px;
font-family: Tahoma;
color : #fff; 
margin : 0; 
padding : 0; 
background: #fff;
} 


#wraper {
width: 1200px;
margin:0;
padding:0;
background: #787878;
}


#header {
width: 1200px;
height: 68px;
display:block;
background: #fff;

} 




#container{
width: 1200px;
background: #787878;
}


#left {
float : left; 
display:inline;
width :741px;
background: #787878 url("images/tlolewe.jpg") top no-repeat;
min-height: 611px;


} 


#text {
padding-top: 100px;
padding-left: 20px;
font-size: 13px;
font-family: Tahoma;
color : #fff; 
text-align:justify;
}



#right {
float : right; 
display:inline;
width :459px;
min-height: 611px;
background: #787878;
} 


#footer {
display : block; 
width: 1200px;
height: 99px; 
background:#fff;
clear:both;

} 





h1, h2, h3, h4, h5, h6 {
color : #fff; 
font-family : Tahoma; 
font-weight : bold; 
font-size: 15px;
text-align:left;
text-indent: 73px;
} 



a:link, a:visited {
color : #000; 
text-decoration : none; 
font-weight: bold;
} 
a:active, a:hover {
color : #000; 
text-decoration: underline;
} 



.boxholder {

}

#box, #box2, #box3, #box4, #box5 {
}

.boxholder p.text {
margin: 0;

}







