body
{
    margin: 0;
    background-color: #a9ac99;
    font-family:arial, helvetica;
}

h1
{
    margin-top:0;
}
h1, h3
{
    color: #909283;
}

#wrap
{
    background-image: url(../img/container.png);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0 auto;
    width:1024px;
}

#header
{
    border: solid 0px black;
    height: 126px;
    margin: 0 auto;
	width:1024px;
    background-image: url(../img/header.png);
    background-repeat:no-repeat;
}

#footer
{
    background-image: url(../img/footer.png);
    height: 18px;
    margin: 0 auto;
    width:1024px;
	clear:both;
}

#credits
{
    padding-top:2em;
    width:950px;
    height:54px;
    margin:0 auto;
    text-align:center;
    background-image:none;
}

#navigation
{
    margin: 0 auto;
    width: 950px;
}

#navigation #nav
{
    border-bottom: 1px solid #ececec;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
    float: right;
}

#navigation #nav li
{
    display: inline;
    float: left;
}

#navigation #nav li a
{
    width: 90px;
    display: block;
    height: 72px;
    margin-top: 18px;
    line-height: 7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size:100%;
}

#navigation #nav li a:hover
{
    background-color: #ebebeb;
}

.box
{
    border-top: 2px solid #991d20;
}


#content div
{/*
    margin-right:1.5em;
    margin-left:1.5em; */
}

.box {
    border-top:2px solid #991D20;
    background:#EEEEEE none repeat scroll 0 0;
    margin-bottom:1.5em;
    padding:1.5em;
}

#logo
{
    border:0px solid red;
    float:left;
    padding-top:2em;
    padding-left:1.5em;

}

#logo a
{
    text-indent:-9999px;
    width:411px;
    height:95px;
    background:transparent url(../img/logo.png) no-repeat scroll left top;
    display:block;
}

