html, body
{
	margin: 0;
	padding: 0;
 	font-family: "Trebuchet MS", "Verdana", sans-serif;
}

body
{
	background: #bcd6ef;
	padding: 20px 0 30px 0;
	text-align: center;
}

#container
{
	text-align: left;
	width: 760px;
	margin: auto;
	border: 1px solid #000000;
	background: #ffffff url(bg-lillies.jpg) -1px -1px no-repeat;

/*	min-height: 500px; */
	position: relative;
}

.pg2
{
	background: #ffffff url(bg-mountain1.jpg) -1px -1px no-repeat !important;
}

.pg3
{
	background: #ffffff url(bg-bridge.jpg) -1px -1px no-repeat !important;
}

.pg4
{
	background: #ffffff url(bg-mountain2.jpg) -1px -1px no-repeat !important;
}


.pg5
{
	background: #ffffff url(bg-path.jpg) -1px -1px no-repeat !important;
}

#logo
{
	position: absolute;
/*	top: 0px;
	right: 15px;
*/	top: -1px;
	right: -1px;

}

#sidebar
{
/*	position: absolute;
	top: 184px;
	left: 20px; */

	float: left;
	margin: 184px 0 15px 20px;

	width: 180px;
}

#contactinfo
{
	margin: 45px 0 0 0;
	text-align: center;

	font-size: 12px;
	color: #888888;
	font-style: italic;
}

#contactinfo a
{
	color: #888888;
}

#testimonial
{
	margin: 45px 0 0 0;
	text-align: justify;

	font-size: 12px;
	color: #888888;
	font-style: italic;
}

#testimonial .testName
{
	display: block;
	text-align: right;
	font-size: 14px;
}

#nav
{
	text-align: center;
}

#nav p
{
	color: #888888;
	font-size: 12px;
}

#nav ul
{
	margin: 0;
	padding: 0;
	width: 180px;
	display: block;
}

#nav li
{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	margin: 2px 5px 2px 5px; 
	text-align: center;
}

#nav a
{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #555555;
	width: 170px;
	display: block;
	padding: 2px 0 2px 0;
}

#nav a#navCrnt
{
	font-weight: normal !important;
}

#nav a:hover
{
	background: #f6fffd;
	text-decoration: underline;
}

#content
{
	float: left;
	width: 450px; /* 560px */
	margin: 144px 40px 15px 40px;
	border-left: 1px solid #d7d7d7;
	padding: 10px 0 20px 15px;
}

#content h1
{
	padding-top: 0;
	margin-top: 0;
	font-size: 20px;
	font-weight: bold;
	color: #888888;
}

#content h2
{
	padding-top: 0;
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
}

#content p
{
	font-size: 14px;
	line-height: 1.5;
	color: #555555;
}

.clearer
{
	clear: both;
}

#copyNotice
{
	width: 762px;	/* 760 + border */
	margin: auto;
}

#copyright
{
	text-align: right;
	font-size: 10px;
	color: #555555;	
	margin: 0;
	padding: 2px 0 5px 0;
}

#copyright a
{
	color: #555555;		
}

#photo
{
	float: left;
	margin: 5px 20px 5px 0;
	border: 1px solid #555555;
}