﻿body 
{
	background:#FED36B url(images/background_main.jpg) repeat-y center top; 
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.7em;
}
a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}/* Picture at the top of the site */
div.bodyWidth
{
    margin: auto;
    width: 700px;
}
div.TopPublicity
{
	margin-left: 150px;
	margin-top: 10px;	
	width: 398px;
	height: 62px;
}
div.Poster
{
    background: url(images/poster.jpg) no-repeat;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
}
#bannerAd400x60
{
	background-color: Blue;
    float: left;
    margin-right: 0;
    margin-left: 0;
    width: 400px;
    height: 60px;
}
#bannerGoogleAd468x60
{
	background-color: Transparent;
    margin-right: auto;
    margin-left:auto;
    margin-top: auto;
	width: 468px;
	height: 60px;
	position:relative;
}
/* Navigation strips */
#navtop, #navbottom
{
    background: url(images/background_nav_main.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
}
/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}
li
{
    font-size:large;
    font-weight:bold;
    }
/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#bodyWhite
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: White;
}
#tableCenter
{
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    width: 100px;
/*    position: relative;*/
    background-color: White;
}
