<!--

body
{
	margin: 0px;
	top: 0px;
	left: 0px;
	background: #DAC8A8;
}

#mainbg
{
	width:100%;
	position:relative;
	margin: 0px;
	left: 0px;
	top: 0px;
	height: 197px;
	background: #D1BE9B;
	z-index: 5;
}

#main
{
	width:100%;
	position:absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	z-index: 6;
}

#outer
{
	width:779px;
	position:relative;
	margin:0px;
	z-index: 6;
	background: #06080D;
}

#banner
{
	width: 100%;
	height: 197px;
	position:relative;
	left:0px;
	top:0px;
	z-index: 10;
}

#content
{
	width: 100%;
	position:relative;
}

#leftcontent
{ 
	width: 186px;
	position: relative;
	float: left;
	background: #06080D;
}

#rightcontent
{
	width:593px;
	position:relative;
	float: left;
}

#footer
{
	width: 780px;
	clear: both;
	background: #DAC8A8;
}

#dropin {
position: absolute;
z-index: 200;
top: -50px;
}

#dropinboxv2cover{
width: 420px; /*change width to desired */
height: 420px;  /*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: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 400px; /*change width to above width-20. */
height: 390px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid #BF5740; /*Customize box appearance*/
background-color: #FFFFFF;
padding: 4px;
position:relative; /*Don't change below 3 rules */
}
-->