body 
{
font-family: tahoma;
font-size: 0.9em;
margin: 0px;
background-color: #FFFFFF;
background-image:url('images/gradient_top_bg.png');
background-repeat: repeat-x;
}

#Table_01
{
position: relative;
margin-left: auto; 
margin-right: auto;
}

#wrapper
{
position: relative;
margin-left: 16px;
margin-top: -4px;
width: 1068px;
height: 609px;
}

A
{
outline: none;
cursor: pointer;
}

A:link {text-decoration: none; color:black; }
A:visited {text-decoration: none; color:black;}
A:active {text-decoration: none; color:black;}
A:hover {text-decoration: underline; color: black;}

#left_div
{
position: relative;
width: 150px;
float: left;
background-color: #d3d1c7;
height: 100%;
background-image:url('images/bg_left.png');
background-repeat: no-repeat;
background-position: bottom left;
}


#middle_div
{
position: relative;
float: left;
width: 766px;
height: 100%;
background-image:url('images/vertical_line.png');
background-repeat: repeat-y;
background-position: -1px 0px;
}

#content
{
position: relative;
font-size: 0.8em;
padding: 5px 7px;
text-align:center;
}


#right_div
{
position: relative;
float: right;
width: 150px;
background-color: #d3d1c7;
height: 100%;
background-image:url('images/vertical_line.png');
background-repeat: repeat-y;
}

#right_div a
{
position: relative;
float: left;
border: 0px;
}

#right_div .advertisement
{
width: 140px;
border: 0px;
padding-top: 6px;
margin-left: 5px;
}

#info
{
position: absolute;
top: 6px;
left: 6px;
float: left;
width: 140px;
font-size: 0.8em;
}

#info div
{
position: relative;
float: left;
background-image:url('images/bg_info_middle.png');
background-repeat: repeat-y;
width: 140px;
}

#info img
{
position: relative;
margin: 0px;
border: 0px;
padding: 0px;
float: left;
}

div#info_content
{
position: relative;
float: left;
width: 125px;
left: 6px;
top: 0px;
margin: 0px;
background-image:none;
background-repeat: no-repeat;
}

a#footertitle
{
font-size: 0.8em;
float:right;
margin-top: 7px;
margin-right: 7px;
color: #555;
text-decoration: none;
}

#logo
{
border: 0px;
}

#videotitle
{
position: relative;
top: 17px;
left: 17px;
font-size: 1.5em;
font-weight: bold;
height: 27px;
}

#videotitleLeft
{
float: left;
position: relative;
width: 11px;
height: 27px;
background-image:url('../images/videotitle_left.png');
background-repeat: no-repeat;
}

#videotitleMiddle
{
float: left;
position: relative;
background-image:url('../images/videotitle_middle.png');
background-repeat: repeat-x;
height: 27px;
line-height: 27px;
}

#videotitleRight
{
float: left;
position: relative;
background-image:url('../images/videotitle_right.png');
background-repeat: no-repeat;
width: 13px;
height: 27px;
}

#videoplayer
{
position: relative;
float: left;
top: 17px;
padding-top: 35px;
padding-left: 15px;
left: 6px;
background-image:url('../images/videoplayer_bg.png');
background-repeat: no-repeat;
width: 747px;
height: 493px;
text-align:center;
}


