﻿/* CSS RESET */

body, div, img, p, span, h1, h2, table, tr, td, a
{
    margin: 0px;

	padding: 0px;

	border: 0px;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	line-height: 1;

	font-family: inherit;

	text-align: left;
}

a img, :link img, :visited img
{
	border: 0px;
}

a
{
    text-decoration: none;
    font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, serif;
    color: #DAA520;
    outline: none;
}



a:hover 
{
    text-decoration: underline;

    color: #DAA520;
}



a:active 
{
    color: #D1E231;
}



a:visited
{   
    color: #D1E231;
}

ul
{
	list-style: none;
}

h1
{
    font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, serif;
    font-size: 16px;
    font-weight: bold;
    color: #C1C1C1;
    text-transform: uppercase;
    text-align: center;
    line-height: 3;
}

body
{
    margin-top: 20px;
    text-align: center;
    background-color: #2C0114;
    font-family: Arial, Helvetica, Sans-Serif;
}

#mainContainer
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 830px;
    background-color: #2C0114;
}

#contentContainer
{
    float: left;
    width: 830px;
    background-color: #800000; /*maroon;*/
}

#footStrip
{
    float: left;
    width: 830px;
    height: 20px;
    background-color: Transparent;
}

#banner
{
    float: left;
    width: 527px;
    height: 160px;
}

#headerText
{
    float: left;
    width: 303px;
    height: 160px;
    line-height: 2;
    font-family: Georgia, serif;
    font-size: 21px;
    color: #BDB76B;
    font-style: italic;
    background-color: Transparent;
}

#pageHeader
{
    float: left;
    width: 830px;
    height: 360px;
    border-top: solid 1px #FDE910;
    border-bottom: solid 1px #FDE910;
}

#pageImage
{
    float: left;
    width: 480px;
    height: 360px;
}

#nav
{
    float: left;
    width: 350px;
}

#navBar
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 350px;
}

#navBar li
{
    margin: 0px;
    padding: 0px;
}

#navBar a
{
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 14px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: White;
    height: 25px;
    border-left: solid 1px #FDE910;
    border-right: solid 1px #FDE910;
    border-bottom: solid 1px #FDE910;
    padding: 0em 0em 0.3em 0em;
    line-height: 2;
}

#navBar a:hover
{
    text-decoration: none;
    color: Black;
    background-color: #FDE910;
}

#title
{
    position: relative;
    float: left;
    width: 350px;
    top: 70px;
    text-align: center;
    text-decoration: underline;
    font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, serif;
    font-size: 40px;
    text-transform: capitalize;
    color: #FDE910;
    font-style: italic;
    font-weight: bold;
}

#content
{
    float: left;
    width: 830px;
    font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, serif;
    font-size: 16px;
    color: #C1C1C1;
}

.txt
{
    margin: 10px;
    line-height: 20px;
}


.recommended
{
    line-height: 20px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 12px;
    color: #C1C1C1;
    text-transform: capitalize;
    text-align: center;
}

.menuItem
{
    line-height: 20px;
    font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, serif;
    font-size: 16px;
    text-align: center;
    color: #C1C1C1;
}