.dropshadow1{
	position: relative;
	float:left;

	background: url(./shadow.png) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}
.dropshadow1 div {
    background: url(./fake_offset.png) no-repeat left top white !important;
    background: url(./fake_offset.gif) no-repeat left top white;
    padding: 0px 5px 1px 0px;
}
.dropshadow1 div{
	position:relative;
	background-color:#FFFFFF;
	bottom:6px;
	right: 6px;
	border: 1px solid #9e8d79;
	font-size:14px;
	padding:10px;
	padding-bottom:8px !important;
	padding-bottom:10px;
}

body{
	background: white url('../images/page-background.png') repeat-x scroll center 67px;
	font-family:'Century Gothic', Arial;
	font-size:12px;
	color:white;
	padding:0px;
	margin:0px;
	background-color:#353535;
}

#main_div{
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height:523px;
}

#menu_div{
	background:url('../images/menu_background.jpg') repeat-x;
	height:38px;
	width:960px;
}

#menu_div ul{
	margin:0px;
	padding:0px;
}

#menu_div li{
	display:inline-block;
	margin:0px;
	padding:0px;
        float:left;
}

#menu_div li a{
	padding:10px 0px;
	margin:0px;
	display:block;
	width:110px;
	float:left;
	text-align:center;
	color:white;
	text-decoration:none;
	background:url('../images/menu_divider.jpg') no-repeat top right;
}

#menu_div li a:hover{
	padding:10px 0px;
	margin:0px;
	display:block;
	width:110px;
	float:left;
	text-align:center;
	color:white;
	text-decoration:none;
	background:url('../images/menu_overlay.png');
        color:black;
}

#logo_div{
	background:url('../images/logo_background.jpg') repeat-x;
	text-align:right;
}

#quote_bar{
	height:161px;
	background:url('../images/quote_bar.jpg') no-repeat;
	position:relative;
}

#frog_overlay{
	margin-top:-24px;
	float:left;
        position:relative;
}

#quote_text{
	float:right;
	width:570px;
	height:101px;
	font-size:26px;
	overflow:hidden;
	font-style:italic;
	text-align:center;
        margin-top:-151px;
        padding:10px;
}

#base_content{
	background:#353535 url('../images/content_background.jpg') repeat-x;
	padding:0px;
	margin:0px;
	clear:both;
	float:none;
}

#body_content{
	padding:10px;
	min-height:200px;
	height:auto !important;
	height:200px;
	width:670px;
	float:left;
}

#footer{
	float:none;
	clear:both;
	padding:10px;
}

.contact_content_frame{
  width:250px;
  float:left;
}

.contact_form_frame{
  width:300px;
  float:right;
}
