body{
    margin:0;
    padding:0;
    background-color: #eeae4d;
    font-family:arial,Georgia,Serif;
    background: url(images/bgbg.jpg) repeat-x;
}

#wrapper{
    background: url(images/bg.jpg) no-repeat top center;
    height: 1129px;
    margin:auto;
}

#content{
    width: 830px;
    margin: auto;
}

.info{
    text-align: center;
    padding-top: 430px;
}

.info h2{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 17px;
}

.info a{
    color: #000000;
    text-decoration: none;
}

.info a:hover{
    color: #eeae4d;
}

.lightbox{
    text-align: center;
    margin: -10px 0 0 10px;
}

.bold{
    font-weight: bold;
}

.small{
    font-size: 12px;
}

/*Patch*/
dl.article-info{
    margin:0px !important;
}