* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial;
	font-size: 12px;
	margin-top: 15px;
}
#wrapper {
	text-align: center;
}
#outer_container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}
img {
	border: 0;
}
p
{
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #666666;
}
h2 {
	font-size: 14px;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#header {
	width: 100%;
	text-align: left;
}
#main_container {
	width: 1000px;
}
#search {
	float: left;
	width: 150px;
	margin-bottom: 40px;
}
#search_field {
	float: left;
	width: 105px;
	margin-right: 5px;
}
#search_button {
	float: left;
	width: 30px;
	font-size: 9px;
}
#main_container_inner_left {
	width: 150px;
	border-right: 1px solid #9B9A9B;
	padding: 20px 5px 0 20px;
	float: left;
}
#nav_side {
	text-align: left;
	margin-bottom: 40px;
	list-style-type: none;
}
#nav_side li {
	margin-bottom: 3px;
}
#nav_side a {
	display: block;
	font-size: 15px;
}
#nav_side a:hover {
	color: #000;
}
#address {
	
}
#content {
	margin-left: 185px;
}
#footer {
	clear: left;
	text-align: center;
}

/* Where to buy? */
#where_to_buy {
	list-style-type: none;
	font-size: 16px;
}
#where_to_buy li {
	line-height: 26px;
}
#where_to_buy a {
	
}