* {
    font-family:arial;
    padding:0px;
    margin:0px;
}
A {
    color:#EFA528;
}
A.active{
    color:#FFEE00;
}
BODY {
    background-color:#283136;
}
#main {
    text-align:left;
    background-color:#072235;
    width:856px;
    background-image:url(../img/main_bg.jpg);
    background-repeat:repeat-y;
}
#location {
    margin-left:10px;
    background-color:#041A27;
    width:840px;
    border-bottom-style:solid;
    border-bottom-color:#EFA528;
    border-bottom-width:1px;
    border-top-style:solid;
    border-top-color:#EFA528;
    border-top-width:2px;
    margin-bottom:5px
}
#location_header {
    float:right;
    margin-top:1px;
}
#favorites{
    text-align:center;
    width:150px;
    margin-bottom:2px;
}
#favorites A {
    color:#EFA528;
    text-decoration:none;
    font-weight:bold;
    font-size:10px
}
#menu {
    background-color:#041A27;
    width:150px;
    height:100%;
    margin-left:10px;
    padding-bottom:10px;
    float:left;
    margin-right:30px
}
#header {
    background-image:url(../img/header_bg.jpg);
    background-repeat:repeat-x;
    width:840px;
    height:70px;
    margin-left:10px;
    border-bottom-style:solid;
    border-bottom-color:white;
    border-bottom-width:1px;
}
#header_logo {
    background-image:url(../img/header_logo.jpg);
    background-repeat:no-repeat;
    width:350px;
    height:70px;
}
#menu H2 {
    padding:5px;
    font-size:14px;
    font-weight:bold;
    background-image:url(../img/menu_bg_title.jpg);
    background-repeat: repeat-x;
    text-align:center;
}
#menu UL {
    list-style-position:inside;
    list-style-type:none;
    margin:0px;
    background-image:url(../img/menu_bg_box.jpg);
    background-repeat:repeat-y;
    text-align:center;
    padding-bottom:5px;
    margin-bottom:10px;
}
#menu LI {
    margin:5px;
    margin-left:0px;
}
#menu LI A {
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
#menu LI A:hover {
    color:white;
}
#content H1 {
    color:#EFA528;
    font-size:18px;
    margin:20px
}
#content {

}
TABLE.webcam_menu TD {
    height:130px;
    width:130px;
}
TABLE.webcam_menu A {
    text-decoration:none;
    color:yellow;
}

