﻿body
{
    background-position: black;
    background: black;
    font-family: 'trajan Pro';
    font-size: medium;
    font-weight: normal;
    color: silver;
}

div.toplogowrapper
{
    background-image: url('img/site/top_stripe.jpg');
    background-repeat:repeat-x;    
    width: 100%;
    height: 100px;
}

div.toplogo
{
    width: 1000px;
    height: 100px;
    margin-left:auto;
    margin-right:auto;    
}

.center
{
    margin-left:auto;
    margin-right:auto;        
}

div.menuwrapper
{
    width: 100%;
    height: 30px;
}

div.menu
{
    width: 1000px;
    height: 30px;
    margin-left:auto;
    margin-right:auto;    
    font-size: large;            
}

div.bottomlogowrapper
{
    width: 100%;
    height: 200px;
    background-image: url('img/site/bottom_stripe.jpg');
    background-repeat:repeat-x;    
}

div.bottomlogo
{
    width:1000px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

div.contentwrapper
{
    width:1000px;
    margin-left: auto;
    margin-right: auto;
}

.banner
{    
    width: 800px;
    text-align:center; 
    margin-left: auto;
    margin-right: auto;   
}



p.home
{
    width:800px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}