#topnav {
	padding: 10px;
	margin: 0;
	width: 700px;
	height: 80px;
	position: absolute;
	top: 10px;
	left: 400px;
	font-family: "verdana", sans serif;
	font-size: 18px;
	color: #000;
}

#topnav img {
	border: 0;
}
#topnav a {
	text-decoration: none;
	color: #000;
	padding: 6px;
}
#topnav a:link{
	color: #333;
	text-decoration: none;
}
#topnav a:visited{
	color: #333;
	text-decoration: none;
}
#topnav a:hover{
	color: #ccc;
	text-decoration: none;
}
#main {
	position: absolute;
	width: 600px;
	height: 1000px;
	text-align: left;
	left: 415px;
	top: 70px;
	font-size: 16px;
	line-height: 160%;
	color: #333;
}
#main a:link{
	text-decoration: none;
	color: #333;
	font-size: 14px;

}
#main a:visited{
	text-decoration: none;
	color: #333;	
	font-size: 14px;
}
#main a:hover{
	text-decoration: none;
	color: #ccc;
	font-size: 16px;

}
table.price {
	border-spacing: 2px;
}
table {
	border-spacing: 20px;
}

	
body {
	font-family: "verdana", sans serif;
	color: #333;
	max-width: 700px;
	background-color: #999;
	position: absolute;
}
h1 {
	color: #000;
	line-height: 160%;
	font-family: "verdana", sans serif;
	font-size: 30px;
}
h2 {
	font-family: "verdana", sans serif;
	font-size: 20px;
}
p {
	color: #000;
	line-height: 140%;
	font-family: "verdana", sans serif;
	font-size: 14px;
}
li{	list-style-type: none;
	line-height: 200%;
	font-family: "verdana", sans serif;
	font-size: 14px;
	
}

