html {
  background: #f1d6aa url('../images/back_page.gif') repeat-x; 
}
body {
	font-size: 90%;
	font-family: tahoma, arial, Trebuchet MS, verdana, calibri, georgia, sans-serif;
	color: #663300;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:24px;			/* Height of the footer */
	background:#bea075;
	font-size: 12px; 
	color: #fff; 
	text-align: center;
}
#footer p {
	margin:0;
	padding:5px;
}
#footer p a {
	text-decoration: none; 
	color: #fff; 
}
#footer p a:hover {
	text-decoration: underline; 
}
TD.menu A.menu_page { 
	text-decoration: none; 
	font-weight: normal; font-size: 14px; 
	color: #663300; 
	margin-left: 16px;
}
TD.menu A.menu_page_selected { 
	font-weight: bold; font-size: 14px; 
	color: #663300; 
	margin-left: 16px;
	text-decoration: none; 
}
TD.content_page P{
	font-size: 12px; 
	color: #663300; 
}
TD.content_page P A{
	font-size: 12px; 
	color: #663300; 
	text-decoration: none;
}
TD.content_page P A:hover{
	text-decoration: underline;
}
