body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #663300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/gradient.jpg);
	background-color: #d5c2a2;
	background-repeat: repeat-x;

}
.tableDrop {
	background-color: #fff5e5;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
.outerBoarder {
	border: 2px solid #663300;
}
.innerBoarder {
	border: 1px solid #663300;
}
#scroll {
position:absolute;
top:0;
bottom:-0.1px;
width:1em;
z-index:-1;
}