@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/bamboo-background.jpg) top center #F8F7E1;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}



a:link { 
	color: #88953E;
	font-weight: bold;
	}
a:visited { 
	color: #88953E;
	}
a:hover { 
	color: #B78B76;
	
	text-decoration: none;
	}
a:active { 
	color: #88953E;
	}



a.menu:active {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
a.menu:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
	
a.menu:link {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

a.menu:hover {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}


   h1 { 
    font-size: 18px; 
    font-weight: bold; 
    color: #333333; 
    } 
	

	
   h2 { 
    font-size: 20px; 
    font-weight: bold; 
    color: #88953E; 
    } 
	
   h3 { 
    font-size: 18px; 
    font-weight: bold; 
    color: #ffffff; 
    } 
	
.middle {
	background: url(../images/back_content.jpg) top center repeat-y;

}

ul { 
margin-left:14px; 
padding-left: 1px;
list-style-image: url(../images/bullet.jpg);

}
	

	
.footer {
	color: #CCCCCC;
	text-align:center;
	width:930px;
	padding-top:4px;
	padding-bottom:4px;
}

.blue {
	color:#FFFFFF;
}
