@charset "utf-8";
/* CSS Document */

* {
	margin: 0; padding: 0;
}

body {
	background: #2a150a url(images/bg.jpg); font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}

a {
	color: #745e50;
}

hr {
	height: 1px; width: 100%; background-color: #dfd7cb;
}

#container {
	width: 760px; background: white url(images/container_bg.jpg) repeat-y; margin: 30px auto;
}

#header {
	width: 760px; height: 83px; background: url(images/header.jpg) no-repeat;
}

#header ul {
	list-style-image: url(images/pointer.gif); float: right; line-height: 80px; margin-right: 10px;
}

#header li {
	float: left; margin-right: 20px;
}

#header li a {
	font-size: 12px;
}

#content {
	margin: 30px;
}

#content ul {
	margin-left: 30px;
}

h1 {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif; color: #745e50;
}

#foot {
	width: 626px; border-top: 2px solid #f9c5ab; margin: 0 auto; color: #d68a3f; font-size: 11px;
}

.left {
	float: left; width: 50%; text-align: center;
}

.right {
	float: left; width: 50%;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

#foot a {
	color: #d68a3f;
}

#footer {
	width: 760px; height: 7px; background: url(images/footer.jpg) no-repeat;
}