#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 2px outset #006699;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 142px;
	width: 800px;
}
#nav {
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	width: 369px;
	height: 87px;
}
#footer {
	width: 800px;
	height: 64px;
	clear: both;
}
#nav2 {
	background-image: url(/images/home.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 103px;
	position: absolute;
	left: 369px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006666;
	padding-left: 280px;
	bottom: auto;
}
p {
	line-height: 140%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#nav3 {

	background-image: url(images/about.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 88px;
	position: absolute;
	left: 500px;
}
#nav4 {


	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 132px;
	position: absolute;
	left: 472px;
}
#nav5 {



	background-image: url(/images/cart.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 196px;
	position: absolute;
	left: 604px;
}
#sidebar {
	background-image: url(/images/sidebar.gif);
	background-repeat: no-repeat;
	width: 271px;
	float: left;
	position: absolute;
	top: 229px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #006666;
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#wrapper #content img {
	filter: DropShadow(Color=#000000, OffX=5, OffY=10, Positive=1);
}

