html, body {
margin: 0;
padding: 0;
text-align: center;
}
h1 {
font-family: Verdana, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
color: #F6DECE;
margin: 20px;
margin-bottom: 0px;
}
img {
border: none;
margin-left: 15px;
}
#lewy {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #F6DECE;
text-align: center;
font-weight: bold;
}
#prawy {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #F6DECE;
margin: 5px;
text-indent: 20px;
text-align: justify;
}
#prawy2 {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #F6DECE;
margin: 5px;
text-indent: 20px;
text-align: justify;
}
#prawy3 {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #F6DECE;
margin: 5px;
text-indent: 20px;
text-align: justify;
}
#prawy4 {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #F6DECE;
margin: 5px;
text-indent: 20px;
text-align: justify;
}
#copy {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #A68976;
font-weight: bold;
text-align: right;
margin: 2px;
}
a:link, a:visited {
text-decoration: underline;
color: #B7937D;
background-color: transparent;
}
a:hover, a:active {
text-decoration: none;
color: #B7937D;
background-color: transparent;
}
#all {
width: 700px;
margin-left: auto;
margin-right: auto;
text-align: left;
border-top: 1px solid #A68976;
border-left: 1px solid #A68976;
border-right: 1px solid #A68976;
}

.sidebar {
width: 700px;
height: 5px;
background-color: #CCA68F;
}

#header {
width: 700px;
height: 150px;
background-color: #D3B8A8;
border-bottom: 1px solid #A68976;
}
#header .logo {
width: 700px;
height: 150px;
background-color: #F6DECE;
background-image: url('../images/logo.jpg');
background-repeat: no-repeat;
background-position: center center;
}

#contener {
width: 700px;
height: 400px;
background-color: #F6DECE;
}
#contener .content {
width: 700px;
height: 400px;
background-color: #D3B8A8;
float: left;
}
#contener .content .cont {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 566px;
height: 380px;
background-color: #C88760;
border: 1px solid #57341F;
}
#contener .content .cont .contl{
margin-top: 0px;
width: 265px;
height: 380px;
border-right: 1px solid #79492C;
float: left;
}
#contener .content .cont .contr{
margin-top: 0px;
width: 300px;
float: right;
}

#footer {
border-top: 1px solid #A68976;
border-bottom: 1px solid #A68976;
height: 20px;
background-color: #F6DECE;
}
