/* This gets around problem with page jumping with without scrollbars*/
html { height: 100%; margin-bottom: 1px; }

body {
	background-color: #DCE4C0;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/bg_slc.gif);
	background-repeat: repeat-x;
	background-position: top;
}

img {
	margin: 0px;
	padding: 0px;
}
#textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5D5527;
	padding-top: 20px;
	margin-right: 370px;
	margin-bottom: 0px;
	margin-left: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #638932;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5D5527;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	
	color: #5D5527;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

ul {
	list-style-image: url(Images/arrow.jpg);
}

li {
	padding-top: 10px;
}

a:link, a:visited	{
	font-weight: normal;
	color: #009933;
	text-decoration: underline;
	padding-top: 5px;
}

a:hover, a:active	{
	font-weight: normal;
	color: #009933;
	text-decoration: none;
}

#centrecontainer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #85673B;
	position: relative;
	background-color: #FFFFFF;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #85673B;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #85673B;
	border-left-color: #85673B;
}

#maincontent {
}

#rhs {
	width: 350px;
	position: absolute;
	top: 280px;
	left: 450px;
	text-align: center;
}

#greyarea {
	background-color: #ECE8E1;
	margin: 20px;
	width: auto;
	padding: 10px;
	background-image: url(Images/treepee_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#greyarea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D5527;
}

#greyarea li {
	list-style-type: square;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D5527;
}

#greyarea td {
	vertical-align: top;
}

#greyarea a:link, #greyarea a:visited  {
	font-size: 12px;
	font-weight: bold;
	color: #638932;
	text-decoration: underline;
}

#greyarea a:hover  {
	font-size: 12px;
	font-weight: bold;
	color: #638932;
	text-decoration: none;
}
.feinttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D5CCBB;
	text-decoration: none;
}


#footer {
	width: 800px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #85673B;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#galleryimg {
	background-image: url(Images/gallery_bg.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 321px;
	padding-top: 8px;
	margin-left: 13px;
}

.thumbNormal {
border:4px solid #FFFFFF;
}
.thumbSelected {
border:4px solid #ECE8E1;
}

