html,body {
	margin: 0px;
	padding: 0px;
	scrollbar-track-color: #ccbab2; 
scrollbar-face-color: #ccbab2; 
scrollbar-highlight-color: #A5A5A5; 
scrollbar-3dlight-color: #655438; 
scrollbar-shadow-color: #655438; 
scrollbar-darkshadow-color: #655438; 
scrollbar-arrow-color: #FFFFFF;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #e7dfdb;
	background-image: url(back.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	cursor: crosshair;
}
#container {
	width: 719px;
	margin-right: 1px;
	padding-top: 20px;
}
#my_top {
	height: 293px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}
#logo {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	height: 293px;
	width: 719px;
}
#my_mid {
	text-align: center;
	width: 719px;
	background-image: url(bckgd.jpg);
	background-repeat: repeat;
	padding-bottom: 20px;
}
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bolder;
	color: #655438;
	text-align: right;
	float: right;
	width: 250px;
	margin-top: 270px;
	padding-right: 100px;
}
#menu a {
	color: #655438;
	text-decoration: none;
}
#menu a:hover {
	color: #333333;
}
#table {
	width: 600px;
	margin-top: 70px;
	margin-left: 10px;
	padding-right: 100px;
}
