h1 {
	color: #CFB278;
}
div.navigation {
	background-color: #61440A;	
	padding-top: 5px;
	height: 30px;
	margin-bottom: 20px;
}

div.header {
	color:#cdba9d;
	background:#000 url("http://d2etnu3y2n458k.cloudfront.net/header.jpg") repeat-x left bottom;
}

div.navigation a {
	text-decoration: none;
	color: #EDD99C;
	font-size: 15px;
}

div.navigation a:hover {
	color: #0E0B04;
	text-decoration: underline;
}

div.navigation li.first {
	margin-left: 40px;
}

div.navigation li {
	bullet-style: none;
	display: inline;
	
}

body {
	background: #EDD99C;
	color: #61440A;	
}

div.main img {
	margin-bottom:20px;
}



div.sidePanel {
	background: url(../images/cottage.jpg) top left no-repeat;
	height: 415px;
}

div.imagePanel img {
	margin-top: 15px;
}

div.footer {
	margin-top: 15px;
	background-color: #61440A;	
	padding-top: 5px;
	height: 30px;
	color: #EDD99C;
	text-align: center;
}

div.footer a {
	color: #EDD99C;
}