@import url(zeezaw.css);
h1
{
    margin-top: 0px;
}
#content
{
    min-height: 420px;
}

.logoImage
{
    position: absolute;
    top: 80px;
    left:20px;
    z-index:2;
}

.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
{
  position:absolute;
  left: 120px;
  top: 220px;
}


.innerBoxHeader
{
    background: URL('../images/innerTopRightSD.png') no-repeat scroll top right;
    width: 520px;
    height: 30px;
    border-left: 15px solid #D9E097;
}

.innerBoxFooter
{
    background: URL('../images/innerBottomLeftSD.png') no-repeat scroll bottom left;
    width: 520px;
    height: 30px;
    border-right: 15px solid #D9E097;
}

.innerBoxContent
{
    width: 495px;
    padding-left: 5px;
    padding-right: 5px;
    height: 220px;
    border-left: 15px solid #D9E097;
    border-right: 15px solid #D9E097;
}

.innerBoxTopLeftImage
{
   background: URL(../images/innerLeftTopSquiggle.png) no-repeat;
   position: absolute;
   height: 95px;
   width: 72px;
   top: -83px;
   left: -64px;
   z-index: -1;
}

.innerBoxMiddleLeftImage
{
    background: URL(../images/innerLeftSquiggle.png) no-repeat;
    position: absolute;
    height: 146px;
    width: 60px;
    top: 25%;
    left: -59px;
    z-index: -1;
}