html {
background-image: url('images/bg.png');
background-repeat: repeat;
background-color: #a85e00;
padding: 0px 0px 0px 0px;
margin: 0px;
}

body {
background: url("images/bg2.png") repeat-y;
padding: 20px 0px 0px 0px;
margin: 0px auto 0px auto;
background-position: top center;
text-align: center;
width: 550px;
height: 100%;
}

a img {
border: none;
}

a:link {text-decoration: none; color: #964B00;}
a:visited {text-decoration: none; color: #964B00;}
a:active {text-decoration: none; color: #964B00;}
a:hover {text-decoration: underline; color: #964B00;}

h1 {
color: #964B00;
font-family: Helvetica, Arial, Verdana;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 550px;
text-align: center;
}

p {
color: #964B00;
font-family: Helvetica, Arial, Verdana;
padding: 0px 0px 0px 30px;
text-align: left;
}

li {
color: #964B00;
font-family: Helvetica, Arial, Verdana;
padding: 2px 0px 2px 30px;
background: url(images/point.gif) left top no-repeat;
list-style-type: none;
text-align: left;

}

#all {
width: 550px;
margin: 0px auto 0px auto;
background: url("images/bg2.png") repeat-y;
}

#header {
background: url("images/dubnika.gif") no-repeat;
width: 550px;
height: 146px;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

#nav {
width: 550px;
margin: 25px auto 25px auto;
padding: 0px 0px 0px 0px;
}

#details {
width: 300px;
margin: 0px 0px 10px 15px;
float: left;
}

#details img {
float: left;
}

#text {
color: #964B00;
font-family: Helvetica, Arial, Verdana;
float: left;
padding: 11px 0px 0px 13px;
}

#footer {
color: #964B00;
font-size: 10pt;
font-family: Helvetica, Arial, Verdana;
padding: 20px 0px 20px 0px;
text-align: center;
}