/************************
    Header Image
************************/
#header {
    position: relative;
    width: 952px;
    background: none;
    text-align: center;
    padding: 5px 0px;
    color: #DDDDDD;
    font-family: Times, serif;
    font-size:40px;
}
#header img.mast {
    width: 700px;
    height: 100px;
    margin: 0px;
}
/************************
    Body
************************/
body {
    background-color: #101010;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    text-align: left;
    font-size: 14px;
    color: #919385;
}
a:link {
    color: #0066DD;
}
a:visited {
    color: #660066;
}
a:active {
    color: #660066;
}
a:hover {
    color: #008844;
}
img {
    border: none;
}
/***********************/

/************************
    Content Area
************************/
/*  the _height: is an IE hack. All other browsers treat min-height: as a minimum height for an element, IE treats height: as a minimum height, and does not support min-height.  */
#content_area {
    position: relative;
    margin: 10px auto;
    width: 975px;
    height: 100%;
    min-height: 750px;
    _height: 750px;
}

#res_select {
    color: #FFE9DD;
    font-size: 12px;
    text-align: right;
    width: 100%;
    margin: auto;
}
#res_select a {
    color: #FFE9DD;
}
/***********************/

/************************
    Video Selection Menu
************************/
#video_menu {
    background-color: #919385;
    margin: 0px auto;
    margin-top: 40px;
    width: 904px;
    padding: 8px 0px;
}
#video_menu table {
    border-collapse: collapse;
    margin: auto;
    border-left: 1px solid #504F46;
}
#video_menu .items td {
    color: #101010;
    width: 108px;
    border-right: 1px solid #504F46;
    padding: 0px 4px 4px 4px;
}
#video_menu .items img {
    width: 100px;
}
/***********************/

/************************
    Top Navigation Bar
************************/
#bar {
    position: relative;
    width: 100%;
    margin: 0px 0px 10px 0px;
    background-color: #99CCCC;
    font-size: 14px;
    font-weight: bold;
}
#bar b.rtop b {
    background: #99CCCC;
}
#bar b.rbottom b {
    background: #99CCCC;
}
#bar div.line {
    background-color: #99CCCC;
    height: 1px;
    overflow: hidden;
    margin: 0px 8px;
    clear: both;
}
#bar div.nav_item {
    height: 16px;
    float: left;
    width: 193px;
    text-align: center;
    border-width: 0px 1px 0px 1px;
    border-color: #504F46;
    border-style: solid;
}
#bar a:link {
    color: #101010;
    text-decoration: none;
}
#bar a:visited {
    color: #101010;
    text-decoration: none;
}
#bar a:hover {
    color: #062A03;
}
/***********************/

/************************
    Copyright
************************/
#copyright {
    position: relative;
    width: 100%;
    margin: 16px 0px 0px 0px;
    background-color: #99CCCC;
    text-align: center;
    color: #101010;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#copyright b.rtop b {
    background: #99CCCC;
}
#copyright b.rbottom b {
    background: #99CCCC;
}
/***********************/

/************************
    Rounded Corners
************************/
b.rtop, b.rbottom {
    display: block;
    background: #101010;
}
b.rtop b, b.rbottom b {
    display: block;
    height: 1px;
    overflow: hidden;
}
b.r1 {
    margin: 0 5px;
}
b.r2 {
    margin: 0 3px;
}
b.r3 {
    margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4 {
    margin: 0 1px;
    height: 2px;
}
/***********************/