body  {
    background-image: url("images/background.gif");
    background-color: #c1c1c1;
    background-repeat: repeat;
    color:#333;
    font:12px Arial, Helvetica, sans-serif;
    line-height:1.5em;
    margin:0px;
    padding:0px;
}

#container {
    background-image: url("images/container.jpg");
    background-repeat: repeat;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#top {
    background-image: url("images/top.png");
    width: 940px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}

#banner {
    background-image: url("images/banner.png");
    width: 940px;
    height: 132px;
    margin-left: auto;
    margin-right: auto;
}

#menu {
    background-image: url("images/top.png");
    width: 940px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}

#welcome {
    width: 940px;
    height: 160px;
    margin-left: 10px;
    color: white;
    background-image: url("images/welcome.jpg");
    border-color: white;
    border-width: thick;
}

#welcome b {
    color: white;
    padding-left: 20px;
    padding-top: 5px;
}

#welcome p {
    color: white;
    padding-top: 10px;
    padding-left: 20px;
}

#header {
    width: 940px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/header.jpg");
    color: white;
    font-size: 20px;
    padding-top: 2px;
    padding-left: 5px;
}

h1 {
    color:#fff;
    font-size:12px;
    font-weight:700;
    line-height:30px;
    clear:both;
    margin:0;
    padding:0 0 0 20px;
    background-image: url("images/header.jpg");
    height: 30px;
}

#headerbottom {
    height: 5px;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/headerbottom.png");
}


#footer {
    height: 30px;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/footer.jpg");
    background-repeat: repeat;
}

#right{
    padding-top: 7px;
    float: right;
    color: white;
    padding-right: 5px;
}

#newsboxwrapper {
    background-image: url("images/newsbox.png");
    background-repeat: no-repeat;
    width: 250px;
    height: 137px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#newstop {
    color: white;
    text-align: center;
}

#news {
    color: black;
    padding-top: 6px;
    padding-left: 2px;
}