/* Layout Stylesheet */

body{
 margin: 0;
 padding:0;
 background: #EFE1D5;
 color: #333333;
FONT-FAMILY: arial, verdana, sans-serif;
}

div.hdr{
 width: 100%;
 height: 50px;
 margin: 0;
 border: solid #336666;
 border-width: 0 0 2px 0;
 background: url(../images/noise.jpg) #9A6C4A;
 color: #333333;
 }

div.lh-col{
position: absolute;
 width: 200px;
 float: left;
 border: solid #333333;
 border-width: 0 2px 0 0;
 background: #CC9568;
 color: #333333;
 margin: 0;
 padding: 15px;
 }

div.rh-col{
position: relative;
width: 66%;
left: 250px;
 background: #EFE1D5;
 color: #333333;
 margin: 0;
 padding: 5px;
 border: 0;
 }
div.book1 {
position: relative;
width: 201px;
top: 10px;
border: 0;
}
div.book2 {
position: relative;
width: 90%;
top: 10px;
padding: 25px;
}

div.dvd1 {
position: relative;
width: 201px;
top: 150px;
border: 0;
}
div.dvd2 {
position: relative;
width: 95%;
top: 15px;
border: 0;
padding: 15px;
}

div.cd1 {
position: relative;
width: 200px;
top: 280px;
border: 0;
}
div.cd2 {
position: relative;
width: 100%;
top: 0px;
border: 0;
padding: 10px;
}
div.box1 {
position: relative;
width: 45%;
left: 20px;
border: 0;
float: left;
}
div.box2 {
position: relative;
width: 45%;
right: 20px;
border: 0;
float: right;
}
div.box3 {
text-align: center;
border: 0;
} 
.isagenix {
position: relative;
width: 100%;
right: 0px;
border: 0;
text-align: center;
float: right;
}
.menu {
clear: both;
position: relative;
bottom: 0px;
width: 70%;
height: 50px;
top: 50px;
left: 0px;
margin: 0;
padding: 0;
 background: transparent;
 border: 0;
}

.menu A:hover {
        COLOR: #EFE1D5; BACKGROUND-COLOR: #E4CCB8
}

/* Bottom Column */
.bottom_col{
        position: absolute;
        width: 50%;
        top: 900px;
        left: 300px;
        background: #EFE1D5;
}

.p { align:left;
margin: 5px;
font-size: 80%;
width: 100%;
}
img {
border: 0;
}

DIV.float {
        FLOAT: right
}
DIV.float2 {
        FLOAT: left
}
DIV.float3 {
        FLOAT: middle
}
