body {
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-align: center;
	background-image: url(../images/fleurdelis_background.jpg);
}
	
#container {
	margin-top: 1em;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 791px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	border: 1px solid #660033;
}

.navigation {
	width: 700px;
	margin: 20px auto;
}

#banner {
	background-color: #FFFFFF;
	border: 0px;
	height: 161px;
	width: 791px;
}

#homebanner {
	background-color: #FFFFFF;
	border: 0px;
	height: 117px;
	width: 791px;
}
		
#contents {
	background-color: #FFFFFF;
	border: 0px;
	width: 791px;
}

#body {
	background-color: #FFFFFF;
	border: 0px;
	width: 705px;
	padding-left: 3em;
	padding-top: .05em;
}
		
#homebody {
	background-color: #FFFFFF;
	border: 0px;
	width: 705px;
}

#footer {
	width: 811px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	line-height: 125%;
	color: #660033;
	letter-spacing: 1px;
	font-variant: small-caps;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
}
.cart {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #660033;
	text-decoration: none;
	letter-spacing: 1px;
}
.credittext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 140%;
	color: #333333;
}
.separators {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #660033;
  padding-top: 2px;
}
.bodylinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660033;
	letter-spacing: 1px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #660033;
	text-decoration: underline;
	letter-spacing: 1px;
}
.abouttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
}
a:hover {
	color: #660033;
}

/* Multi-Level Drop Down Menu */

.mlddm {
  visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.mlddm li {
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
ul.mlddm li ul li a {
  display: block;
  text-align: left;
  white-space: nowrap;
  color: #ffffff;
  padding: 4px 8px;
  margin: 0px;
  text-decoration: none;
  background: #666666;
}
ul.mlddm li ul li a:hover {
  color: #ffffff;
  background: #660033;
}
.mlddm ul {
  z-index: 100;
  margin: 1px 0px 0px 0px;
  padding: 0px;
  visibility: hidden;
  position: absolute;
  clear: both;
}
.mlddm ul li {
  float: none;
}
ul.mlddm li a {
  width: auto;
  padding: 4px 8px;
  text-align: left;
  background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
ul.mlddm li a:hover {
  color: #660033;
  padding: 4px 8px;
  background: transparent;
}
.bodytext h1, .bodytext h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
  margin: 0px;
  padding: 0px;
  display: inline;
  text-decoration: none;
  font-weight: normal;
	font-variant: normal;
}
.home h3 {
	font-family: "Outpost ITC Std", Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #683868;
  padding: 0px 0px 4px 0px;
  margin: 0px;
  font-weight: bold;
	font-variant: normal;
}
.swatches img {
  border: 1px solid #660033;
}