@import url('copy_of_styles.css');

#content-wrapper {
    background-image: url("common-images/content-background-with-menu-and-wider-sidebar.gif");
}
#center-column {
    width: 510px;
}
#right-column {
    width: 224px;
}
h1 {
    padding-bottom: 8px;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 20px;
}

img.right {
    padding-left: 15px;
    padding-bottom: 10px;
}
img.left {
    padding-right: 15px;
    padding-bottom: 10px;
}
ul.news-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.news-list li {
    overflow: auto;
    outline-style: none;
    margin-bottom: 15px;
    font-size: 12px;
}

ul.news-list li h4.headline {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 7px;
    font-weight: normal;
}
* html ul.news-list li {
    zoom: 1;
}
ul.news-list img.left {
    padding-right: 10px;
}
a.previous {
    background: transparent url(common-images/design-files/whatever.png) no-repeat scroll left center;
    padding-left: 20px;
    font-weight:normal;
    font-family: OpenSansSemibold;
}
a.next {
    background: transparent url(common-images/design-files/donotcare.png) no-repeat scroll right center;
    padding-right: 20px;
    font-weight:normal;
    font-family: OpenSansSemibold;
}
