body {
	height:100%;
	padding:0;
	margin:0;
	border:0;
      font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
      color: #000000;
      background-color: #5e0101;
}

a:link {
      font-weight: bold;
      text-decoration: none;
      color: #5e0101;
}

a:visited {
      font-weight: bold;
      text-decoration: none;
      color: #7b5e36;
}

a:hover {
      font-weight: bold;
      text-decoration: underline;
      color: #fbf2df;
}


.footer a:link {
      font-weight: bold;
      text-decoration: none;
      color: #8e0000;
}

.footer a:visited {
      font-weight: bold;
      text-decoration: none;
      color: #7b5e36;
}

.footer a:hover {
      font-weight: bold;
      text-decoration: none;
      color: #000000;
}


object {display: block; margin:0px;}


table.main {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
      bottommargin: 0px;
	topmargin: 0px;
	leftmargin: 0px;
	min-height: 100%;
      background-image: url(images/800bg.jpg);
}
table.main tr {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.main td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
      text-align: left;
	-moz-border-radius: 0px 0px 0px 0px;
      font-family: verdana, arial, helvetica, sans-serif;
      color: #000000;
}
table.main td img {vertical-align: bottom;}


h1 {
	font-size: 150%;
	font-weight: bold;
	color: #8e0000;
	text-align: center;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	color: #8e0000;
	text-align: center;
}

.heading {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.footlinks {
	display:block;
	margin-top: 55px;
	margin-left: 340px;
}


p {
      font-family: verdana, arial, helvetica, sans-serif;
      color: #000000;
}

span.title {
	font-weight: bold;
      font-family: verdana, arial, helvetica, sans-serif;
      font-size: 130%;
      color: #463809;
}

.small {
	font-size: 75%
}

div#global {position:relative; width:979px; height:100%;}
div#content {width: 735px; position: relative; left: 100px; top: 0px;}
div#footer {position: relative; font-size: 75%; color: #000000; height:96px; background-image: url(images/800bottom.jpg);}
div#books {width: 325px; border: 2px solid #5e0101; background: #faf0dc; padding: 10px;}

html, body {
	height: 100%;
}
.content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 4em; /* .push must be the same height as .footer */
}

#topics {
	width: 735px;
	padding: 0;
	margin: 0;
}

table#topics th {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #faf0dc;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 4px 4px 4px;
	background: #463809;
}


table#topics td {
	background: #faf0dc;
	padding: 4px 4px 4px 4px;
	color: #000000;

}

table#topics td.month {
	background: #faf0dc;
	padding: 4px 4px 4px 4px;
	text-align: center;
}

table#topics td.current {
	background: #faf0dc;
	padding: 4px 4px 4px 4px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}


table#topics th.year {
	background: #5e0101;
	padding: 4px 4px 4px 4px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #faf0dc;
}

table#topics th.year a:link {
      font-weight: bold;
      text-decoration: none;
      color: #eebdbd;
}

table#topics th.year a:visited {
      font-weight: bold;
      text-decoration: none;
      color: #eebdbd;
}

table#topics th.year a:hover {
      font-weight: bold;
      text-decoration: none;
      color: #ffffff;
}

#comms {
	width: 735px;
	padding: 0;
	margin: 0;
}

table#comms th {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #faf0dc;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 6px;
	background: #5e0101;
}

table#comms tr td{
	background: #faf0dc;
	padding: 6px 6px 6px 6px;
	color: #000000;
}

table#comms tr.alt td {
	background: #f0e0c1;
	padding: 6px 6px 6px 6px;
	color: #000000;
}

table#comms td.name {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 250px;
}

#nav, #nav a {
    display:block;
    width:979px;
    height:102px;
    background:url("images/menu.jpg") no-repeat;
    padding:0px;
}
#nav a:hover { 
    background-position:0 -102px;
}