<!--
#main {	width:100%;	position:absolute; margin: 0px; left: 0px; top: 0px; background: #EFE4C9;}
#outer {width:795px; position:relative;	margin:0px;}
#banner {width:795px; position:relative; background: #FDFAF4;}
#ads { width:120px; height:600px; z-index:100; position:absolute; margin-left:810px; }

#content {width:795px; float: left; position:relative; background: #FDFAF4; background-image: url(../images/bg.jpg);}
#left {	width:166px; float: left; background:#F1F8F8;}
#contentbody {width:480px; float: left;}
#right {width:149px; float: right;background:#CDE2F7;}
#footer	{clear: both; background: #FFFFFF;}

#dropinboxv2cover{
width: 420px; /*change width to desired */
height: 421px;
top: 0px;
left: 0px;
margin: 0px 0px 0px 190px;
position:absolute; /*Don't change below 4 rules*/
z-index: 1000;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 400px; /*change width to above width-20. */
/*height: 400px; change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid #000000; /*Customize box appearance*/
background-color: white;
padding: 0px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
-->

