body {
	background: #fff;
	text-align: center;	/* centers content in older browsers */
		/* (see http://www.maxdesign.com.au/presentation/center/) */
	font-family: Arial, Helvetica, sans-serif;
	}
.header {
	border-bottom: 1px solid #999;
	font-size: 1.5em;
}	
h2 {
	font-size: 1.25em;
	}
#container {
	position: relative;
	width: 800px;
	text-align: left;	/* resets text to align left for old browsers */ 
		/* (see http://www.maxdesign.com.au/presentation/center/) */
	background: #fff;
	margin: 0px auto;
}
img {
	border: 0px;
	}
#content {
	float: left;
	width: 600px;
}
#content ul, #content ol{
	text-align: left;
}
#menu {
	margin: 0em auto;
	margin-left: 620px;
	width: 160px;
	text-align: center;
}
#menu ul {
	list-style-type: none;
	text-align: left;
	padding: 0em 1em;
	margin: 1em auto;
	border: 1px solid #999;
}
#menu li {
	margin: .5em auto;
}	
#menu p {
	font-size: .75em;
	margin: 0px auto;
	color: #666;
}
#menu #cart {
	background: #fff;
	text-align: right;
	margin: 0em 0em 1em 0em;
}
#footer {
	clear: both;
	width: 800px;
	text-align: center;
	margin: 0px auto;
	background: #ccc;
}
#footer p {
	font-size: .8em;
	color: #666;
}
