@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	outline: none;
}

body {
	color: #111;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #3E2F1C url(../images/wood.jpg) repeat 50% 0px;
}

p {
	color: #222;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 25px;
	text-indent: 15px;
}

h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #362817;
	background: url(../images/title.jpg) no-repeat 0px 0px;
	height: 150px;
	width: 900px;
	margin: 0px auto;
	text-indent: -9999px;
}

h2 {
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px 5px 5px 25px;
	background: #3E2F1C;
	margin-bottom: 10px;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	background: url(../images/bg.jpg) repeat-y;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-top: 30px;
}
#navigation ul {
	margin: 0px;
}
div#navigation {
	width: 700px;
	height: 50px;
	margin-bottom: 25px;
}
#navigation li {
	list-style: none;
	display: inline;
}
#navigation a {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #3E2F1C;
	padding: 10px 25px;
	text-decoration: none;
	text-align: center;
	width: 175px;
	display: block;
	float: left;
	border: 1px solid #3E2F1C;
	margin: 2px;
}
#navigation a:hover {
	background: #674E2E;
	border: 1px solid #3E2F1C;
	color: #FFF;
}
#content ul.gallery li   {
	list-style: none;
	display: block;
	height: 200px;
	width: 164px;
	background: #3E2F1C;
	float: left;
	margin: 10px;
	padding: 10px;
}
#content ul.gallery img   {
	height: 100px;
	width: 160px;
	margin: 0;
	float: left;
}
#content .gallery p {
	clear: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
}

#content {
	clear: both;
}
#content ul {
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
	margin-bottom: 40px;
}
#content li {
	font-size: 14px;
	margin: 5px 50px;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}

#footer {
	margin: 0px auto;
	width: 900px;
	background: url(../images/bg-bottom.jpg) no-repeat 0px 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer p {
	color: #FFFFFF;
	text-indent: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
}
.clear {
	clear: both;
}
table {
	width: 100%;
	margin-top: 15px;
}
td {
	height: 150px;
	text-align: center;
}
#content    td  a img {
	border: 1px solid #CCC;
	padding: 5px;
}
#content  td a:hover img  {
	border: 1px solid #222;
}
img.home_pic {
	margin: 10px 15px 15px 0px;
	float: left;
	border: 4px solid #3E2F1C;
}
a {
	text-decoration: none;
}
a:hover {
	color: #222;
}
td p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-indent: 0px;
	clear: left;
	font-size: 12px;
}
