body {
	background-color: #dcc7b8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #652219;
}

a {
	text-decoration: none;
	color: #652219;
}

h2 {
	font-size: 15px;
}

#container {
	width: 900px;
	height: 701px;
	position: relative;
	top: 40px;
	margin: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}

#container.index {
	background-image: url(images/bg_index.jpg);
}

#header {
	width: 890px;
	height: 150px;
}

#menu {
	width: 147px;
	height: 413px;
	padding-right: 20px;
	float: left;
	position: relative;
	top: 60px;
	border-right: 2px solid #652219;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 20px;
}

#menu li {
	list-style-type: none;
	margin-bottom: 10px;
	text-align: right;
}

#content {
	width: 680px;
	height: 450px;
	margin-top: 20px;
	margin-right: 40px;
	float: right;
	overflow: auto;
}

#products {
	width: 680px;
	height: 400px;
	margin-top: 70px;
	margin-right: 40px;
	float: right;
	overflow: auto;
}

#products img {
	margin: 5px;
}

#text {
	margin-top: 50px;
	margin-left: 20px;
}

#footer {
	width: 830px;
	clear: both;
	border-top: 1px solid #dcc7b8;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}