@import url(zeezaw.css);

h2
{
  margin-top: 4px;	
}

#content
{
  min-height: 680px;
  padding-bottom: 30px;
}

.topRightImage
{
    position: absolute;
    right: -109px;
    top: 0px;
    z-index: -1;
    width: 109px;
    height: 243px;
    background: url(../images/rightSquiggle.png) no-repeat scroll 0 0;
}

.topRightSquiggle
{
    position: absolute;
    right: 50px;
    top: 15px;
    z-index: -1;
    width: 51px;
    height: 33px;
    background: url(../images/topRightSquiggle.png) no-repeat scroll 0 0;
}

.topLeftImage
{
    position: absolute;
    left: -109px;
    top: -1px;
    z-index: -1;
    width: 109px;
    height: 243px;
    background: url(../images/topLeftSquiggle.png) no-repeat scroll 0 0;
}

.bottomLeftSquiggle
{
    position: absolute;
    left: -115px;
    bottom: 30px;
    align: bottom;
    z-index: -1;
    width: 115px;
    height: 190px;
    background: url(../images/bottomLeftSquiggle.png) no-repeat scroll 0 0;
}

.bottomRightSquiggle
{
    position: absolute;
    right: -82px;
    bottom: 3px;
    vertical-align: bottom;
    z-index: -1;
    width: 82px;
    height: 84px;
    background: url(../images/bottomRightSquiggle.png) no-repeat scroll 0 0;
}

.innerContent
{
  width: 710px;
  position:relative;
  left: 25px;
  top: 25px;
}

.innerBoxHeader
{
    background: URL('../images/innerTopRightSD.png') no-repeat scroll top right;
    max-width: 695px;
    height: 30px;
    border-left: 15px solid #D9E097;
}

.innerBoxContent
{
    max-width: 730px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 250px;
    border-left: 15px solid #D9E097;
    border-right: 15px solid #D9E097;
}

.innerBoxBottomLeftImage
{
    background: URL(../images/innerLeftBottomSquiggle.png) no-repeat;
    position: absolute;
    height: 30px;
    max-width: 730px;
    bottom: -15px;
    left: 0px;
    z-index: -1;
}

.innerBoxFooter
{
    background: URL('../images/innerBottomLeftSD.png') no-repeat scroll bottom left;
    width: 695px;
    height: 30px;
    border-right: 15px solid #D9E097;
}

.leftContent
{
    position: absolute;
    left: 20px;
    top: 100px; 
    width: 300px; 
    height: 250px; 
    padding-left: 40px;
}
