
/* body settings - container for page */
body
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:900px;
    /*background: url(../images/background.jpg) repeat-y;*/
    /*font-family: Tahoma, Geneva, sans-serif;*/
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    background-color: #000;
}

/* top banner container */
#hdr_container
{
    position:absolute;
    background-color:#000;
    width:800px;
    height:215px;
    padding:0px 0px 0px 100px;
    /*border: 1px solid #fff;*/
}

.divider
{
    margin-left:auto;
    margin-right:auto;
}

/* navigation */
#nav_container
{
    position:absolute;
    top:235px;
    width:100%;
    height:50px;
    background: url(../images/nav.gif) no-repeat;
    z-index:20;
    /*background-color: #000;*/
}

#nav
{
    display: block;
    list-style-type: none;
    position: relative;
    padding: 13px;
    margin: 0px 0px 0px 25px;
}

#nav li
{
    float: left;
    position: relative;
    /*padding: 0;
    margin: 0;*/
}

#nav ul
{
    display: block;
    list-style-type: none;
    position: absolute; /* define this as the drop-down portion of the tab */
    visibility: hidden; /* hide it */
    top: 100%; /* push the top of the drop-down to the bottom of the anchor */
    left: 0;
    width: 10em; /* define a width for the drop-downs */
    padding: 0;
    margin: 0;
}

#nav li:hover ul
{
   visibility: visible; /* show the drop-down when hovering over the anchor */
}

#nav ul li
{
    display: block;
    color:#000;
    width: 100%;
    padding: 0;
    margin: 0;
}

.top_level_item
{
    display: block;
    position: relative;
    text-decoration: none;
    margin:3px 20px 0px 0px;
    color:#fff;
    font-weight: bold;
    height: 20px;
}

.drop_down_item
{
    display: block;
    padding: 2px 0px 2px 10px;
    text-decoration: none;
    color:#fff;
    background-color:#3c3c3c;
    border: 1px solid #c20f0f;
}

#nav a:hover
{
    color:#c20f0f;
}
/* end navigation */

/* content containers */
#left_col
{
    position:absolute;
    width:211px;
    height:550px; 
    top:295px;
    float:left;
    background:url(../images/left_col.gif);
    color:#fff;
    font-size:0.8em;
    z-index:15;
}

#left_col a
{
    text-decoration:none;
    font-weight: bold;    
    color:#fff;
}

#left_col a:hover
{
    color:#3366ff;
}

#right_col
{
    position:absolute;
    width:75%;
    height:550px;
    top:295px;
    margin-left:25%;
    background:url(../images/right_col.gif);
    color:#fff;
    font-size:0.9em;
    z-index:10;
}

/* media - pics and videos */
#media_container
{
    position:absolute;
    width:100%;
    height:550px;
    margin-top:295px;
    background:url(../images/media_frame.gif) no-repeat;
    padding:25px 0px 0px 25px;
}

/* footer */
#footer
{
    position:absolute;
    width:100%;
    top:855px;
    color: #fff;
    text-align: center;
    font-size: .75em;
    padding: 0px 0px 10px 0px;
    background-color: #000;
}

#footer a
{
    text-decoration: none;
    margin: 0px 6px 0px 6px;
}

#footer hr
{
    margin-left: 5%;
    margin-right: 5%;
}

/* fighters */
.fighters_list
{
    position: absolute;
    margin-top: 55px;
    margin-left: 35px;
    list-style-type: none;
    color: #fff;
    padding: 0;
}

.fighter
{
    position: absolute;

}

/* news item */
#news
{
    position: absolute;
    margin-top: 55px;
    margin-left: 25px;
    width: 170px;
}

#fighterInfo td
{
    width: 55px;
}

.newsDetail
{
    position:absolute;
    margin-left:100px;
    width: 200px;
    height: 75px;
    padding: 8px 0px 0px 8px;
    background-color: #3c3c3c;
    visibility: hidden;
    border-style:double;
    border-color: #c20f0f;
    /*filter:shadow(color:gray, strenght:10, direction:135);*/
}

.newsHeadline
{
    display: block;
}

.newsHeadline:hover
{
    color: #3366ff;
}

