@charset "UTF-8";
html, body {
	background-color: #e1d9cd;
	margin: 0;
}

#body-wrapper {
	width: 1020px;
	position: relative;
	left: 50%;
	margin-left: -510px;
	margin-top: 20px;
}

.categories {
	width: 385px;
	float: left;
}

.categories-list {
	float: left;	
	margin: 4px;
}

.categories-list img {
	border: 1px solid #503c0e;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #503c0e;
	border-bottom: 1px solid #503c0e;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302421;
	vertical-align: bottom;
	text-align: center;
	padding: 2px;
	margin: 0;
}

h4 a:link {
	text-decoration: none;
	color: #302421;
}

#header {
	background: url(images/header_bg.jpg) repeat-x;
	width: 100%;
	height: 161px;
}

#header-logo {
	padding-top: 6px;	
}

#header-wrapper {
	width: 1020px;
	height: 161px;
	background: url(images/header2_bg.jpg) repeat-x;
}

