*
{
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	margin: 10px;
	background-image: url(img/background.png);
	background-repeat: repeat-x;
	background-color: #fbfbf6;
	font-size: 13px;
}

a img
{
	border-style: none;
}

a
{
	text-decoration: none;
	color: #6f6240;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

h1, h2, h3, h4, h5
{
	color: #a0926b;
	margin: 0px;
}

h1
{
	font-size: 24px;
	font-weight: normal;
}

h2
{
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: normal;
}

h3
{
	font-size: 15px;
}

#spacer
{
	width: 100%;
	overflow: auto;
	height: 1px;
}

p
{
	padding: 0px;
	margin: 0px;
}
