BODY {
    background-image: url(../../media/images/background.gif);
    background-repeat: repeat-y;
    background-color: #000000;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-family:arial;
    font-size:11px;
    line-height:1.5;
}

BR {
    line-height:1.1;
}

#shell {
    width: 100%;
    height: 100%;
}

#main {
    width: 750px;
    height: 100%;
}

#left {
    float: left; 
    width: 150px;
}

#right {
    float: left; 
    width: 600px; 
    height: 100%; 
    background-color:#000000;
}

#flash {

}

#bottom {
    background-image: url(../../media/images/home_bar_background.jpg);
    background-repeat: no-repeat;
}

#bottom #content{
    padding:20px;
}

#bottom #content TD {
    font-family:arial;
    font-size:10px;
    color: #ffffff;
    line-height: 1.4;
}

.newsteasertext a {
    color: #FFCC01;
    text-decoration: none;
}

.newsteasertext a:visited {
    color: #FFCC01;
    text-decoration: none;
}

.newsteasertext a:active {
    color: #FFCC01;
    text-decoration: none;
}

.newsteasertext a:hover {
    color: #FFCC01;
    text-decoration: underline;
}

.newsteasertext {
    width: 98px;
}

#footer {
    padding-right: 10px;
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 20px;
    font-family: arial;
    font-size: 10px;
    color: #666666;
}

#footer a {
    color: #666666;
    text-decoration: none;
    margin-right: 9px;
}

#footer a:active {
    color: #666666;
    text-decoration: none;
    margin-right: 9px;
}

#footer a:visited {
    color: #666666;
    text-decoration: none;
    margin-right: 9px;
}

#footer a:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
    margin-right: 9px;
}