* {
	margin: 0;
}
body {
	color: #333;
	font-family: CenturyGothic, Futura, Arial;
	font-size: 10pt;
	background: white;
	margin: 0px;
	max-width: 1024px;
	background: #fff;
	height: 100%
}

div#background {
}

td {
	vertical-align: top;
}

h1 {
	clear: both;
	margin: 0;
	padding: 2px 0 0px 5px;
	margin: 8px 0;
	color: #000000;
	background: #eee;
	font-size: 20pt;
	border-bottom: 1px solid black;
}

h2 {
	clear: both;
	color: #BF7830;
}

h3 {
	clear: both;
	color: #cc4400;
}

.clear {
	clear: both;
}

#header {
	padding: 0;
	background: url(header.jpg) no-repeat;
	color: #ffffd0;
	height: 100px;
	border-bottom: 1px solid #401500;
}
#logo {
	margin-top: 8px;
	margin-right: 10px;
	float: right;
}
#footer {
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	text-align: center;
	color: #ccc;
	background: #444;
	padding: 0;
	font-size: 8pt;
	width: 1024px;
}

.caption {
	font-size: 8pt;
	color: #A63700;
	text-align: center;
}
#lhs {
	position: absolute;
	width: 154px;
	left: 0;
	bottom: 0;
	top: 100px;
	background: url(keys.png) repeat;
}
#lhsextra {
	
}
#content {
	width: 864px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto 30px 160px;
	/* background: url(aronoff3png.png) no-repeat; */
}

#smallcontent {
	width: 520px;
}

#rhs {
	position: absolute;
	background: #444;
	color: #eee;
	width: 330px;
	left: 684px;
	top: 100px;
	bottom: 0;
	padding: 5px 5px;
}


ul#menu {
	list-style: none;
	margin: 10px 0 0 60px;
	padding: 0;
	top: 50px;
	height: 300px;
}

ul#menu li {
	width: 75px;
	height: 22px;
	text-align: center;
	font-size: 9pt;
}

a#slot1 {
	position: absolute;
	left: 68px;
	top: 35px;
}

a#slot2 {
	position: absolute;
	left: 68px;
	top: 68px;
}

a#slot3 {
	position: absolute;
	left: 68px;
	top: 98px;
}

a#slot4 {
	position: absolute;
	left: 68px;
	top: 128px;
}

a#slot5 {
	position: absolute;
	left: 68px;
	top: 158px;
}

a#slot6 {
	position: absolute;
	left: 68px;
	top: 188px;
}

a#slot7 {
	position: absolute;
	left: 68px;
	top: 218px;
}

a#slot8 {
	position: absolute;
	left: 68px;
	top: 248px;
}

p {
	margin: 5px 10px 10px 2px;
}

.body {
	text-align: justify;
	text-indent: 6mm;
	max-width: 888px;
}

a { color: #FF330A; }
a:hover { color: #FF330A; }
a:visited { color: #FF330A; }
a:clicked { color: #FF330A; }

#menu li a { color: black; text-decoration: none; }
#menu li a:hover { color: black; }
#menu li a:visited { color: black; text-decoration: none; }
#menu li a:clicked { color: black; text-decoration: none; }

.img-right {
	float: right;
	margin-left: 9px;
	border: 1px solid #332000;
	background: white;
}

.img-left {
	float: left;
	margin-right: 9px;
	border: 1px solid #332000;
	background: white;
}

.center {
	text-align: center;
}

img.b {
	border: 1px solid #332000;
}

.showfront {
	width: 330px;
	font-size: 9pt;
	text-align: right;
	padding-bottom: 15px;
	clear: both;
}

.showfront b {
	font-size: 13pt;
}

.fullwidth {
	width: 90%;
	padding-left: 10px;
}
.r {
	text-align: right;
}

table.fullwidth tr.even {
	background: #FFF1EB;
}
table.fullwidth tr.odd {
	background: #ffffff;
}
table.fullwidth tr td {
	padding: 3px;
}
table.table {
 	border: 1px solid #4D0026;
}
table.table tr {
 	background: #cdf;
}
table.table tr.even {
 	background: #ddf;
}
table.table tr td {
	padding: 0px 5px;
}
table.table tr th {
	padding: 0px 5px;
	color: #FFC891;
	background: #669;
}
.flat {
	font: "Arial Unicode MS", Arial;
	font-family: "Arial Unicode MS", Arial;
	font-size: 9pt;
}

.flat sub {
	font-size: 8pt;
}

.misc {
  	color: #808080;
	font-size: smaller;
}
table.covers tr td {
	height: 100px;
}
table.covers tr td.c {
	text-align: center;
}
table.covers tr td img {
	border: 1px solid #332000;
}

table#credit tr td {
  	padding: 0 20px;
}

table.calendar {
	border: 1px solid black;
	clear: both;
	border-collapse: collapse;
}
table.calendar th {
	background: black;
	color: #e0e0e0;
}

table.calendar td {
	border: 1px solid black;
	padding: 3px;
	width: 20px;
	text-align: center;
}

