﻿#pageWrapper
{   width: 760px;
}
#banner
{   position: absolute;
    left: 10px;
    top: 0px;
    width: 100%;
}
#contentWrapper
{   clear: both;
    position: relative;
    top: 70px;
}
#main
{   position: absolute;
    top: 0px;
    margin-left: 150px;
}
#sidebar
{   position: absolute;
    top: 0px;
    left: 0px;
}
p
{   color: Black;
    padding-bottom: 5px;
    border-bottom: 0px;
    margin: 2px;
}
ul
{   margin: 0px;
    padding-left: 20px;
}
h2
{	color: #003366;
}
h4
{	color: black;
	margin-bottom: 5px;
}
