html,body {
   margin:0;
   padding:0;
}

#container {
    -moz-box-shadow: -5px -5px 5px #101010;
    -webkit-box-shadow: -5px -5px 5px #101010;
    box-shadow: -5px -5px 5px #101010;
    width: 970px;
    margin-left: auto;
    margin-right:auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right:60px;
    background-color: #ededed;
}

#header {
    width: 990px;
    height: 235px;
    position: relative;
    background-image: url(header_red.jpg);
}
#header a {
    color: #ededed;
    font-family: verdana;
    font-weight: bold;
    font-variant: small-caps;
    padding-left: 20px;
    text-decoration: none;    
}
#header a:hover {
    color: #000000;
    font-family: verdana;
    text-shadow: 0 0 10px #990000, 0 0 10px #990000;
}
#leftnavindex, #leftnavnews, #leftnavabout, #leftnavoffers, #leftnavcontact {
    float: left;
    width: 160px;
    height: 830px;
    position: relative;
    background-image: url(left_red.jpg);
    background-color: #ededed;
}

#rightnavindex, #rightnavnews, #rightnavabout, #rightnavoffers, #rightnavcontact {
    float: right;
    width: 220px;
    height: 830px;
    position: relative;
    background-color: #ededed;
    background-image: url(right_red.jpg);
}

#body {
    width: 990px;
    height: 100%;
    background-color: #ededed;
    font-family: verdana;
    font-size: 12px;
    padding-top: 5px;
}
#body ul{
    padding-left: 210px;
}
#footer {
    clear: both;
    width: 990px;
    background-color: #ededed;
    font-family: verdana;
    font-size: 12px;
    text-align: center;
}
#header2 {
    width: 835px;
    height: 88px;
    background-image: url(navbar.jpg);
    background-repeat: no-repeat;
    position: relative; left: 47px; top: 0px;
    z-index:100;
}
.horizlinks {
    position: absolute; left: 172px;
    font-size: 26px;
}
.horizlinks li {
    position: relative; top: 20px;
    margin: 15px;
    font-family: verdana;
    list-style-type: none;
    display: inline;
}
.vertlinks {
    position: absolute; left: 62px;
}
.vertlinks li {
    font-family: verdana;
    list-style-type: none;
    display: list-item;
}
label {
    font-family: verdana;
}
/*
#rightnavindex a {
    color: #000000;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;    
}
#rightnavindex a:hover {
    color: #ffffff;
    font-family: verdana;
    text-decoration: none;
}
*/
/*
#leftnavindex a {
    color: #000000;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;    
}
#leftnavindex a:hover {
    color: #ffffff;
    font-family: verdana;
    text-decoration: none;
}
*/