body{
margin: 0px;
background-color: black;
}

#logo{
margin-left: auto;
margin-right: auto;
height: 231px;
background-image:url('images/logo.jpg');
overflow: auto;
}

#page{
width: 1005px;
height: 700px;
text-align:left;
font-size:12px;
font-family: "Trebuchet MS";
border-style:none;
}

#nav {
background-image:url('images/menu.jpg');
list-style:none;
text-align: center;
height: 30px;
padding-top: 6px;
}

#nav ul {
padding: 0px;
margin: 0px;
width: 100%;
}

#nav li {
display: inline;
}

#nav li a {
margin-right: 35px;
margin-left: 35px;
text-decoration: none;
color:#AB906F;
font-size: small;
}

#nav li a:hover{
color: #800517;
}

#content{
height: 100%;
background-image:url('images/back.jpg')
}

#content h2{
padding-top:40px;
padding-left:100px;
margin: 0px;
float: none;
color:#AB906F;
text-align: left;

}

#select{
border-bottom: solid #AB906F 1px;
}

#select:hover{
border-color:#800517;
}

#left{
width: 680px;
height: 90%;
float:left;
overflow:auto;
}

#left p{
text-align: justify;
margin: 40px 100px;
color:#AB906F;
}

#right{
width: 310px;
height: 90%;
float:right;
color:#AB906F;
border-left: solid #AB906F 3px;
overflow:auto;
}

#right a{
color:#AB906F;
font-size: small;
text-decoration: none;
}

#right a:hover{
color: #800517;
}

#right h3{
margin-left:60px;
color:#AB906F;
font-size: small;
text-decoration: none;
}

#right p{
margin-top: 40px;
margin-left: 60px;
}

#imghome{
margin-left:60px;
margin-top:50px;
}

#stih h3{
margin-top: 40px;
margin-left:100px;
color:#AB906F;
font-size: small;
text-decoration: none;
}

#snimka img{
margin-top: 40px;
margin-left:100px;
border: solid 5px black;
}




