* {margin: 0; padding: 0;}
body {
	background-color: #f5f5f5;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 90%;
	padding: 42px 26px;
}
img {display: block;}
#wrapper {
	background: #fff url("imgs/wrapper.jpg") 0 1px no-repeat;
	border-top: 1px solid #a5a5a5;
	color: #5f5939;
	margin-top: 5px;
	padding-top: 113px;
	width: 840px;
}
#container {
	border-top: 1px solid #a5a5a5;
	float: left;
	padding: 10px 1px 1px;
	width: 838px;
}
#sidebar {
	float: left;
	margin-right: -200px;
	width: 200px;
}
#where2buy {
	background: url("imgs/banner.jpg") 0 0 no-repeat;
	font-weight: bold;
	height: 46px;
	line-height: 160%;
	margin: 0 auto 10px;
	padding: 60px 20px;
	text-align: center;
	width: 143px;
}
#sidebar ul {
	background-color: #f4f1ea;
	list-style-type: none;
	padding: 10px;
}
#sidebar li {
	border-bottom: 1px solid #d0cab4;
	border-top: 1px solid #fff;
	padding: 4px 0;
}
#sidebar a:link, #sidebar a:visited {
	color: #5f5939;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {text-decoration: underline;}
#content {
	line-height: 140%;
	margin-left: 200px;
	padding: 0 20px;
}
#content p, #content ul, #content ol, #content h2, #content h3, #content h4 {margin: 10px 0;}
#content ul, #content ol {margin: 10px 35px;}
#content a:link, #content a:visited {
	color: #5e593b;
	text-decoration: underline;
}
#content a:hover, #content a:active {text-decoration: none;}
h1 {
	color: #5e593b;
	font-size: 120%;
	margin-bottom: 20px;
}
h2 {font-size: 110%}
.clear {clear: both;}