/*
** Global settings
*/

body {
	width: 100%;
	min-width: 715px;
	max-width: 1025px;
	text-align: left;
}

html, body {
	margin: 0.05in;
	background: white;
	color: black;
	font-size: medium;
}

	
p, a, ul, li {
	font-family: Georgia, Lucida, "Times New Roman", serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Lucida, "Times New Roman", serif;
	margin-top: .7em;
	margin-bottom: .7em;
	padding: 0;
	color: black;
}

h1 {
  font-size: xx-large;
  font-style: normal;
  color: #660000;
}

h2 {
  font-size: xx-large;
  font-style: italic;
  color: #660000;
}

h3 {
  font-size: x-large;
  font-style: italic;
  color: #660000;
}

h4 {
  font-style: italic;
  font-size: large;
  color: black;
}

h5 {
  font-style: normal;
  font-size: medium;
  color: #660000;
}

h6 {
  font-style: normal;
  font-size: medium;
  font-weight: bold;
  color: black;
  margin-bottom: 0;
}

em {
	font-weight:			bold;
}

td {
	vertical-align: top;
}

a:link {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #700070;
	text-decoration: underline;
}

div {
	border: none;
}

.nowrap {
  white-space: nowrap;
}

div.clear {
  clear: both;
  height: 0;
}

/*
** And the actual layout
*/

div.main {
  margin: 0;
  padding: 0;
  text-align: center;
  font-style: normal;
	border-bottom: 2px solid black;
}


div.trailer {
  text-align: center;
}

p.lastupdate {
  text-align: left;
  font-size: x-small;
}
 

div#main {
  text-align: left;
	font-size: large;
}

div#links {
	position: relative;
	font-style: italic;
  padding: 0 20px 0 20px;
}
p.links {
  text-align: center;
  white-space: normal;
  color: #660000;
}

div#events {
  padding-bottom: 20px;
}

div#events h1, div#events h2, div#events h3, div#events h4, div#events h5, div#events h6 {
  margin-bottom: 0;
}

div#events p {
  margin: 0
}

div#ffree {
  text-align: left;
}

div#ffree h3 {
  text-align: center;
}

div#bios td p {
  text-align: left;
}

p.stafflist {
  padding-left: 4em;
  text-indent: -4em;
  color: #660000;
}

p.stafflist em {
  font-style: italic;
}

p.info {
  text-align: left;
}

form {
  margin: 20px 50px 20px 50px;
  padding: 20px;
  text-align: left;
  border: 2px black;
  background-color: #d2b48c;
}

form p {
  text-align: left;
}

.radioButton {
   text-align: left;
}
   
.formLabel {
   float: left;
   text-align: right;
   padding-right: .5em;
   width: 90px;
}

.formLabelBox {
   margin-left: 100px;
}

form#fbackform input[type="text"] {
  width: 100%;
  font-family: monospace;
}

form#fbackform textarea {
  width: 100%;
  font-family: monospace;
}
.floatCentered {
	display: block;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.floatLeft {
	margin: 0 20px 20px 0;
	float: left;
}

.floatBottomLeft {
  height: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 3px;
}


.floatRight {
	margin: 0 0 20px 20px;
	float: right;
}

.floatTopLeft {
	margin: 0 0 0 0;
	float: left;
	vertical-align: text-top;
}

.floatTopRight {
	margin: 0 0 0 0;
	float: right;
	vertical-align: text-top;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}


