body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #c4af5e;
	background-image: url(../design/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
}
h1, h2 {
	font-weight: normal;
}
h1 {
	font-size: 200%;
}
h3 {
	font-size: 160%;
}
h4 {
	padding: 0px 0px 3px 40px;
	margin: 0px;
	text-align: left;
}
a, h3, h4 {
	color: #d23434;
}
a:hover {
	color: ;
}
.setwidth {
	margin: 0px auto;
	width: 800px;
	clear: both;
}
#container {
	width: 822px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../design/bg-container.png);
	background-position: top left;
	background-repeat: repeat-y;
	clear: both;
}
#header {
	height: 100px;
	padding: 10px;
}
#topright_oatmeal_cookie {
	height: 1px;
	max-height: 1px;
	text-align: right;
	overflow: display;
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	top: 50px;
}
#topnav {
	height: 33px;
	text-align: left;
	line-height: 32px;
	color: #FFFFFF;
	background-color: #111111;
	background-image: url(../design/bg-topnav.jpg);
	background-repeat: repeat-x;
}
#topnav a {
	color: #FFFFFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	padding: 0px 10px;
	text-decoration: none;
}
#content {
	padding: 0px;
	min-height: 350px;
	border-bottom: 4px solid #e4dcbd;
}
body#home #content {
	background-image: url(../design/ruth-face.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#cookie_info {
	padding: 24px;
	text-align: left;
}
#cookie_info a {
	font-weight: bold;
	text-decoration: none;
}
#cookie_info a.lg_cookie {
	display: block;
	height: 300px;
	width: 300px;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	float: left;
	color: #232323;
	margin-right: 14px;
	font-weight: normal;
}
a.lg_cookie img {
	border: 0px;
}
#footer {
	padding: 10px 0px 0px 0px;
	min-height: 100px;
	border-top: 1px solid #333;
	background-color: #f6efd4;
	background-image: url(../design/bg-footer.png);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}
#footer div {
	width: 199px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#footer div a {
	padding: 2px 0px 2px 40px;
	font-size: 90%;
	text-decoration: none;
	text-align: left;
	display: block;
}
#bottom {
	width: 822px;
	margin: 0px auto;
	height: 12px;
	min-height: 12px;
	background-image: url(../design/bg-bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
}