@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	color: #660000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000099;
}

#header {
	background-image: url(images/BackgroundHeader.jpg);
	height: 90px;
	background-repeat: no-repeat;
}
#header ul {
	position: relative;
	left: 450px;
	padding-top: 60px;
	font-weight: bold;

}
#header li {
	float: left;
	list-style-type: none;
	font-size: 20px;
	margin-right: 10px;
	letter-spacing: -1.5px;
}
#header a {
	color: #591919;
}
#header a:hover {
	color: #000099;
}
#wrap {
	min-width:750px;
	clear: both;
}
#leftSide {
	float: left;
	width: 225px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #591919;
	border-bottom-color: #591919;
	border-left-color: #591919;

}
#rightSide {
	background-color: #CCCCCC;
	float: right;
	width: 200px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-top-color: #591919;
	border-right-color: #591919;
	border-bottom-color: #591919;
	font-size: small;
}
#rightSide ul {
	list-style-type: none;
}
#rightSide li {
	margin-top: 5px;
}

#content, #product {
	font-weight: bold;
	color: #3C0000;
	border: 2px groove #591919;
	margin-right: 207px;
	margin-left: 227px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	background-image: url(images/BackgroundHeart.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	margin-bottom: 5px;
	min-height:505px;
}
#content img {
	padding: 5px;
}
#product img {
	border: 5px groove #421D24;
	margin: 5px;
}
.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}
.price {
	font-size: xx-large;
	color: #2F3A02;
}
#whatIncluded {
	background-color: #C0AFAE;
	padding: 5px;
	border: 2px groove;
}


#footer {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	background-image: url(images/BackgroundFooter.png);
	background-repeat: repeat-x;
}
#footer li {
	list-style-type: none;
	float: left;
	margin-left: 10px;
}
