body {
margin: 0;
background: url(images/bg.jpg) repeat-x #ceb88f;
font-family: Verdana;
}

#wrapper {
width: 960px;
margin: 0 auto;
overflow: hidden;
text-align: left;
}

#header {
width: 960px;
height: 142px;
}

#logo {
float: left;
width: 408px;
height: 142px;
background: url(images/logo.gif) no-repeat;
border: 0;
}

#logo2 {
width: 408px;
height: 142px;
background: url(images/logo.gif) no-repeat;
border: 0;
}

#menu {
width: 960px;
height: 51px;
background: url(images/menu.gif) no-repeat;
}

#menu li {
float: left;
font-size: 14px;
font-weight: bold;
padding-bottom: 17px;
padding-top: 17px;
padding-left: 15px;
padding-right: 15px;
list-style: none;
border-right: 1px solid #77531a;
border-left: 1px solid #916c33;
}

#menu a {
color: #e3dacb;
text-decoration: none;
}

#menu a:hover {
color: #fff;
text-decoration: underline;
}

#content {
width: 960px;
background: #dbccb0 url(images/top.jpg) no-repeat;
margin-top: 20px;
overflow: hidden;
}

#content h1 {
font-size: 18px;
line-height: 22px;
margin-top: 0;
}

#content a {
color: #770000;
font-weight: bold;
}

#content a:hover {
color: #990000;
text-decoration: none;
}

#content a:visited {
color: #ff0000;
}

#footer {
width: 960px;
height: 15px;
background: url(images/bottom.gif) top no-repeat;
}

#galerija {
width: 800px;
border: 0px;
height: 360px;
text-align: left;
padding-bottom: 20px;
}

#galerija .tr {
width: 780px;
padding-right: 20px;
display: block;
height: 100px;
padding-top: 20px;
}

.td {
width: 175px;
height: 100px;
background: #444;
margin-left: 20px;
float: left;
}

a.tooltip img{
border: 0px;
}

a.tooltip span {
display:none;
padding:2px 3px;
width:130px;
font-size: 12px;
}

a.tooltip:hover span{
display:inline;
position:absolute;
background:#ffffff;
border:1px solid #555;
color:#6c6c6c;
}