.banner {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #993300;
	background-color: #FFFFFF;
	border: thin solid #CC3333;
	width: 95%;
	text-align: center;
	margin: 15px 0px 15px 15px;
	background-image: url(images/bamboo.png);
}
.menu {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	background-color: #FFFFFF;
	border: thin solid #CC3333;
	float: left;
	margin: 0px 15px 15px;
	width: 15%;
	background-image: url(images/bamboo.png);
	padding: 8px 8px 100px;
}
.main {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #006600;
	border: thin solid #CC3333;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	margin: 0px 0px 15px;
	width: 75%;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	background-image: url(images/bkg.png);
}
.menu a:link {
	color: #990000;
	padding: 2px 10px;
	text-decoration: none; 
 width: 100px;
	border: thin solid #666633;
	background-color: #CCCC99;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.menu a:visited {
	color: #990000;
	padding: 2px 10px;
	text-decoration: none;
 width: 100px;
	border: thin solid #CCCC99;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.menu a:hover {
	color: #990000;
	padding: 2px 10px;
	text-decoration: none;
 width: 100px;
	border: thin solid #666633;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.menu a:active {
	color: #666633;
	padding: 2px 10px;
	text-decoration: none;
 width: 100px;
	border: thin solid #990000;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.main a:link {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.main a:visited {
	color: #666633;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}
.main a:hover {
	color: #ccccccc;
}
.main a:active {
	color: #003300;
}
