body   { background: gray url(pix/bg.jpg) repeat-y center}
td, a  { color: #311; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
.copy  { color: #976; font-size: 8pt; }
.copy a { text-decoration: none }
.copy a:hover { color: #600; }
h1 { font-size:24px }
img {
	border-right-style: none;
	border-right-width: 20px;
	border-style: solid;
	border-color: white;
}

table.main {
	border-width: 5px;
	border-style: outset;
	border-color: rgb(225, 217, 206);
	border-collapse: separate;
	background-color: white;
	width:750px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11pt;
	letter-spacing: 1pt;
	list-style-type: none;
	list-style-position: outside;
	font-weight : bold;
	border-bottom: 2px solid #ccc;
	margin: 0px;
	padding: 0;
}
		
#menu a {
	display: block;
	padding: 6px 1px 6px 0.5em;
	background-color: #511;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

	#menu a:hover {
		background-color: rgb(225, 217, 206);
		color: #311;
}

