/* Basics
----------------------------------------------- */
body {
	padding: 10px 0 50px 0;
	/*background-image:url(../images/typewriter_museum_slk_bg.gif);*/
}
body, p, td, th, div, blockquote, dl, ul, ol {
	font-size: 11px;
	line-height: 1.8em;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;	
}
form, input {
	margin: 0;
	padding: 0;	
}
img {
	border: 0;
}
a {
	color: #DD9835;
	font-weight:bold;
}
a:hover {
	color: #5F301D;
}
p {
	margin: 0 0 1em 0;
}
h1 {
	color: #5F301D;	
	font: normal 20px Tahoma, Arial, sans-serif;
	margin: 0 0 0.5em 0;
}
h2 {
	color: #5F301D;	
	font: bold 16px Tahoma, Arial, sans-serif;
	margin: 1.5em 0 0.5em 0;
}

/* Header
----------------------------------------------- */
/* Structure
----------------------------------------------- */
#container {
	margin: 0 auto;
	width: 750px;
	padding: 30px 5px 5px 5px;
	border: 1px solid #5F301D;
	background-color:#FFFFFF;
}
#logo {	
	height: 59px;
	margin-bottom: 6px;
}
#logo img {
	float: right;
}
#intro {
	border: 1px solid #5F301D;
	padding: 3px;
	background: #fff;
	margin: 4px 0 0 0;
}
#intro-inner {
	background: #5F301D;
}
#main {
	border: 1px solid #5F301D;
	margin: 4px 0 0 0;
	padding: 0 0 15px 0;
}
.main-border {
	border-left: 3px solid #000;
	margin: 15px 0 0 145px;	
	width: 450px;
	padding: 5px 0 5px 1em;
}
#footer {
	width: 750px;
	margin: 0 auto;
	padding-top:10px;
}

/* Navigation
----------------------------------------------- */
#nav {
	padding:5px;
	background:#DE8703;
}
#nav span {
}
#nav span a {
	font-size:14px;
	padding:8px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	/*background:#DE8703;*/
}
#nav span a:hover {
	color:#5F301D;
}
#nav span a.firsti {
	margin-left:8px;
}

/* Search
----------------------------------------------- */
/* Headings
----------------------------------------------- */
/* Lists
----------------------------------------------- */
.thumbnail {
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
}
.thumbnail img {
	display: block;
}
.clearer {
	clear: both;
	height: 0.3em;
}
.characters a {
	font-size:larger;
	text-decoration:none;
	display:block;
	float:left;
	padding:1px 2px;

	border-top:1px solid #5F301D;
}
/* Forms
----------------------------------------------- */
/* Links
----------------------------------------------- */
/* Misc
----------------------------------------------- */
.skip {
	display: none;
}
table.tw-thumbnails {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
table.tw-thumbnails td {
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 5px;
}
table.tw-thumbnails br {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0px;
	font-size: 0;
}


/* sIFR
----------------------------------------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 25px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 32px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
