html
{
    font-family: arial, sans-serif;
}

#bigcontainer
{
    width: 100%;
    height: 922px;
    text-align: center;                
}
#midcontainer
{
    text-align: center;
    
    margin-left: auto;
    margin-right: auto;
    
    width: 819px;
    height: 922px;
    
    background-color: #444444;                
}
#container
{
    position: relative; 
    
    text-align: left;
    
    margin-left: auto;
    margin-right: auto;
    
    top: 40px;
                    
    width: 560px;
    height: 835px;
    
    background-image: url(../images/background.png);
    background-repeat: repeat-y;
}
#content
{
    position: absolute;
    
    top: 170px;
    left: 215px;
    
    width: 340px;
    height: 655px;
}
#content_text
{
    width: 340px;
    height: 175px;
}
#header
{
    position: absolute;
    
    top: 10px;
    left: 0px;
    
    width: 560px;
    height: 145px;
    
    margin-top: 10px;
    text-align: center;
}
#menu
{
    position: absolute;
    
    top: 170px;
    left: 10px;
    
    position: absolute;
}
.menuitem
{
    width: 187px;
    height: 19px;
    
    font-size: 10pt;
    
    margin-bottom: 5px;
    
    background-image: url(../images/menuitem.png);
}
.menuitem a
{
    margin-left: 20px;
    color: black;
    text-decoration: none;
}
.active 
{
    background-image: url(../images/menuitem_selected.png);
}

#links
{
    position: absolute;
    
    bottom: 10px;
    left: 10px;
    
    height: 127px;
    width: 176px;
    
    background-image: url(../images/links_box.png);
    
    text-align: center;
}
#links #checkout
{
    margin-top: 25px;
}
#links img
{
    margin-top: 5px;
}
h2.content
{
    margin-top: 0px;
    margin-bottom: 0px;
    
    color: red;
}
p.content
{
    margin-top: 0px;
    margin-bottom: 0px;
    
} 
p.content.f8
{
    font-size: 8pt;
}  
p.content.indent
{
    text-indent: 20px;
}  
#gallery
{
    width: 340px;
    height: 185px;
    
    /*overflow-x: scroll;*/
} 
form
{
    z-index: 999;
}
.puma_active
{
    position: relative;
    z-index: 1000;
    background-color: white;
}