﻿* 
{
    padding:0px;
    margin:0px;
    border:0px;
}

body
{
    margin:10px;
    background-color:#ffffff;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:12px;
    color:#333;
}

#wrapper
{
    position:relative;
    width:994px;
    background-color:#ffffff;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-top:1px;
    top:0;
    left:0px;
}


#HeaderBanner
{
    width:994px;
    height:100px;
    background-image:url(images/HeaderBanner.jpg);
    background-color:#ffffff;
    background-repeat:no-repeat;
}

#NavHolder
{
    width:994px;
    height:25px;
    background-color:#F32F30;
    float:left;
    margin-top:5px;
}

#Content
{
    position:relative;
    margin-top:70px;
    width:984px;
    height:600px;
    text-align:justify;
    padding-top:10px;
    padding-left:5px;
    padding-right:10px;
    
}

#footer
{
    width:994px;
   
}

.h1
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:30px;
    color:#ff0000;
}
