body {
	font-family: arial, verdana;
	margin: 0px;
	font-size: 85%;
	color: #333333;
}

#container {
	width: 780px;
	margin: auto;
}

#header {
	height: 138px;
	background: white url('images/header.jpg') no-repeat;
	position: relative;
}

#topnav {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0px;
	color: white;
}
#cart {
	position: absolute;
	bottom: 15px;
	right: 10px;
	margin: 0px;
	color: white;
	text-align: right;
}

#content {
	clear:both;
	width: 770px;
	margin: auto;
}

#left {
	float: right;
	width: 163px;
}

#nav {
	list-style: none;
	padding: 0px;
}
#nav li {
	padding: 2px;
}

#center {
	float: right;
	width:607px;
}

#footer {
	clear: both;
	font-size: 85%;
	text-align: center;
	color: white;
	height: 20px;
	padding-top: 20px;
	background: white url('images/footer.jpg') no-repeat;
}

h1 {
	display: none;
}

h1, h3, a {
	color: #de56a9;
}
a {
	text-decoration: none;
}

h2 {
	background: white url('images/bar.jpg') no-repeat;
	font-size: 120%;
	color: white;
	padding: 5px 10px;
}
