<style type="text/css">
#navi {
   float:left;
   background-color:thistle;
   width:  150px;
 }

/* -Right Sidebar- */
#Right2
{
width: 800px;
position: relative;
float: right;
background-color: White;
}

#Right2Boxed
{
width: 776px;
position: relative;
/* float: right; */
background-color: White;
height: Auto;

-webkit-box-shadow:2px 2px 2px 2px #737373;
-moz-box-shadow:2px 2px 2px 2px #737373;
-o-box-shadow:2px 2px 2px 2px #737373;
-ms-box-shadow:2px 2px 2px 2px #737373;
box-shadow:2px 2px 2px 2px #737373;

-webkit-border-radius:1em;
-moz-border-radius:1em;
-o-border-radius:1em;
-ms-border-radius:1em;
border-radius:1em;
background-color: #FFFFFF;
-ms-border-radius:1.0em;
}
.visibleDiv
{
position: fixed;
}
</style>
