﻿* html #maincontainer
{
	
}
* html #banner
{
    width:100%;
    height:175px;
    border-bottom:1px solid white;
    background-image: url(../images/banner.jpg);
}
* html #banner h1
{
    padding:6px;
}
* html #mainnav
{
    height:10px;
    top:20px;
    position:relative;
}
