﻿body
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    background-color: #9999FF;
}

/* main page container - holds everything */
#container
{
    width: 750px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    background-color: #FFFFFF;
    border-left-style: solid;
    border-right-style: ridge;
    border-left-width: 2px;
    border-left-color: #808080;
}

/* container for header */
#container #headermain
{
    height: 162px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

#container #header
{
    height: 60px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

#container #header #colwide
{
    float: left;
    width: 74%;
}

#container #header #colthin
{
    float: right;
    width: 24%;
}

#container #header h1
{
    font-size: 1.6em;
    color: #333399;
    height: 30px;
    letter-spacing: .4em;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#container #header h2
{
    margin: 0px;
    font-size: 0.75em;
    color: #333399;
    height: 15px;
    padding-top: 0px;
    text-indent: 2em;
    letter-spacing: .2em;
}

#container #header #colthin img
{
    float: right;
}

/* container for menu bar */
#container #menu
{
    border-style: solid none solid none;
    border-width: 2px 1px 1px 1px;
    border-color: #6666FF;
    margin: 0px;
    height: 20px;
    background-color: #6666FF;
    color: #FFFFFF;
    font-size: .9em;
    padding-left: 5px;
    padding-right: 5px;
}

#container #menu a
{
    border-style: none solid none solid;
    border-width: 2px;
    border-color: #6666FF;
    color: #CCFFFF;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 2px;
}

#container #menu a:hover
{
    border-style: none solid none solid;
    border-width: 2px;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

/* container for content */
#container #content
{
    padding-left: 2em;
    padding-right: 2em;
}

/* content headers */
#container #content h1
{
    color: #333333;
    height: 30px;
    letter-spacing: .12em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
    font-style: italic;
}

#container #content h2
{
    color: #3333CC;
    height: 24px;
    letter-spacing: .12em;
    padding-bottom: 2px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

#container #content h3
{
    color: #3333CC;
    font-size: 1.1em;
    height: 20px;
    padding-bottom: 2px;
    margin-bottom: 0px;
}

#container #content a
{
    text-decoration: none;
    font-weight: normal;
    color: #0066FF;
}

#container #content a:hover
{
    color: #FF6600;
}

#container #content a:visited
{
    color: #0066FF;
}

#container #content p
{
    font-size: .85em;
    margin-top: 0px;
}

#container #content ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#container #content li
{
    font-size: .85em;
    margin-top: 0px;
    margin-bottom: 4px;
}

#container #content .colhalfl
{
    float: left;
    width: 45%;
}

#container #content .colhalfr
{
    float: right;
    width: 45%;
}

#container #content #colhalflc
{
    float: left;
    text-align: center;
    width: 45%;
    display: block;
}

#container #content #colcast
{
    font-family: "Trebuchet MS" , Helvetica, Verdana, Arial, sans-serif;
    float: right;
    width: 45%;
    font-size: .85em;
    text-align: center;
}


#container #content .colhalfrj
{
    float: left;
    text-align: right;
    width: 48%;
}

#container #content .colhalflj
{
    float: right;
    text-align: left;
    width: 48%;
}

#container #content .category
{
    font-weight: bold;
}

#container #content .indencat
{
    text-indent: 2em;
    display: block;
}

#container #content .showname
{
    font-size: 1.9em;
    font-weight: bold;
    color: #333399;
    font-family: 'Times New Roman' , Times, serif;
}

#container #content .prod
{
    padding-left: 8px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-style: italic;
    font-size: 1.3em;
    margin-top: 0;
    color: #2D598D;
    margin-bottom: 0em;
    display: block;
    text-align: center;
}

/* container for thumbnails */
#container #content #thumbs
{
    border-width: 1px;
    clear: both;
    text-align: center;
    font-size: .85em;
    border-top-style: solid;
    border-top-color: #9999FF;
}

/* container for footer */
#container #footer
{
    margin: 0px;
    padding: 0px;
    height: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #9999FF;
    clear: both;
}

#container #footer h5
{
    padding: 0px;
    margin: 0px;
    font-size: .7em;
    color: #6666FF;
    text-align: center;
}


