html {
overflow-y: scroll; 
}

#lang {
float: right;
padding: 50px 60px 0px 0px;
color: #cccccc;
}

#lang a { color: #cccccc; text-decoration: none; }

#lang a:hover { text-decoration: underline; }
 
body {

background-color: #eeeeee;

font-family: "Trebuchet MS";
color: black;
font-size: 12px;
}

.box {
width: 128px;
height: 230px;
overflow: hidden;
text-align: center;
margin: 0px 12px 0px 0px;
float: left;
}

a img {
border: 0px;
padding: 0px 10px 10px 0px;
}

#menu {
color: #666666;
padding-bottom: 10px;
}

#menu a {
color: #666666;
text-decoration: none;
}

#menu a:hover {
color: #666666;
text-decoration: underline;
}

#menu #hi {

color: #614c3c;
font-weight: bold;

}

#menu #hi:hover {

color: #614c3c;
font-weight: bold;
text-decoration: underline;

}

h1 {
color: #cccccc;
font-weight: normal;
font-size: 18px;
padding-top: 30px;
margin-bottom: 0px;
}

h1 b {
color: #614c3c;
font-size: 36px;
font-weight: normal;
padding-left: 55px;
padding-right: 10px;
}

div {
text-align: left;
}

#reset {
clear: both;
}

.wrapper {
width: 954px;
}

#footer {
padding-left: 55px;
padding-top: 10px;
color: #999999;
font-size: 10px;
}

#main { 
float: left;
width: 570px;
}

#main h2 {
color: #614c3c;
font-size: 18px;
font-weight: normal;
margin-top: 20px;
}

#main h2 span {
font-size: 14px;
padding-left: 50px;
color: black;
}

#main h3 {
color: #614c3c;
font-size: 16px;
font-weight: normal;
margin-top: 20px;
}

#main h4 {
color: #614c3c;
font-size: 14px;
font-weight: normal;
margin-top: 20px;
}

#main a, #lista a {
color: #666666;
 }

#lista {
float: right;
width: 230px;
}

#lista h5 {
color: #614c3c;
font-size: 18px;
font-weight: normal;
margin-top: 20px;

}

#lista h6 {
color: #614c3c;
font-size: 13px;
font-weight: normal;
margin-top: 10px;

}


#odsad {
padding: 0px 10px 0px 10px;
}

#white {
background-color: white;
padding: 10px 45px 10px 45px;
}

#up {
background-image: url('./img/up.png');
background-repeat: no-repeat;
background-position: top left;
height: 10px;
}

#right {
background-image: url('./img/right.png');
background-repeat: repeat-y;
background-position: top right;
}

#left {
background-image: url('./img/left.png');
background-repeat: repeat-y;
background-position: top left;
}

#down {
background-image: url('./img/down.png');
background-repeat: no-repeat;
background-position: top left;
height: 10px;
}