body, html

	{
	margin:0 auto;
	border:0;
	padding:0;
	font-family:arial;
	}
table
	{
	padding:0;
	border-collapse:collapse;
	width:100%;
	
	}
td
	{
	vertical-align:top;
	font-size:80%;
	padding:20px;
	}
#header
	{
	padding:0px;
	height:135px;
	background-image:url('/images/background.jpg');
	background-repeat:repeat-x;
	background-position:top;
	font-family:arial;
	color:#404040;
	}
#header h1
	{
	margin:0;
	padding:20px;
	text-align:center;
	font-size:400%;
	font-weight:bold;
	}
#header p
	{
	margin:0;
	padding:5px;
	font-size:80%;
	}
h2
	{
	font-size:200%;
	}
#nav
	{
	margin-top:0;
	width:250px;
	text-align:top;
	}

#footer
	{
	text-align:center;
	font-size:70%;
	}
.buy
{
font-weight:bold;
font-size:16px;
}

a.head:link {color:#404040; text-decoration:none;} 
a.head:visited {color:#404040; text-decoration:none;}
a.head:hover {color:#404040; text-decoration:underline;} 
a.head:active {color:#404040; text-decoration:none;}