﻿*
{
	margin: 0px;
	padding: 0px;
}

body, input, textarea
{
	font-family: "lucida grande", 'lucida sans unicode', verdana, arial, sans-serif;
	font-size: 16px;
	color: #0000FF;
    background-color: #FFFFFF;
	text-align:center;
}

h1
{
	font-family: "Bookman Old Style";
	font-size: 48px;
	text-align: center;
	display: block;
	margin: auto;	
}

p
{
	font-size: large;
	text-align: center;
	font-family: "Ameretto Extended";
	display: block;
	margin: auto;	
}

h3
{
	font-size: 9px;
}

table.container {
	border: 3px solid #FF0000;
	width:100%;
	background-color: white;
}

table.left {
	border: 3px solid #FF0000;
	width:40%;
	background-color: white;
}

table.right {
	border: 3px solid #FFFFFF;
	width:100%;
	background-color: white;
}

td.left {
	text-align: justify;
	border: 3px solid #FF0000;
	padding:10px;
	background-color: white;
}

td.right {
	text-align: justify;
	border: 3px solid #FF0000;
	font-family:"Bookman Old Style";
	font-size:large;
	padding:15px;
	background-color: white;
}

td.pict {
	border: 3px solid #FF0000;
	background-color: white;
}

td.category {
	text-align:center;
	width: auto;
	border: 3px solid #FF0000;
	padding:5px;
	background-color: white;
}

td.paypal {
	border: 2px solid #FF0000;
	text-align: center;
	padding:5px;
	background-color: white;
}

img.product {
	width: 150px;
	height: 150px;
	background-color: white;
}

a.link, a:visited
{
	text-decoration: none;
	color: red;
}

a:hover
{
	color: #000000;
	
}

.clear
{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#footer
{
	text-align: center;
	margin: 30px 0px 50px 0px;
	font-size: 10px;
	color: #666666;
	background:#E1E1E1 none repeat scroll 0 0;
	margin:0 auto;
	width:890px;
	height: 20px;
}


