
#singlemainframe
    {
    position:relative;
    width:1001px;
    border:0px solid #888;
    z-index:2;
    text-align:center;
    margin: 0 auto;
    }
    
#singlenavicontainer
    {
    position:relative;
    float:left;
    width:50px;
    border:0px solid #888;    
    }
    
#singlenaviplaceholder
    {
    position:relative;
    float:left;
    width:50px;
    height:375px;
    border:0px solid #888;
    }
    
#singlenavibox
    {
    position:relative;
    float:left;
    width:50px;
    height:100px;
    border:0px solid #888;
    }

    
#singlecontentcontainer
    {
    position:relative;
    float:left;
    width:900px;
    border:0px solid #888;
    }
    
#singlecontenttop
    {
    position:relative;
    float:left;
    width:900px;
    height:10px;
    border:0px solid #888;
    background-image: url(./../images/singletop.png);
    }
    
#singlecontentmiddle
    {
    position:relative;
    float:left;
    width:900px;
    border:0px solid #888;
    background-image: url(./../images/singlemiddle.png);    
    }
    
#singlecontentbottom
    {
    position:relative;
    float:left;
    width:900px;
    height:10px;
    border:0px solid #888;
    background-image: url(./../images/singlebottom.png);
    }
    
#singlepagestretcher
    {
    position:relative;
    float:left;
    width:1px;
    height:1800px;
    border:0px solid #888;
    }

    
    
