@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ABDE6F;
	font-family: Georgia, serif, Times, "Times New Roman";

	color: #996600;
}
	
		

#content {
	display:block;  /*set up as a block */
	background-color:#0b0521;
	height:350px;
	width:100%;
	overflow: hidden; /* add scroll bars as required */
	padding-top:0px;
	padding-left:0px; /* pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	background-color: #0B0521;
	visibility: visible; 
} 

table {
	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #996600;
}

#centerWrapper{
	margin:0 auto;
	width:800px;
	text-align:center;	

}

#centerContainer{
	background-color:#ABDE6F;
	background-image:url(images/lansdalebg.gif);
	background-repeat:repeat-y;
	position:absolute;
	width:800px;
	height:100%;
	top:0px;
	text-align:center;
	

}


.img-shadow {
  float:left;

  background: url(images/shadow.png) no-repeat bottom right !important;
  margin: 100px 0 0 120px !important;
  margin: 0px 0 0 0px;

  }

.img-shadow img {
  display: block;
  position: relative;
  bottom:15px;
  right:15px;
  margin: 0px;
  }
