﻿body
{
    background-color: #acd6d5;
    text-align:center;
    color: #333300;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    
}

a:link
{
    color: #333300;
}
a:hover
{
	color: #B20A00;	
}
a:visited
{
	color: #333300;	
}

#maincontainer
{
    border: 1px solid gray;
    text-align:left;
    /*height: 900px;*/

    width: 900px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/

}

#contentwrapper
{
    float: left;
    width: 100%;
}
#contentcolumn
{
    margin-right: 260px; /*Set right margin to RightColumnWidth*/
    border-bottom: 0px solid green;
    padding: 10px; 
}

#rightcolumn
{
    padding: 10px;
    border-top: 0px solid red; 
    border-bottom: 0px solid red; 
    float: left;
    width: 240px; /*Width of right column*/
    margin-left: -260px; /*Set left margin to -(RightColumnWidth) */
    
}

#footer
{
    clear: left;
    width: 100%;
    color: #5E5E00;
    text-align: center;
    padding: 4px 0;
}

#footer a
{
    color: #FFFF80;
}

#HeaderBanner
{
    border: 0px solid red;    
    /*background: url(../images/LeeLeslie_Banner.gif) center top no-repeat;*/
    width: 350px;
    height: 165px;
    
}

#LargeMic
{
    border: 0px solid green;
    background: url(../images/mike_blue3.gif) center top no-repeat;
    
    width: 229px;
    height: 314px; 
}

#MenuItems a
{
    font-weight:bold;
    line-height: 2em;
}

.Bold
{
    font-weight:bold;
}


ul
{
    list-style-type:none;
    text-indent: 0px;
    margin-left: 0px;
    padding-left:0px;
}
td
{
    vertical-align:top;
}

.ActorImage
{
    border: 4px solid #333300;
}

.center
{
    text-align:center;
}