
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
  background-color:#E5C68D;

	scrollbar-face-color: CDA26B;
	scrollbar-highlight-color: CDA26B;
	scrollbar-3dlight-color: FFF6DF;
	scrollbar-darkshadow-color: 866247;
	scrollbar-shadow-color: CDA26B;
	scrollbar-arrow-color: FFF6DF;
	scrollbar-track-color: CDA26B;
	
}

.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

table.centering {
	width: 100%;
	height: 100%;
}
table.content {
	width: 100%;
	height: 100%;
	border: 3px solid #5b370c;
}

td.content_menu {
  width:30%;
  background-color:#fff6df;
	vertical-align: middle;
	text-align: center;
}

td.content_content {
    font-size: 12px;
	background-color:#ce975d;
  width: 70%;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}
div.container {
	position: relative;
	text-align: left;
	width: 755px;
	height: 430px;
	margin: auto;
}

.images {
  border: 3px solid #5b370c;
}
a.menu {
	padding:0px 0px 0px 25px;
	color: #563031;
	text-decoration:none; 
	font-family: Verdana; 
	font-variant: normal; 
	font-weight: bold;
	font-size: 14px; 
	
}

a.menu:active {
	color: #563031;
	text-decoration:none; 
	font-family: Verdana; 
	font-variant: normal; 
	font-weight: bold;
	font-size: 14px; 

}
a.menu:hover {
	color: #E5C68D;
	text-decoration:none; 
	font-family: Verdana; 
	font-variant: normal; 
	font-weight: bold;
	font-size: 14px; 
}
a {
	color: #000000;
	text-decoration:none; 
	font-family: Verdana; 
	font-variant: normal; 
	font-size: 12px; 
	
}

a:hover {
	color: #E5C68D;
	text-decoration:none; 
	font-family: Verdana; 
	font-variant: normal; 
	font-size: 12px; 
}
