/* CSS Document */

BODY {
margin: 0px;
background-color: #333333;
}

#wrapper {
margin: 0px auto;
padding: 0px;
border:0;
width: 990px;
}

#leftcol {
background: #000000;
float: left;
top: 0px;
width: 95px;
height: 560px;
}
#middlecol {
float:left;
background: #000000;
width: 800px;
height: 560px;
}
#top {
background: #D8D8D8;
top: 0px;
width:800px;
height: 15px;
}
#center {
background: #FFFFFF;
top: 25px;
width: 800px;
height: 510px;
margin-top: 10px;
margin-bottom: 10px;
}
#bottom {
background: #D8D8D8;
width: 800px;
height: 15px;
}

#rightcol {
position: relative;
float:left;
background: #000000;
width: 95px;
height: 560px;
}

#footer {
position: relative;
float:left;
width: 990px;
}

#floatFrame_wrapper {
position: relative;
top: 10px;
right: 10px;
float: right;
width: 450px;
height: 470px;
border: 10px solid #FFFFFF;
background: #FFFFFF;
opacity: .90;
}

#floatFrame_wrapperMovie {
position: relative;
top: 0px;
right: 10px;
float: right;
width: 450px;
height: 470px;
border: 10px solid #FFFFFF;
background: #FFFFFF;
}

#floatFrame {
position: relative;
top: 5px;
width: 450px;
height: 410px;
}
