@import url(zeezaw.css);

#content
{
    min-height: 500px;
    padding-bottom: 100px;
}
h1
{
    margin-top: 0;
}
.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: 650px;
    position:relative;
    left: 75px;
    top: 95px;
    padding-bottom: 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;
}
.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: 10%;
    left: -60px;
    z-index: -1;
}
.innerBoxFooter
{
    background: URL('../images/innerBottomLeftSD.png') no-repeat scroll bottom left;
    width: 635px;
    height: 30px;
    border-right: 15px solid #D9E097;
}
innerFooterBgImg
{
    background: url(../images/innerBoxCorner.png) no-repeat;
    position:absolute;
    right: 0px;
    width: 15px;
    height: 30px;
}
innerHeaderBgImg
{
    background: url(../images/innerBoxCorner.png) no-repeat;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 30px;
}  
.leftContent
{
    position: absolute;
    left: 20px;
    top: 100px; 
    width: 300px; 
    height: 250px; 
    padding-left: 40px;
}
.submitLink
{
    border: medium double darkgray;
    text-decoration: none;
    display:block; 
    background:#DCDCDC; 
    padding:4px; 
    position: absolute;
    right: 20px; 
    margin-right: 30px;   
}
.screenshot
{
    text-align: center;
    margin: 8px;
}
.social
{
    position: absolute; 
    right: 18px; 
    bottom: 40px; 
    z-index: 5;
}
.social img
{
    border: none;
}
.previous
{
    position: absolute;
    left: 30px;
    bottom: 45px;
}
.next
{
    position: absolute;
    left: 80px;
    bottom: 45px;
}