h1           { font-family: Arial; font-size: 11pt; color: #333333; font-weight: bold }
h2           { font-family: arial; font-size: 11pt; color:#333333; font-weight: normal }
h3           { font-family: Arial; font-size: 9pt; color: #333333; font-weight: bold }

A:link {color:#666666; text-decoration:none; font-weight:normal}
A:visited {color:#666666; text-decoration:none; font-weight:normal}
A:active {color:#333333; text-decoration:none; font-weight:normal}
A:hover {color:#000000; text-decoration:none; font-weight:normal}

body	
{	
	background-image: url('../images/blacklace.jpg');
	font-family:	Arial; 
	font-size:		9pt; 
	color:			#000;
	text-align:		center;
}

#page
{
	background:	#fff;
	background-image: url('../images/paper.gif');
	width:		900px;
	height:		auto;
	margin:		0 auto
}

#header
{
	width:		100%;
	height:		145px;
	background-image: url('../images/vintage_banner.gif');
	font-size:		8pt; 
	color:			#ffe;
	border-bottom:1px solid #000
}

#menu
{
	width: 		160px; 
	height:		auto;
	float:		left;
	text-align:	left;
	margin:		7px;
}

#content
{
	width:		700px;
	height:		auto;
	padding:	0px;
	float:		right;
	text-align:	left;
}

#content img
{
	border-color:	#666;
	border-width: 	1px 1px 1px 1px;
	border-style: 	solid;
}

div.product
{
	width:		220px;
	height:		257px;
	margin:		2px;
	padding:	8px 0px 0px 0px;
	float:		left;
	text-align:	center;
	border:		1px solid #ccc;
}

#footer
{
	clear:		both;
	width:		100%;
	font-size:	80%;
	padding:	5px 0px;
	background:	#fff;
	border-top:1px solid #000;
}

#text
{
	width:		880px;
	height:		auto;
	padding:	10px;
	float:		left;
	text-align:	left;
}

div.left
{
	width:		48%;
	height:		auto;
	padding:	30px 0px 0px 25px;
	float:		left;
	text-align:	center;
}

div.right
{
	width:		48%;
	height:		auto;
	float:		right;
	text-align:	left;
	padding:	10px 0px 0px 0px;
}