* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	color: #614b22;
}
body {
	background-image: url(../_img/page_background.jpg);
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #3F3114;
}
#page {
	background-image: url(../_img/body_background.jpg);
	width: 870px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#header {
	background-image: url(../_img/header.jpg);
	width: 830px;
	height: 120px;
	margin: 0 20px 0 20px;
}
#header h1, #header h2 {
	text-indent: -9999px;
}
#navigation {
	background-image: url(../_img/navigation_background.jpg);
	width: 830px;
	height: 40px;
	margin: 0 20px 0 20px;
}
#navigation ul {
	list-style-type: none;
	width: 660px;
	padding: 10px 0 0 110px;
}
#navigation ul li {
	float: left;
	display: block;
	width: 132px;
	font-size: 14px;
}
#navigation a {
	color: #819333;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
#content {
	width: 830px;
	margin: auto;
	background-image: url(../_img/default_background.gif);
}
#content h1 {
	color: #614b22;
	size: 40px;
	font-weight: normal;
	padding: 0 110px 0 110px;
}
#content h2 {
	color: #614b22;
	size: 30px;
	font-weight: normal;
	padding: 16px 110px .5em 110px;
	border-top: 1px dotted #B3D13A;
}
#content p {
	color: #614b22;
	size: 12px;
	padding: 0 110px 1em 110px;
}
#content ul {
	padding: 0 130px 1em 130px;
}
#photos {
	width: 700px;
	margin: auto;
	height: 750px;
}
div.photo {
	float: left;
	padding: 0 15px 15px 0;
}
#home #content {
	height: 436px;
	background-image: url(../_img/home_background.jpg);
}
#service #content {
}
#photos #content {
}
#contact #content {
}
#home #content h1 {
	padding: 20px 0 0 410px;
}
#home #content p {
	padding: 1em 95px 0 410px;
}
#footer {
	background-image: url(../_img/footer_background.jpg);
	width: 830px;
	margin: auto;
	clear: both;
}
#footer p {
	padding: 10px 75px 1em 0;
	font-size: 12px;
	text-align: right;
	color: #614b22;
}
#footer a {
	color: #614b22;
}
#decoration {
	width: 113px;
	height: 604px;
	position: absolute;
	top: 0;
	left: 850px;
}
p#home-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
p#home-link img {
	width: 870px;
	height: 120px;
	border: 0;
}

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
