html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #400000;
	background-color: #FEF1FE;
	background-image: url(images/background_lavender.jpg);
	text-align: justify;
}
p {
	font-size: 90%;
}

a:link
{
	color: #0000FF;
	text-decoration: none;
}

a:visited
{
	color: #800080;
	text-decoration: none;
}

a:hover, a:active
{
	color: #0000FF;
	text-decoration: underline;
}
a img {
	border: none;
}
h1 {
	text-align: center;
}
h2#collection {
	text-align: center;
	font-family: "Comic Sans MS", "Gill Sans MT", Arial, sans-serif;
}
#nav {
	background-color:#C49FC0;
	line-height: 150%;
	text-align: center;
}
#nav a {
	padding: 0 1em;
	color: #18187C;
	text-align: center;
}
img#juleslogo {
	float:left;
	padding: .5em; 
}
#nav2 {
	background-color:#C49FC0;
	padding: .2em 0 0 0;
}
#nav2 a {
	padding: 0 1em;
	color: #18187C;
	text-align: center;
}
#nav2 p {
	margin-top: 0;
	line-height: 150%;
	text-align: center;
	padding: .2em 0;
	white-space: normal; 
}
#prodright {
	margin-left: 410px;
}
.product_border {
	float: left;
	margin: 0 1em 1em 0;
	border: solid 6px #C49FC0; /*#FAD9FF;*/
}	
#product {
	width: 360px;
	height: 420px;
	border: solid 4px #400000;
	padding: .4em;
	text-align: center;
	margin: .2em;
}
#product p {
}
#product img {
	float: none;
	margin: auto;
	text-align: center;
}
#product form {
	height: 0;
}
#content {
	clear: both;
	margin: auto;
	min-height: 300px;
	max-width: 1000px;
	padding: 0 4%;
}
}
#pcontent {
	margin: 0 4%;
	min-height: 300px;
}
#pcontent img {
	margin: .5em;
}
#items {
	position: relative;
	top: 0;
	left: 375px;
	background-color:#FFFFFF;
}
#items p {
	text-align: center;
}
#items img {
	float: right;
}

#footer {
	clear: both;
	margin-top: 2em;
	background-color:#C49FC0;
	line-height: 150%;
	text-align: center;
	color: #4F334A; /*#0E0E45; */
	font-size: 65%;
}
#footer a {
	text-align: center;
	color: #18187C;
	text-decoration: underline;
}

.floatleft {
	float: left;
	margin: 1em;
}
.floatright {
	float: right;
	margin: 1em;
}
.clear {
	clear: both;
}
p.top {
	text-align: center;
	margin: 0;
}
.center {
	text-align: center;
}
p.center img {
	margin: 1em;
	vertical-align: middle;
}
img.home  {
	margin: auto;
	vertical-align: middle;
}
.Button
{
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px;
	border-top-color: #336699;
	border-left-color: #336699;
	border-bottom-color: #336699;
	border-right-color: #336699;
	background: #FFFFFF;
}

.CollectionHeader, .SearchHeader
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 20px;
}

.ContactInfo
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	font-weight: bold;
}

.CopyRight
{
	font-size: 9px;
}

.Emphasis
{
	font-weight: bold;
}

.Error, .Required
{
	color: #FF0000;
}

.HeaderTable
{
	border: solid 5px #336699;
}

.SupportTable
{
	border: solid 1px #336699;
}

.TextBox
{
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px #336699;
}
table#body {
	height: 100%;
	width: 100%;
}
