﻿body
{
    font-family: "Century Gothic";
    font-size: 10pt;
    margin: 0px;
    background-color: Black;
}

a 
{
	color: #D71921;
}

#container
{
    width: 800px;
    background: white;
    margin: auto;
}

#top
{
    background: white url('images/mainbg.jpg') no-repeat bottom;
    /* position: fixed; */
}


.banner
{
    width: 800px;
    height: 245px;
}

.header
{
    font-weight: bold;
    font-size: 18pt;
    font-family: "Arial" , Arial;
}


.list legend a
{
    font-weight: bold;
    font-size: 18pt;
    font-family: "Arial" , Arial;
    text-decoration: none;
    color: Black;
}

.list legend a b
{
	color : #D71921;
}

.list div
{
    
}

.list div b
{
    font-size: 8pt;
    font-weight: normal;
}

.header a
{
	color: Black;
	text-decoration: none;
}

.header a b, .header b
{
    color: #D71921;
}


#headers
{
    margin-top: 16px;
}

.contentright
{
    float: right;
    width: 250px;
}

.contentleft
{
	width: 500px;
}

#flashintro
{
    width: 500px;
    height: 500px;
    margin: auto auto;
}

#press
{
    background: #D71921;
    width: 250px;
    margin-bottom: 10px;
}

.pressbox
{
	color: White;
    background: #D71921 url('images/side-bg-top.jpg') repeat-x top;
    padding: 5px 5px 20px 5px;
    margin: 0px 0px 0px 0px;
    font-size: 9pt;
}

.pressbox h3
{
	color: White;
	text-decoration: none;
	font-size: 12pt;
}

.photo
{
    background: url('images/side-frame.jpg') no-repeat;
    width: 91px;
    height: 57px;
    float: left;
    padding: 5px;
    margin-right: 5px;
}

.morebutton
{
    background: url('images/more-button.png') no-repeat;
    display: block;
    float: right;
    width: 34px;
    margin: 0px 0px 10px 0px;
    height: 15px;
    text-decoration: none;
}

#bottom
{
    background-image: url('images/mainbg-bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 78px;
    text-align: center;
    clear: both;
    font-size: 8pt;
}

#bottom b
{
    color: #D71921;
}

#menus
{
    margin: auto auto;
}

