﻿.squarebox {
    width: 100%;
    border: solid 1px #336699;
    text-align: left;
    overflow: hidden; }
.squareboxgradientcaption {
    color: #ffffff;
    padding: 5px;
    background-image: url(../images/gradient_blue.png);
    background-repeat: repeat-x; }
.squareboxcontent {
    background-color: #f5f5f5;
    padding: 2px;
    overflow: hidden;
    border-top: solid 1px #336699; }
#header {
	position:absolute;
	width:980px;
	height:139px;
	z-index:3;
	left: 130px;
	top: 1px;
	right: auto;
	background-color: #FFFFFF;
	background-image: url(httpdocs/images/ERheadgrey2.jpg);
}
