﻿body, html {
	background-color: #fcf5db;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59554e;
	background: #fcf5db url(images/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

img {
	border: 0;
}

a {
	color: #59554e;
}

br.clear {
	clear: both;
}

div#container {
	width: 862px;
	height: 479px;
}

div#header {
	width: 862px;
	height: 425px;
}

div#navigation {
	width: 862px;
	height: 52px;
	background-color: #b7a06a;
	color: #fff;
	border: 1px solid #b7a06a;
}

div#navigation div.wrapper {
	margin-top: 15px;
}

div#navigation a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin: 0 15px;
}

div#navigation a:hover {
	text-decoration: underline;
}