#PageWrapper
{
	width: 844px;
	margin: 0px auto;
	
}

#PageWrapper a
{
    color: white;
    text-decoration: none;
}

#PageWrapper a:visited
{
    color: white;
}

#PageWrapper a:hover
{
    color: Yellow;
}

#Header
{
    width: 844px;
}

#MenuBar
{
    width: 180px;
    height: 800px;
    background-color: Black;
    color: White;
    padding-left: 10px;
    float: left;
}

#MainContent
{
    width: 653px;
    height: 800px;
    background-color: #333333;
    float: left;
}

#SideBar{
    width: 149px;
    background-color: #333333;
    float: left;
}

#FooterLeft
{
    width: 170px;
    background-color: Black;
    clear: both;
    float: left;
    font-size: x-small;
    padding-left: 20px;
    padding-bottom: 10px;
    color: White;
    height: 25px;
}

#FooterCenter
{
    width: 322px;
    height: 35px;
    padding-left: 10px;
    background-color: #333333;
    float: left;
    font-size: x-small;
    color: White;
}

#FooterRight
{
    width: 311px;
    height: 35px;
    background-color: #333333;
    float: left;
    font-size: x-small;
    padding-left: 10px;
    color: White;
    text-align: center;
}
