﻿body,html
{
    margin:0;
    padding:0;
    color:#FFFFFF;
    background:#191919;
    font-family:Eras Light ITC;
    font-size:large;
    height:100%;
    
}
#wrapper
{
	height: 100%;
}
#footer
{
    height:50px;
    width:100%;
    text-align:center;
    font-size:x-small;
    margin-top:-50px;
    position:relative;
    clear:both;
}
#banner
{
    position: relative; top: 0px; left: 0px;
    width: 100%;
    height:325px;
}
#banner_div
{
    position:absolute;
    width:100%;
    top:85px;
    z-index:0;
    text-align:center;
    font-weight:bolder;
}
#banner_inside
{
    background-image: url('img/banner_inside.gif');
    width:702px;
    height:155px;
    display:block;
    padding-left:60px;
    margin-right: auto;
    margin-left: auto;
    border:0px;
}
div#main
{
    float:left;
    width:77%;
    z-index:-1;
    margin-left:113px;
    margin-right:100px;
    overflow:auto;
    padding-bottom:50px;
}
h1
{
    text-align: left;
    font-family: Eras Eras Bold ITC;
    font-size: x-large;
    color: #FFFFFF;
}
h2
{
    text-align: left;
    font-family: Eras Eras Medium ITC;
    font-size: large;
    color:  #FFFFFF;
}
.pic
{
    width:250px;
    height:200px;
    border:none;
}
.col1
{
    float:left;
    width:45%;
}
.col2
{
    width:45%;
    float:right;
}
td
{
    padding-right:35px;
    padding-left:30px;
}
a
{
    color:#FFFFFF;
}