body {
	background: #130502 url(background.jpg) center top no-repeat;
	color: #6d4120;
	font: 62.5%/150% Verdana;
}
h2 {
	margin-top: 20px;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: bold;
}
h3 {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #EDE5CE;
	font-size: 1.3em;
	line-height: 1.2em;
}
div#container {
	position: relative;
	margin: 0 auto;
	width: 589px;
	border: 5px solid #fff;
	margin-top: 100px;
}

div#header {
	position: relative;
	height: 335px;
	width: 589px;
	background-color: #130502;
	border-bottom: 5px solid #fff;
}
ul#images {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 589px;
	height: 335px;
}
div#content {
	background: #f6f2e5 url(col2.jpg) right top no-repeat;
	position: relative;
	width: 100%;
}
div#col1 {
	float: left;
	width: 335px;
	position: relative;
	padding-left: 15px;
}
div#col2 {
	float: right;
	width: 215px;
	position: relative;
	padding-left: 15px;
}
div.clear {
	clear: both;
	height: 1px;
}
p.logo {
	text-align: center;
	margin: 10px 0;
}
img.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}
div#footer {
	padding: 10px;
	text-align: right;
	background-color: #f6f2e5;
}
	div#footer a {
		color: #6d4120;
		text-decoration: none;
	}