<!--

body
{
	margin: 0px;
	padding: 0px;
}

#main
{
	width:100%;
	position:absolute;	
}

#outer
{
	width:780px;
	position:relative;
	background: #FFFFFF;
}

#content
{
	width:780px;
	margin:0px;
	padding:0px;
	position:relative;
	background: #FFFFFF;
}

#banner
{
	width:780px;
	position:relative;	
}

#leftcontent
{ 
	width: 267px;
	position: relative;
	float: left;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#rightcontent
{ 
	width: 513px;
	position: relative;
	float: right;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#footer
{
	width:780px;
	position:relative;
	background: #F3F3F3;
	clear:both;
}

#dropinboxv2cover{
width: 420px; /*change width to desired */
height: 421px;
position:absolute; /*Don't change below 4 rules*/
z-index: 10;
overflow:hidden;
visibility: hidden;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 193px;
}

#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 #7A1365; /*Customize box appearance*/
background-color: white;
padding: 0px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

-->