body {
	color: #000;
	background-color: #cec5b4;
	font: 12px "Palatino Linotype", "Times New Roman", serif;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: none;
}
p#banner {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
p#logo {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
table#frame {
	margin: auto;
        width: 795px;
	background-color: #fff;
	border-collapse: collapse;
}
table#frame td {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	font: 12px "Palatino Linotype", "Times New Roman", serif;
}
a {
	color: blue;
	background-color: transparent;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
table#frame td#menu {
	width: 145px;
	color: #000;
	background: #f84e2d url(/images/background.gif) repeat-y 0px 205px;
	vertical-align: top;
}
table#frame td#menu p#links {
	clear: left;
	margin-top: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
	/* Mike: this one:  border: 1px solid #f84e2d; */
}
table#frame td#menu p#links a, table#frame td#menu span.current {
	display: block;
	text-decoration : none;
	font-weight: bold;
	margin-top: 5px;
	margin-left: -10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	border-top: 1px solid #000;
}
table#frame td#menu p#links > span:first-child {
	border-top: none;
}
table#frame td#menu p#links > a:first-child {
	border-top: none;
}
table#frame td#menu a:link {
	color : #000;
	background-color: transparent;
}

table#frame td#menu a:visited {
	color : #000;
	background-color: transparent;
}

table#frame td#menu a:hover {
	color : #888;
	background-color: transparent;
}
table#frame td#menu span.current {
	color : #fff;
}
div#content {
	margin:0;
	padding: 0px 12px 10px;
	width: 620px;
}
div#content td {
	padding-bottom: 20px;
}
div#content td img {
	text-align: center;
}
div#trailer {
	margin-top: 15px;
	text-align: center;
	color: #000;
	background-color: transparent;
}

