#startvisual {
    display:block;
    width:970px;
    height:517px;
    position:absolute;
    top:20px;
    z-index:50;
}

#visual {
    display:block;
    width:970px;
    height:517px;
    position:absolute;
    z-index:50;
}

#pagepaddingcontainer {
    background: url(../images/innerback.png) no-repeat left 16px;
    height:700px;
}

#widecolumn {
}

#startvisual .slides {
    position:absolute;
    top:0;
}

#contentblock {
    background: url(../images/lines.gif) repeat-y left top;
    width:970px;
    top:517px;
    padding-bottom:6em;
    position:relative;
}

.singlecolumn {
    background: url(../images/line.gif) repeat-y left top;
}

#leftblock {
    float:left;
    width:210px;
}

#rightblock {
    float:right;
    width:760px;
}

#normalcolumn {
    float:left;
    width:550px;
}

#rightcolumn {
    float:right;
    width:210px;
}

.padding {
    padding:0px 15px;
}

#contentblock ul {
}

#contentblock ul li {
    padding-left:1em;
    background: url(../images/bullet.gif) no-repeat left 6px;
}

.news-latest-container {
    padding-top:0.5em;
    border-top:1px dashed #66C;
}

.news-latest-item {
    margin-bottom:0.5em;
    padding-bottom:0.5em;
    border-bottom:1px dashed #66C;
}


