/* CSS Document */

body {
	background-color: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: 0.8em;
	font-weight:normal;
	text-decoration:none;
	margin: 0;
	padding:0;
	background-image: url(images/layout-images/treefacebkgd.jpg);
	background-repeat: repeat-y;
	background-position: left 150px;
	margin-right: 120px;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size: 1.5em;
	color:#663300;  
	text-decoration:none; 
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size: 1.3em;
	color:#663300; 
	text-decoration:none; 
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size: 1.1em; 
	color:#663300;
	text-decoration:none; 
	}
	
strong {
	font-weight: bold;
}


A:visited {text-decoration: none; color: #CC6600;}
A:link {text-decoration: none; color: #CC6600;}
A:hover	{text-decoration: underline;}
A.l-menu:hover	{
	text-decoration: none;
	color:#FFCC66;
	background-color: #CC6600;
}
img {
	margin: 0px;
	padding: 0px;
	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;
	margin-bottom: 10px;
	margin-right: 0px;
}
img.l-space {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img.r-space {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img.r-space-p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 120px;
}
.invis {color:#FFCC66;}


/*All layout code    */

#content {
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	left: 0px;
	top: 0px;
	visibility: visible;
	background-image: url(images/layout-images/toprep.jpg);
	background-repeat: repeat-x;
	background-position: 850px top;
}
#topimage {
	position:absolute;
	width:880px;
	height:80px;
	z-index:2;
	visibility: visible;
	background-image: url(images/layout-images/thetop.jpg);
	background-repeat: no-repeat;
}
#topstar {
	position:absolute;
	width:100%;
	height:100px;
	z-index:1;
	left: 0px;
	top: 80px;
	visibility: visible;
	background-image: url(images/layout-images/lowcornerleftcopy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bodytxt {
	position:absolute;
	width:520px;
	height:100%;
	z-index:5;
	left: 130px;
	top: 3px;
	margin-left: 15px;
	visibility: visible;
	margin-right: 0px;
}


#monkey {
	position:absolute;
	width:200px;
	height:229px;
	z-index:3;
	left: 642px;
	top: 0px;
	background-image: url(images/layout-images/monkey.gif);
	background-repeat: no-repeat;
}
#menu {
	position:absolute;
	width:230px;
	height:100%;
	z-index:1;
	left: 667px;
	top: 237px;
}

#footer {
	position:absolute;
	width:480px;
	height:35px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #CC6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
	padding-top: 3px;
}
.rates {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
.note{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

