body {
	background-image: url('pics/forest.jpg');	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
  #main {
	background-image: url('pics/leafy_back.gif');	background-repeat: repeat-y;
	width: 850px;
	hieght: 100%;
	margin: 0px;
	padding: 0px;
	}
  #title {
	background-image: url('pics/title.gif');
	position: relative;
	width: 600px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	}
  #text {

	text-align: left;
	position: relative;
	width: 675px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin:0px;
	}
h2 {
	text-align: left;
	font-variant: small-caps;
}

A:link {
	color: #99CC66;
	text-decoration: none;
	font-weight: bold;
}A:visited {
	color: #996633; 
	font-weight: bold;
	text-decoration: none;
}A:hover{ 
	color: #FFFFFF; 
	font-weight: bold;
}

table{
	padding:0px;
	padding-left: 20px;
}