body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D7E9FF;
	margin: 0;
	padding: 0;
	color: #35536F;
}

#wrapper {
	width: 760px;
	margin: 20px auto;
	padding: 0;

}
/*************SHOP PANELS**************/
#shopfront {
	width: 100%;
	height: 590px;
	margin: 0;
	padding: 0;
	position: relative;
	border: 7px solid #C7E0FD;	

}
#shop {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;	
}

#rersas {
	position: absolute;
	width: 500px;
	height: 30px;
	left: 256px;
	top: 500px;

	/*background-color: #35536F;
	border: 1px solid white;*/
	z-index: 20;	
}
#rersas h1 {
	color: #D3D384;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;	
	line-height: 31px;
	margin: 0;
	padding: 6px 0 0 0;
}
#rersas h2 {
	color: #D3D384;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;	
	margin: 0;
	padding: 10px 0 0 7px;
}

#rersas a {
	text-decoration: none;
}

#abovedoor {
	visibility: hidden;
	position: absolute;
	width: 126px;
	height: 87px;
	left: 62px;
	top: 67px;
	text-align: center;		
	z-index: 20;			
}
#abovedoor p {
	color: #D3D384;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#door {
	visibility: hidden;
	position: absolute;
	width: 128px;
	height: 298px;
	left: 59px;
	top: 240px;
	background-color: #D7E9FF;
	border: solid 2px #C6DEFC;
	text-align: center;		
	z-index: 20;	
}
#door p, #door h3 {
	margin: 9px 0;
	padding: 0;
}
#door a {
	color: #243D5E;
	font-weight: bold;
}

#door h3 a {
	color: #35536F;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
#member, #contactus, #goods, #specials, #donations {
	visibility: hidden;
	position: absolute;
	width: 465px;
	height: 343px;
	left: 258px;
	top: 150px;
	background-color: #D7E9FF;		
	z-index: 20;	
	border: solid 5px #C6DEFC;
}
#aboutus {
	visibility: hidden;
	position: absolute;
	width: 475px;
	height: 353px;
	left: 258px;
	top: 150px;
	background-color: #D7E9FF;		
	z-index: 20;	
	
}
#goods2 {
	visibility: visible;
	position: absolute;
	width: 478px;
	height: 357px;
	left: 258px;
	top: 150px;
	background-color: #ffffff;		
	z-index: 20;	
}
#slideshow {
	margin: 25px auto;
	padding: 0;
	border: ridge 5px lightblue;
	width: 325px;
}

#member p {
	padding: 5px 20px 0;
}

#aboutus p, #specials p, #donations p {
	padding: 5px 20px 0;
}
#aboutus iframe {
	width: 478px;
	margin: 0;
	padding: 0;
}
#history {
	padding: 10px 30px 10px 10px;
}

#contactus p {
	padding: 3px 20px 0;
}
#contactus a, #specials a, #donations a, #member a {
	color: #35536F;
}
/***********MENU*****************/
#menu {
	visibility: hidden;
	position: absolute;
	width: 480px;
	height: 30px;
	left: 262px;
	top: 538px;
	/*border: 1px solid white;	*/
	z-index: 20;	
}
#menu ul{
	margin: 5px 0;
	padding: 0;	
	list-style: none;
}
#menu li{
	display: block;
	float: left;
	width: auto;
	margin: 0 3px;
	text-align: center;
}
#menu li a {
	color: #D3D384;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#construction {
	position: absolute;
	width: 470px;
	height: 30px;
	left: 262px;
	top: 502px;
	/*border: 1px solid white;	*/
	z-index: 20;	
}
#construction p {
	color: #D3D384;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
}

#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C3A5D;
	text-align: center;
}
#credits a {
	color: #1C3A5D;
}
#credits p {
	margin: 5px;
	padding: 0;
}
h2 {
	font-size: 18px;	
	margin: 10px 0 0 0;
	padding: 0;
}
h3 {
	font-size: 14px;	
}
p {
	margin: 10px 0;
	padding: 0;
}
blockquote {
	padding: 0;
	margin: -10px 0 0 30px ;
}
/***********IMAGES*************/
.imageleft {
	margin: 0 10px 10px 0;
	float: left;
}
.imageright {
	margin: 0 0 10px 10px;
	float: right;
}
img {
	border:none;
}
