body {
}
.skeleton
{
    height: auto;
    background-color:Black;
    background-image: url('back.jpg');
    background-repeat: repeat;
    vertical-align: middle;
    margin: 0px auto;
    padding: 0;
    width: 1004px;
}

.middle
{
    background-color: Black;
    clear: both;
    top: 0px;
    width: 1004px;
    height: auto;
    margin: 0 auto;
    position: relative;

}

.toprow
{
    width: 1004px;
    height: 200px;
    top: 0px;
    position: relative;
    background-image: url(top.jpg);
}
.bottomrow
{
    width: 1004px;
    height: 100px;
    position: absolute;
    vertical-align: bottom;
   /* bottom: 0px;*/
    background-image: url(bottom.jpg);
}
.middlerow
{
    width: 1004px;
    height: auto;
    position: absolute;
    background-color:black;
}
/* for Internet Explorer */
/*\*/
* html .middlerow {
height: 200px;
}
/**/

.leftcol
{
    background-image: url(left.jpg);
    background-repeat: repeat-y;
    position: absolute;
    
    width: 150px;
    height: 100%; 
    left: 0px;
    min-height: 600px;
}
.middlecol
{
    background-color: Black;
    width: 810px;
    height: auto;
    position: relative;
    top: 0px;
    left: 150px;
}
.allcols
{
    height: auto;
    width: 1004px;
    position: absolute;
    top: 0px;
    border-collapse:collapse;
    margin:0pt;
    padding:0pt;
    vertical-align:top;
    background-image: url(right.jpg);
    background-repeat: repeat-y;
    background-position:right;
    background-color: Black;
}

.rightcol
{
    background-image: url(right.jpg);
    background-repeat: repeat-y;
    position: relative;
    width: 44px;
    height: 100%;
    top: 0px;
    right: 0px;
    min-height: 600px;
}


/* MENU */

.rotn_menu_description
{
 font-size: 0.7em;
 line-height: 0.5em;
 color: white; important!
}


