@charset "utf-8";
/* CSS Document */

#wrapper {
	height: 2700px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
}
#header {
	height: 121px;
	width: 550px;
	position: absolute;
	left: 215px;
	top: 0px;
}
#menu {
	height: 499px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 221px;
}
#product {
	height: 2500px;
	width: 550px;
	position: absolute;
	left: 215px;
	top: 177px;
}
.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
	color: #000;
	text-align: center;
}
#nav {
	height: 40px;
	width: 550px;
	position: absolute;
	left: 215px;
	top: 130px;
}


.class1 A:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #00F;
}
.class1 A:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #C00;
}
.class1 A:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #09F;
}
.class1 A:hover {
	text-decoration: none;
	color: red;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	color: #000;
}

