/*layout*/
#holder {
	padding: 0;
	width:762px;
	height:565px;
	position: relative;
	margin: auto;
	margin-top: 10px;
}
#banner {background-image:url(images/layout/banner.gif);
		background-repeat:no-repeat;
		width:762px;
		height:99px;
		position:relative
}
#middle {
	padding: 0;
	width:762px;
	height:420px;
	position: absolute;
	top:105px;
	left:0px;
}
#navpic {
		background-color:eee8db;
		float:left;
		width:150px;
		height:90px;
}
#navbar {
	background-color:#cbc0ae;
	width:150px;
	height:326px;
	position:absolute;
	top: 90px;
	left: 0px;
}
#content {
	width:500px;
	height:416px;
	padding-top:0px;
	position: absolute;
	left: 150px;
	top: 0px;
}
#textholder {
		width:478px;
		border-top:1px solid #a49b89;
		border-left:1px solid #a49b89;
		border-right:1px solid #a49b89;
		border-bottom: 1px solid #a49b89;
		background:#dad2bf;
		text-align:justify;
}

#textholder2 {
		width:478px;
		border-top:1px solid #a49b89;
		border-left:1px solid #a49b89;
		border-right:1px solid #a49b89;
		border-bottom: 1px solid #a49b89;
		background:#dad2bf;
}

#picholder {
		width:480px;
		height:255px;
		left:10px;
}
#picholder2 {
		width:478px;
		height:182px;
		left:10px;
}
#gallery {
		width:480px;
		height:220px;
		left:10px;
}

#gallery2 {
		width:480px;
		height:400px;
		left:10px;
}

#textholderscroll {
		width:468px;
		border-top:1px solid #a49b89;
		border-left:1px solid #a49b89;
		border-right:1px solid #a49b89;
		border-bottom: 1px solid #a49b89;
		background:#dad2bf;
		text-align:justify
}
#picholderscroll {
		width:470px;
		height:255px;
		left:10px;
}
#rightnavpic {
		width:112px;
		height:134px;
		position:absolute;
		top: 0px;
		left: 650px;
}
#rightnavtext {
		width:110px;
		height:282px;
		position:absolute;
		top: 134px;
		left: 650px;
		border-top:1px solid #a49b89;
		border-left:1px solid #a49b89;
		border-right:1px solid #a49b89;
		border-bottom: 1px solid #a49b89;
		background:#dad2bf;
		text-align:left;
}
#footer {
	background:url(images/layout/footer.jpg);
	background-repeat:no-repeat;
	width:762px;
	height:39px;
	position:absolute;
	top: 530px;
	left: 0px;
}
#footernav {text-align:center;
		width:762px;
		height:39px;
		padding-top:9px;
}
/*styles*/
body {
	background-color: #eee8db;
	margin-top: 0px;
}
h1 {font-family:Arial;
	font-size:24pt;
	font-weight:bold;
}
h2 {font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}
h3 {font-family:Arial;
	font-size:7pt;
	font-weight:bold;
}
h4 { font-family:Arial;
	font-size:8pt;
	font-weight:200;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
}
h5 { font-family:Arial;
	font-size:7pt;
	font-weight:200;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
}
h6 { font-family:Arial;
	font-size:8pt;
	font-weight:200;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:center;
}
a:link {
	color: #6c675a;
}
a:visited {
	color: #6c675a;
}
a:hover {
	color: #000000;
}
.style1 {font-family: Arial, Helvetica, sans-serif;
text-align:justify;}
.style2 {color: #6c675a;
text-align:justify;}
.style3 {color: #6c675a;
text-align:left;}
.style4 {color: #6c675a;
text-align:center;}
.style5 {border:#000000;}