<!--

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

#mainbg
{
	width:100%;
	position:relative;
	margin: 0px;
	left: 0px;
	top: 0px;
	height: 199px;
	background: url(../images/top-bg.jpg) ;
	z-index: 5;
}

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

#outer
{
	width:780px;
	position:relative;
	margin:0px;
	background: #FAF9F5;
	z-index: 6;
}

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

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

#leftcontent
{ 
	width: 155px;
	position: relative;
	float: left;
	background: #FAF9F5;
}

#rightcontent
{
	width:625px;
	position:relative;
	float: left;
	background: #FAF9F5;
}

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

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

#dropinboxv2{
width: 555px; /*change width to above width-20. */
height: 575px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid #006897; /*Customize box appearance*/
background-color: white;
padding: 0px;
position:relative; /*Don't change below 3 rules */
left: 0;
top: 0;
}

-->