#wrapper 			{ margin-left: auto;
					  margin-right: auto;
					  min-width: 960px;
					  background-color: #e2ddb5;
					  color: #000000;
					  text-shadow: 2px 2px 2px #ffffff;
					  width: 100%;
					}
					
#header				{ text-align: center;
					  font-size: 150%;
					  color: #0047ab; 
					  font-family:Harrington, Baskerville Old Face, serif;
					  background-color: #008080;
					  padding: 0;
					  margin: 0;
					  clear: both;
					  height: 130px;
					}
					
h2					{ margin: 0;
					}
					
#leftcolumn 			{ float: left;
					  width: 260px;
					  min-height: 720px;
					  margin: 0;
					  background-color: #cc99cc;
					}
					
#leftcolumn img		{ margin-bottom: 3px;
					  padding: 0;
					}
					
ul#tabs 				{ list-style-type: none; 
					  margin: 30px 5px 0px 5px; 
					  padding: 0 0em 0.3em 0em;
					  text-shadow: none;
					}
					
					
ul#tabs li				{ display: inline;
					}
					
ul#tabs li a 			{ color: #cc99cc;
					  background-color: #6666ff; 
					  border: 2px solid #c9c3ba; 
					  border-top-left-radius: .7em;
					  border-top-right-radius: .7em;
					  border-bottom: none; 
					  padding: 0.3em; 
					  text-decoration: none; 
					  margin-right: 0px;
					  font-size: 1.5em;
					}
					
ul#tabs li a:hover 		{ background-color: #f1f0ee; 
					  color: #000000;
					}
					
ul#tabs li a.selected 	{ color: #e2ddb5; 
					  background-color: #3d59ab; 
					  font-weight: bold; 
					   
					}

					
#rightcolumn 		{ margin-left: 0px;
					  min-width: 750px;
					  min-height: 900px;
					}
			  
			  
div.tabContent 		{  border-top: 2px solid #c9c3ba;
					   text-align: center;
					}
					
div.tabContent.hide   { display: none; 
					}
					
#tabs-home			{ border-top: 2px solid #c9c3ba;
					   text-align: center; 
					}
					
#footer				{ float: left;
					  font-size: .7em;
					  font-style: italic;
					  bottom: 0;
					  margin-left: 20px;
					  margin-bottom: 33px;
					}
		  		  
#footer a 			{ color: #000000;
					}
		
#footer a:hover 		{ color: #cccccc;
					  text-decoration: none;
					}
					
#headerimageright	{ float: right;
					  margin: 0;
					  padding: 0;
					  border: 1px solid #000000;
					}
					
#headerimageleft	{ float: left;
					  margin: 0;
					  padding: 0;
					  border: 1px solid #000000;
					}
					
#products			{ float: left;
					  text-align: left;
					}
					
#listtitle			{ font-style: bold;
					  font-size: 1.3em;
					  font-family:Harrington, Baskerville Old Face, serif;
					}
					
#fragrances			{ font-style: bold;
					  font-size: 1.3em;
					  font-family:Harrington, Baskerville Old Face, serif;
					}
					
#denotes			{ font-style: bold;
					  font-size: .8em;
					  font-family:Harrington, Baskerville Old Face, serif;
					}
					
.placeheader		{ font-family:Harrington, Baskerville Old Face, serif;
					  margin-top: 15px;
					}

#placecontent li		{ font-size: 1.3em;
					}
					
#placecontent ul		{ list-style-type: none;
					}
					
.story				{width: 70%;
					font-size: 1.4em;
					font-family: Harrington, Baskerville Old Face, serif;
					margin-left: 280px;
					text-align: left;
					color: #3d59ab;
					}

.story h1			{text-align: center;
					}
					
.outabout			{
					font-size: 1.4em;
					font-family: Harrington, Baskerville Old Face, serif;
					color: #3d59ab;
					}
th					{font-size: 1.4em;
					font-family: Harrington, Baskerville Old Face, serif;
					color: #3d59ab;
					text-align: left;
					}
.producttable		{border-style: groove;
					border-width: 4px;
					border-color: #c9c3ba;
					}

					
.producttable td		{text-align:center;
					width: 320px;
					border-style: inset;
					border-width: 2px;
					border-color: #3d59ab;
					font-family: Harrington, Baskerville Old Face, serif;
					color: #3d59ab;
					}

.productimage		{float: left;
					}
					
.notop				{padding-top: 0;
					margin-top: 0;
					}

.producttable td .description		{text-align: left;
					 border-width: 0; 
					}
