@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0; 
	padding: 0;
	background-color:#000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #6a0807; 
	padding-left: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	z-index: 5;
} 
#main { 
	margin: 0px;
	background-image: url(images/MapBk.gif);
	background-repeat: repeat-y;
} 
#navbar {
	top: 20px;
	left: 50px;
	width:138px;
	position:relative;
}
#navbar a:link, #navbar a:active, #navbar a:visited {
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width:88px;
	DISPLAY: block; 
}
#navbar a:hover {
	background-image: url(images/ButtonBk.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width:88px;
	DISPLAY: block; 
}
#content {
	top: -290px;
	left: 170px;
	width: 610px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 2;
}
.MapTop {
	width: 629px;
	margin-left: -10px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 28px;
	font-style: italic;
	}
h2 {
	font-family:  "Times New Roman", Times, serif;
	color: #000000;
	font-size: 20px;
	font-style: italic;
	margin-bottom: -2px;
	}
h3 {
	font-family:  "Times New Roman", Times, serif;
	color: #6a0807;
	font-size: 18px;
	font-style: italic;
	margin-bottom: -2px;
	}

#Pirate-Costume-Adult {
	display: block;
	height: 195px;
}
#Pirate-Costume-Women {
	display: block;
	height: 195px;
}
#Pirate-Costume-Kids {
	display: block;
	height: 195px;
}
#Pirate-Costume-Dog {
	display: block;
	height: 195px;
}
#Pirate-Costume-Accessories {
	display: block;
	height: 195px;
}
#Adult-Pirate-Costume {
	display: block;
}
#Womens-Pirate-Costume {
	display: block;
}
a:link, a:visited, a:active {
	color: #6a0807;
	text-decoration: underline;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
img {
	border: solid 1px #6a0807;
}
.Price {
	font-family: Arial, Helvetica, sans-serif;
	color: green;
	font-size: 18px;
}
