a		{ 
	color: #0000CC; 
	text-decoration: none 
}

a:hover   { 
	color: #0000CC; 
	text-decoration: underline 
}

body    {
	font-family: "Times New Roman", Times, serif;
	background-color: #666666;
	background-image: url(../images/bamboo-forest_Bkrnd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	color: #333333;
}

#foot {
	font-size: 9px;
}

#foot a {
  	color: #0000CC; 
	text-decoration: none;
}

#foot a:hover {
  	color: #0000CC; 
	text-decoration: underline; 
}

#leftNav a {
  	color: #0000CC; 
	text-decoration: none;
}

#leftNav a:hover {
  	color: #0000CC; 
	text-decoration: underline; 
}

#content {
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}

#menu {
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
	padding-top: 35px;
}
