body {
	background: url('../images/back.jpg') repeat;
	color: #fff;
	font-family: "Century Gothic", arial, helvetica, sans-serif;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#container p {
	font-size: small;
}

#header {
	background: url('../images/header.jpg') no-repeat;
	width: 800px;
	height: 226px;
}

#hidetagline {
	visibility: hidden;
	height: 0px;
	width: 0px;	
}

#nav {
	color: #fff;
	margin-top: 160px;
	font-weight: bold;
	font-size: large;
}

#nav ul, li {
	display: inline;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

.floatleft {
	float: left;
	margin-right: 20px;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

#buy {
	width: 780px;
	background: #fff;
	padding: 0px 10px 10px 10px;
	color: #000;
}

.product {
	float: left;
	text-align: center;
}

.secondary {
	margin-left: 30px;
}

#links {
	text-align: center;
}

#links a {
	color: #fff;
	font-size: large;
}

#footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: x-small;
}
