#main {width:100%; position:relative;}
#outer {width:791px; position:relative;}
#blackbox {width:777px; position:relative; background:#000000; top: 0px; left: 14px;}
#middlebox {width:750px; top: 58px; padding-top:20px; padding-bottom:14px;}
#navigation {width:208px; float: left; background: #C8BB92;}
#contentbody {width:542px; float:right; background: #704C32;}
#logo {z-index: 1; width:223px; height: 222px; position: absolute; left:48px; top: 44px;}
#bookmark {z-index: 1; width:259px; height: 20px; position: absolute; left:525px; top: 283px; background-image: url(../images/reference-bg.gif);}
#heading1 {z-index:1; position:absolute; top:5px; right:14px;}
#heading2 {z-index:1; position:absolute; top:105px; right:15px;}

#dropinboxv2cover{
width: 492px; /*change width to desired */
height: 500px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 10000;
overflow: hidden;
visibility: hidden;
margin: 0px 0px 0px -50px;
top: 0px;
left: -30px;
}

#dropinboxv2{
width: 490px; /*change width to above width-20. */
height: 480px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
background: #C8BB92;
position:absolute; /*Don't change below 3 rules */
border: 1px solid #5D4633;
left: 0;
right: 0;
top: 0;
}