﻿#Header
{
    position: relative;
    width: 800px;
}

#MenuContainer
{
    float:right; 
}

#LogoContainer
{
    float:left; 
    margin-right: 50px;
}

#mediaPlayer 
{
    position:relative;
    float:left;
    margin: 2px;
    border: 1px solid #C0C0C0;
    background-color: #F2F2F2;
    width: 300px;
    height: 60px;
}

#introText
{
    margin-top: 2px;
    border: 1px solid #C0C0C0;
    background-color: #F2F2F2;
    float: left;
    position: relative;
    width: 496px;
    height: 60px;
}

#imageRotator
{
    border: 1px solid #C0C0C0;
    height: 450px;
    width: 800px; 
    position: relative;
    background-color: #F2F2F2;
    text-align: center;
}