body {
	background-attachment: scroll;
	background-image: url(images/blossom-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	background-color: #bcd0d7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#wrapper {
	background-color: #fff;
	padding: 0px;
	width: 800px;
	margin: 5px auto 0px;
	position: relative;
}
#header h1 {
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/header-blossom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	width: 798px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #6193a4;
	border-right-color: #6193a4;
	border-left-color: #6193a4;
}
#topNav {
	height: 30px;
	width: 500px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	z-index: 2;
	position: absolute;
	left: 280px;
	top: 40px;
}
#main {
	padding: 0px 21px 21px;
	width: 605px;
	float: right;
	margin: 0px;
	background-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6193a4;
}
#content {
	padding: 21px;
	width: 500px;
	margin: 0px;
	background-color: #fff;
}

#nav {
	background-color: #563425;
	margin: 0;
	width: 141px;
	padding: 0px 5px;
	float: left;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6193a4;
}
#topCopy {
	height: 45px;
	width: 450px;
	margin: 0px;
	text-align: center;
	z-index: 3;
	position: absolute;
	left: 260px;
	top: 140px;
	padding: 0px;
}
#footer {
	background-color: #fff;
	height: 130px;
	width: 798px;
	margin: 0px auto 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6193a4;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/footer-blossom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6193a4;
	border-bottom-color: #6193a4;
	border-left-color: #6193a4;
}
/*Text*/
.sideNav {
	font-size: 0.7em;
	line-height: 1.7em;
	font-weight: bold;
	color: #fff;
	font-family: "Trebuchet MS", Verdana;
}
.sideNav a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.sideNav a:hover {
	color: #bcd0d7;
	font-weight: bold;
	text-decoration: underline;
}
.topNav {
	font-size: 0.8em;
	color: #6193a4;
	font-family: "Trebuchet MS", Verdana;
}
.topNav a {
	color: #666;
	text-decoration: underline;
}
.topNav a:hover {
	color: #333;
	text-decoration: underline;
}
.text {
	font-family: "Trebuchet MS", Verdana;
	font-size: 0.8em;
	line-height: 1.25em;
	color: #333;
}
.text a {
	color: #333;
	text-decoration: underline
}
.text a:hover {
	color: #6193a4;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: #6193a4;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 6px;
}
h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #563425;
}
h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Verdana;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	color: #bcd0d7;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 0px 160px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 75%;
	text-align: center;
}
.footer a {
	color: #6193a4;
	text-decoration: underline
}
.footer a:hover {
	color: #666;
	text-decoration: underline;
}
.topCopy {
	font-size: 0.7em;
	color: #6193a4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*other stuff*/
ul li {
	margin-left: -30px;
	list-style-type: none;
}
li {
	line-height: 2em;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
.product {
	font-size: .9em;
	font-weight: bold;
	color: #563425;
}
.cart {
	background-color: #d5e5ea;
	margin: 0px;
	padding: 5px;
	border: 2px dotted #bcd0d7;
}
