
body 
{
	margin: 0px;
	padding: 0px;
	background: #3D2823;
}

#main
{
	width: 100%;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

#outer
{
	width: 789px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: auto;
	padding-top : 0px;
	padding-right: 0px;
}

#content
{
	width: 789px;
	position: relative;
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	border-left: #8F6E45 11px solid;
	border-bottom: #8F6E45 11px solid;
	border-right: #8F6E45 11px solid;
}

#banner
{
	width: 789px;
	position: relative;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
}

#contentbody
{
	width: 789px;
	position: relative;
	margin: 0px;
	background-color: #3D2823;
}

#leftcontentbody
{
	width: 164px;
	position: relative;
	float:left;
	margin: 0px;
	background-color: #3D2823;
}

#rightcontentbody
{
	width: 625px;
	position: relative;
	float:left;
	margin: 0px;
	background-color: #FFFFFF;
}

#footer
{
	width: 789px;
	background-color: #FFFFFF; 
	clear: both;
}

#dropinboxv2cover{
width: 811px; /*change width to desired */
height: 388px;
position:absolute; /*Don't change below 4 rules*/
z-index: 10;
overflow:hidden;
visibility: hidden;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px -11px;
}

#dropinboxv2{
width: 811px; /*change width to above width-20. */
height: 435px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
/*border: 1px solid #333099; Customize box appearance*/
background-color: white;
padding: 0px;
position:relative; /*Don't change below 3 rules */
left: 0;
top: 0;
}

.dropin_container {position:absolute; visibility:hidden; left:135px; height:500px; background:#FFFFFF; width:600px;}

.float_one {float:left!important; margin:0!important; padding:0!important;}
.float_two {float:left!important; margin:0!important; padding:0!important;}

.close_button {clear:both; padding:2px 0px 0px 0px; font-family: Arial; font-size: 11px; color: #000000;}