/* Layout Required */
body {
	margin: 0;
	text-align: center;
	background-color: #314b30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	behavior: url("csshover.htc");
}
p,a,ul,td,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #414141;
}
.name {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
div {
	text-align: left;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 900px;
}
div#header img {border:none;margin:5px;margin-top:10px;}
div#wrapper {
	position: relative;
	width: 825px;
	margin-left: 65px;
	min-height: 500px;
	margin-top: 75px;
	text-align: center;
}
div#footer {
	clear: both;
	width: 100%;
	text-align: left;
	margin-top: 20px;
}
	div#footer p,div#footer a {
		font-size: 11px;
	}
/* End Layout Required */
div#mainBG {
	position: relative;
	z-index: 1;
	background: #dfdbd2 url(images/assets/flohrsphoto.jpg) top left no-repeat;
	border: 5px solid #314b30;
	width: 825px;
	min-height: 600px;
}
div#topLeft {
	position: absolute;
	width: 570px;
	height: 573px;
	top: -112px;
	left: -200px;
	z-index: 0;
	background: url("images/assets/bg_tl.jpg") top left no-repeat;
}
div#bottomRight {
	position: absolute;
	width: 613px;
	height: 580px;
	bottom: -95px;
	right: -140px;
	z-index: 0;
	background: url("images/assets/bg_br.jpg") top left no-repeat;
}
div#bottomLeft {
	position: absolute;
	bottom: -35px;
	left: 5px;
	z-index: 0;
	font-size: 10px;
}
div#bottomLeft a,div#bottomLeft p {
	font-size: 10px;
	color: #FFFFFF;
}
div#topRight {
	position: absolute;
	width: 225px;
	height: 25px;
	top: -25px;
	right: -15px;
	z-index: 0;
	background: url("images/assets/bg_tr.jpg") top left no-repeat;
}
	div#topRight p {
		margin: 0;
		line-height: 30px;
		text-indent: 10px;
		color: #4f2900;
		font-size: 11px;
	}
	div#topRight a {
		color: #1397b3;
		font-size: 11px;
		text-decoration: underline;
	}
ul.mainNav {
	position: absolute;
	top: 100px;
	left: -105px;
	list-style: none;
	z-index: 2;
}
	ul.mainNav li {
		list-style-type: none;
		width: 142px;
		height: 19px;
		background: url(images/assets/menu_bg.jpg) top left no-repeat;
		margin-top: 15px;
		cursor: pointer;
	}
	ul.mainNav li a {
		display: block;
		line-height: 19px;
		text-indent: 25px;
		text-transform: uppercase;
		color: #414141;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	ul.mainNav li:hover a,ul.mainNav li.active a {
		color: #1397b3;
	}
	ul.mainNav li:hover,ul.mainNav li.active {
		background: url(images/assets/menu_bg_ro.jpg) top left no-repeat;
	}
div#header {
	position: relative;
	width: 100%;
	height: 100px;
}
div#canvas {
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	width: 700px;
	min-height: 430px;
	text-align: left;
	z-index: 3;
	border: 2px solid #c2bfb7;
}
div#galleryButtons {
	position: absolute;
	width: 283px;
	height: 26px;
	background: url("images/assets/buttons_gallery.jpg") top left no-repeat;
	bottom: -28px;
	left: 209px;
}
	div#galleryButtons a.prev {
		float: left;
		width: 53px;
		height: 13px;
		background: url("images/assets/prev.jpg") top left no-repeat;
		margin-left: 75px;
		cursor: pointer;
	}
	div#galleryButtons a.next {
		float: left;
		width: 53px;
		height: 13px;
		background: url("images/assets/next.jpg") top left no-repeat;
		margin-left: 30px;
		cursor: pointer;
	}
		div#galleryButtons a.next:hover {
			background: url("images/assets/next_ro.jpg") top left no-repeat;
		}
		div#galleryButtons a.prev:hover {
			background: url("images/assets/prev_ro.jpg") top left no-repeat;
		}
h1.paraDown {
	position: absolute;
	left: 0;
	bottom: -70px;
	width: 700px;
	text-align: center;
	font-size: 15px;
	font-family: "Garamond", Arial, Helvetica, sans-serif;
}
h2 {
	font-family: "Monotype Corsiva", Arial, Helvetica, sans-serif;
	font-size: 25px;
}