body {
	background-color:#e4e1f8;
	color:#310435;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10pt;
	background-image: url(../images/purpl023.jpg);
	background-repeat: repeat;
}
.linksTable td {
	padding-bottom: 20px;
}

* {padding:0;
   margin:0;
   border:0;
   color:#250328;}
	
h1 {display:none; /*using background image*/
   text-align:center;
   font-family:Papyrus,"Kino MT",fantasy;
   font-weight:500;
   padding:10pt 5pt 0pt 5pt;
   font-size:200%;}
	
h2 {
	text-align:left;
	font-family:Times,Georgia,"Times New Roman",serif;
	font-weight:600;
	margin: 5px 30px 10px 0px;
	font-size:150%;
	margin-right: 50px;
}

#main {
	position:relative;
	background-image:url(../images/sideCurve.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 650px;
	background-color: #e4e1f8;
}
	
#title {
	height: 100px;
	background-image:url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 900px;
}


#content {
	padding: 0em .5em 1em 2em;
	border: 0px solid black;
	position:absolute;
	left: 176px;
	top: 125px;
	width: 676px;
	height: 483px;
	overflow: auto;
}

#content p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 0px;
	padding-right: 30px;
}

#content ul {padding:0px 0px 0px 30px;
  border: 0px solid black;
  list-style-image: url(../images/star.gif);
}

.product {font-size:100%;
   font-style:italic;
   font-weight:bold;
}

/* for the table */
.shopping {margin-top: 30px;
   border: 5px outset #250328;
   clear:both;
}

table.shopping td {padding: 5px 10px 5px 10px;
   border: 1px solid #250328;
}

/* code for shopping cart button */
/* 3 images in one file w/ text on top */
.scButton {margin:0px 0px 0px 0px;
   text-align:center;
   border: 0px solid green;}

.scButton a {display:block;
        margin: 0 auto 0 auto; /* centers the button in the div */
		padding-top:7px; /*moves text down from along top edge of button */
		width:110px;
		height: 26px;  /* padding + this = button height */
		background: url("../images/3buttons.jpg") 0 0 no-repeat;
		background-color:inherit;
		color: inherit;
		text-decoration:none;
		text-align:center;
		font-family:Verdana,Helvetica,sans-serif;
	    font-size:10pt;
		font-weight:bold;
		font-style:normal;
}
.scButton a:hover {background-position: 0 -32px;}
.scButton a:active {background-position: 0 -64px;}

.footnote {font-size:80%;
   font-style:italic;
}

img.floatRight {float:right;
   border: 1px solid black;
   padding:5px;
   margin:0px 20px 5px 15px;
   background:#eee5f7;
}

.author, #content .author {
	font-style:italic;
	padding-left: 400px;
}

.cartButton {font-weight:bold;
}


.logo {
	position:absolute;
	top: 5px;
	left: 0px;
	padding:0 0px 0 0;
}

.linkPhoto {float:left;
padding-right: 20px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000033;
	text-align: center;
	margin-top: 0px;
	position:absolute;
	top:627px;
	left: 342px;
}

#footer a {
	text-decoration:none;

}
#footer a:hover {
	color: #666699;
}

#verMenu {position:absolute;
  left: 0px;
  top: 130px;
  width:12em;
  padding: 0px 5px 10px 5px;
  margin: .5em 0em;
  border: 0px solid black;
}

#verMenu ul {padding:0;
		  margin:0;
		  border:0;
		  list-style:none;
		  text-align:left;} /*where on the screen the menu is located */

#verMenu li {display:block;
		 font-family:"verdana","Helvetica","Arial",san-serif;
		 font-size:12px;
		 font-weight:bold;
	     margin:8px 0 0 4px;
	     padding:4px;
}

#verMenu li a {text-decoration:none;
   color:#420547;
   background-color:transparent;}

#verMenu li a:hover {color:#9561A8;}

#verMenu li a:active {color:#e3c9fb;}

#verMenu .current {
	color:#420547;
	text-decoration: underline;
}
