html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
li, dd, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border-style: none;
}
a:link, a:visited, a:hover, a:active {
	color: #9B606C;
}

body {
	background: #726488 url(images/bg.jpg) repeat-y center top;
}
body,td,th {
	color: #000000;
	font: 14px/150% Arial, Helvetica, sans-serif;
}
div#container {
	background: url(images/bg_top.jpg) no-repeat top;
	width: 804px;
	margin: 0 auto;
}
div#nav {
	float: left;
	width: 322px;
}
div#content {
	text-align: justify;
	padding: 100px 40px 40px 40px;
}
div#content h1 {
	color: #65597C;
	font-size: 20px;
	background: url(images/bg_h1.gif) no-repeat right top;
	height: 30px;
	padding: 10px 0 0 0;
	text-align: center;
}
div#content h2 {
	font-size: 16px;
	color: #006666;
}
div#flash {
	text-align: center;
	padding: 0 0 20px 0;
}
div#copyright {
	font-size: 10px;
	color: #006666;
	text-align: center;
	border-top: medium solid #5E577A;
	margin: 0 50px;
	clear: both;
}
div#copyright a {
	color: #006666;
}
p#mailinglist {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #9B606C;
}
#checkout {
	margin: 0 0 0 25px;
}
div.product {
	float: left;
	padding: 10px 20px;
	text-align: center;
}
div.product a {
	font-size: 11px;
	font-weight: bold;
}
table.ordergiclee {
	text-align: right;
	vertical-align: top;
	float: right;
}
table.ordergiclee td {
	vertical-align: top;
	text-align: right;
}
.title {
	font-weight: bold;
	color: #006666;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.imagefloatlft {
	float: left;
	padding: 0 10px 0 0;
}
.imagefloatrt {
	float: right;
	padding: 0 0 0 10px;
}
