    .index 
    {
        height: 100%;
    }
    body {
        margin-top: 0;
        padding-top: 0;
        background-color: #3D0101;
        font-family: Arial;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 15px;
        color: #DDDDDD;
    }
    body strong 
    {
        font-family: Verdana;
    }
	a
	{
		color: White;
	}
    .container {
        position: relative;
        margin: 0 auto 0 auto;
        width: 700px; /* flash width is 698px */
        height: 100%;    
        background-color: #3D0101;
    }  
    .leftSide
    {
        width: 1px;
        background-image: url(images/borderLeft.bmp);
        background-repeat: repeat-y;  
        background-position: left;
    }
    .rightSide
    {
        width: 1px;
        background-image: url(images/borderRight.bmp);
        background-repeat: repeat-y;  
        background-position: right;
    }
    div.header
    {
        position: relative;
        width: 100%;
        height: 395px;
    }
        .weather img 
        {
            padding-right: 5px;
            width: 24px;
            height: 24px;
        }
        p.weather
        {
           /* font-family: Verdana;
            font-weight: bold;*/
            padding-right: 10px;
        }       
	td.mainLeft
	{
		vertical-align: top;
		width: 180px;
		letter-spacing: normal;
	} 
		.mainLeftIndent
		{
			padding-left: 10px;
		}
		div.podcast
		{
			border-top: solid 1px #580101;
			border-bottom: solid 1px #580101;
			padding-left: 10px;
			padding-top: 15px;
			padding-bottom: 10px;
			margin-bottom: 30px;
			width: 140px;
		}
			div.podcast img
			{
				border: none;
			}
		div.logoLink
		{
			margin-bottom: 15px;		
		}
			div.logoLink img
			{
				border: none;
			}
			div.logoLink a
			{
				text-decoration: none;
			}
		div.roomAir
		{
			letter-spacing: normal;
			font-size: 90%;
			padding-top: 20px;
			padding-bottom: 20px;
		}
	td.mainRight
	{
		vertical-align: top;
		width: 518px;
	}
            
    ul.footerLinks 
    {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 170px;
        height: 70px;
        padding-left: 0;
        list-style-type: none;
    }
        ul.footerLinks li
        {
            padding-left: 0;
            margin-left: 0;
            display: inline;
            list-style-type: none;
        }
        ul.footerLinks a
        {
            color: Red;
            text-decoration: none;
        }
        ul.footerLinks a:hover
        {
            color: White;
            text-decoration: Underline;
        }
    div.footer {
        padding: 5px 0px 0px 0px;
        text-align: left;
        margin-left: 170px;
        border-top: solid 1px #E0B2B3;
        color: Red;
    }
        #footerNumber {
            padding-left: 10px; 
            color: White;
        }
        .flashMusic 
        {
            position: relative; 
            display: block;
            margin-top: -49px;   
            margin-left: auto;
            margin-right: 10px;        
        }
.flashIntro 
{
    margin: 0 auto 0 auto;
    width: 698px;
    text-align: center;
}
.flashIntro a
{  
    text-decoration: none;
    color: #730202;
}