@charset "utf-8";
body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #CCC;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	height: 660px;
	width: 872px;
	margin: auto;
	margin-top: 20px;
}
#welcome {
	background-image: url(images/welcome.png);
	height: 660px;

}

#header {
	height: 660px;
	width: 274px;
	float: left;
	background-image: url(images/header.png);
}
#header img {
	margin-top: 550px;
	padding-left: 12px;
}
#header img.misc {
	margin-top: 483px;

}

#content {
	width: 566px;
	height: 660px;
	margin-left: 274px;
	background-image: url(images/content.png);
}
#rightfill {
	float: right;
	height: 660px;
	width: 32px;
	background-image: url(images/rightfill.png);
}
#hometext {
	margin: auto;
	font-size: 13px;
	text-align: justify;
	padding-top: 30px;
	padding-right: 65px;
	padding-bottom: 35px;
	padding-left: 280px;
	line-height: 1.7em;
}
#gallerytext {
	width: 180px;
	position: relative;
	left: 20px;
	font-size: 14px;
	top: 32px;
	text-align: left;
	height: 100px;
}
#gallerytextLS {
	width: 300px;
	position: relative;
	left: 20px;
	font-size: 14px;
	top: 32px;
	text-align: left;
	height: 100px;
}
#gallerytextright {
	width: 180px;
	position: relative;
	left: 380px;
	font-size: 14px;
	top: 32px;
	text-align: left;
	height: 100px;
}


#gallerybtns     {
	padding-top: 50px;
}


#linktext {
	width: 400px;
	margin: auto;
	padding: 50px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}

#contacttext {
	text-align: right;
	width: 300px;
	margin-right: 100px;
	float: right;
	margin-top: 300px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
}


#pfimg   {
	float: right;
	position: relative;
	right: 25px;
	top: -20px;
}
#pfimglandscape {
	right: 25px;
	position: relative;
	float: right;
	top: 60px;
}

#nextprev {
	position: absolute;
	top: 584px;

}
ul    {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
li {

}
#navbar {
	text-align: left;
	margin-left: 0px;
	top: 612px;
	position: absolute;
}
#enter {
	width: 200px;
	position: relative;
	left: 610px;
	top: 565px;
}

#navbar  li  {
	text-align: left;
	display: inline;
	margin-right: 20px;
}
#nextprev li {
	text-align: left;
	display: inline;
	margin-right: 26px;
}

a:link , a:visited{
	color: #069;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
}

