body {
    background-color: #aaa8a9;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#topcontainer {
    width: 100%;
    height: 100%;
    position: relative;
}
#site {
    position: absolute;
    width: 780px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -390px;
}
#header {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 3px;
}
#menucontainer {
    background-color: #832816;
    height: 38px;
    width: 768px;
    margin-left: 6px;
}
#content {
}
#navigation {
    height: 38px;
    background-color: white;
    width: 768px;
    margin-left: 6px;
    text-align: left;
}
#navigation * {
    color: #333333;
    font-size: 10px;
    margin-left: 20px;
    margin-top: 17px;
}
.destaque,#textcontent {
    float: left;
    height: 310px;
    background-color: #333;
}
#textcontent {
    width: 355px;
}
.destaque {
    width: 255px;
    overflow: hidden;
    text-align: center;
}
.textborder {
    float: left;
    width: 2px;
    height: 310px;
    background-color: white;
}
.textscroller {
    overflow: auto;
    width: 326px;
    height: 270px;
    margin: 20px;
    margin-right: 10px;
    color: white;
    font-size: 11px;
    text-align: left;
}
.scrollcontent {
    margin-right: 10px;
}
#imgcontent {
    float: left;
    width: 414px;
    height: 310px;
    background-color: #333;
    overflow: hidden;
}
.cleared {
    clear: both;
}
.destaqueoverlay {
    background-color: black;
    position: relative;
    top: -310px;
    height: 310px;
    vertical-align: middle;
    opacity: 0.50;
    -moz-opacity: 0.50; /* older Gecko-based browsers */
    filter:alpha(opacity=50); /* For IE6&7 */
}
.destaqueoverlay_hover {
    cursor: pointer;
    background-color: black;
    position: relative;
    top: -310px;
    height: 310px;
    vertical-align: middle;
    opacity: 0;
    -moz-opacity: 0; /* older Gecko-based browsers */
    filter:alpha(opacity=0); /* For IE6&7 */
}
.destaquetxt {
    color: white;
    font-weight: bold;
    position: relative;
    top: -342px;
}
.destaquetxt a {
    color: white;
}
#itemlist {
    position: relative;
    top: -310px;
    width: 100%;
    height: 100%;
}
.itemrow {
    height: 50%;
    margin-bottom: 1px;
}
.itemcontainer {
    float: left;
    width: 205px;
    height: 98%;
    overflow: hidden;
    text-align: center;
}
.item,.item_hover,.item_dummy {
    width: 205px;
    height: 100%;
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
.item {
    opacity: 0.50;
    -moz-opacity: 0.50; /* older Gecko-based browsers */
    filter:alpha(opacity=50); /* For IE6&7 */
    cursor: pointer;
}
.item_hover {
    opacity: 0;
    -moz-opacity: 0; /* older Gecko-based browsers */
    filter:alpha(opacity=0); /* For IE6&7 */
    cursor: pointer;
}
.item_dummy {
    opacity: 0.50;
    -moz-opacity: 0.50; /* older Gecko-based browsers */
    filter:alpha(opacity=50); /* For IE6&7 */
}
.itemtxt {
    position: relative;
    top: -88px;
}
.itemtxt a {
    color: white;
    font-size: 14px;
    font-weight: bold;
}
#footer {
    width:740px;
    font-size: 9px;
    margin-left: 20px;
    position: relative;
    top: -48px;
}
#copyright {
    float: left;
}
#zalox {
    float: right;
    text-align: right;
}