body {
	background: #eee url('img/pattern.jpg');
	padding:0px;
	margin:0px;
	color: #000;
	color:#4F3927;
    font-family: arial, sans-serif;
	font-weight:normal;
}
#header {
	padding: 0px 0px 0px 0px;
	margin: 0;
	height: 60px;
	width: 100%;
	background:transparent url('img/header-bg.png') repeat-x;
	z-index: 3;
	}
/* nav stuff ----------------------- */

#nav {
	height: 40px;
	background: #2B422E url('img/nav-bg.jpg') repeat-x;
	text-align:center;
	}
	
#nav li {
	display: inline;
	padding:0 40px 0 0;
	margin:0px;
	font-size: 15px;
	letter-spacing:1px;
	}
	
#nav ul {
	padding:10px 0 0 0;
	margin:0;
	}
	
#nav li a:link, #nav li a:visited {
	color:white;
	text-decoration: none;
	}
	
#nav li a:hover {
	color: #999;
	}
	
/* footer stuff ----------------------- */	

#footer-nav {
	height: 40px;
	text-align:center;
	}
	
#footer-nav li {
	display: inline;
	padding:0 20px 0 0;
	margin:0px;
	font-size: 12px;
	}
	
#footer-nav ul {
	padding:10px 0 0 0;
	margin:0;
	}
	
#footer-nav li a:link, #nav li a:visited {
	color:white;
	text-decoration: none;
	}
	
#footer-nav li a:hover {
	color: #999;
	}
	
/* content stuff ----------------------- */	
	
#content {
	margin: -15px auto 20px auto;
	padding: 0;
	width: 900px;
	background: #fff  url('img/content-bg.jpg') repeat;
	border: 1px solid #000;
	z-index: -1;
	}
	
#content a:link, #content a:visited {
color: #283f2b;
text-decoration: underline;
	}

#content a:hover {
text-decoration: none;
	}
	
#left {
	float: left;
	text-align: left;
	width: 840px;
	min-height: 400px;
	padding: 0 30px 0 30px;
	margin: -120px 0 0 0 ;
	background: #fff  url('img/content-bg.jpg') repeat;
	line-height: 30px;
	text-shadow: 0 1px 0 #f4f4f4;
	}
}
#left h1 {
	font-size: 50px;
	margin: 5px 0 10px 0;
	}
#left h2 {
	font-size: 20px;
	padding:0;
	margin: 0;
	}
#boxes {
	width: 100%;
	padding: 0;
	background:url('img/box-bg.png') repeat-x;
	height: 250px;
	margin: 0;
	border-top: 1px solid #c3c3c3;
	}
#box-text {
	position: relative;
	top: 0px;
	float: left;
	}
#ink {
	position: relative;
	float: right;
	top:-130px;
	right: 20px;
	width: 180px;
	}	
#footer {
	clear: both;
	margin: 0;
	background: #111;
	padding: 80px 0 30px 10px;
	background: url('img/footer-bg.png') no-repeat;
	font-weight: normal;
	font-size: 12px;
	color: #c3c3c3;
	text-align: center;
}
#footer P {
		padding: 80px 0 0 0;
		font-size: 12px;
	}
#footer a:link, a:active {color:white; text-decoration:none;}
#footer a:visited {color: white; text-decoration: none}
#footer a:hover {text-decoration: none; color:black; }
#divide {
	display: block;
	margin: 0 auto;
	}
#comment {
	width: 700px;
	line-height: 35px;
	}
#title {
	font-size: 25px;
	}
#tagline {
	font-style: italic;
	color: #000;
	border-bottom: 1px dotted;
	padding: 5px 0px 5px 0px;
	font-size: 30px;
	}
#nb {
	background-color:#CFB29B;
	padding: 5px;
	border-top:1px solid #4F3927;
	border-bottom:1px solid #4F3927;
	line-height: 25px;
	}
#location {
	border: 1px solid #000000;
	}
#adress {
	line-height: 20px;
	}
#phone {
	vertical-align: middle;
	padding: 2px;
	margin: 2px;	
}	
#disclaimer {
	color: red;
	text-align:center;
	font-size: 75%;
}
#gallery {
	line-height: 60px;
}
#gallery img {
	vertical-align:middle;
	margin: 0 10px 0 0;
	text-align:justify;
}	
#gallery a:link, a:active, a:visited {
	color: #c3c3c3;
}
.header-image {
display: block; margin: 0 auto
}	
#services-image {
float: right;
border: 10px solid #fff;
margin: 0 0 0 20px;
width: 300px;
}
