/* Localized */
html {
	min-height: 100%;
	margin-bottom: 1px;
	}
body {
	margin: 0;
	text-align: center;
	background: #fff;
	}
.container {
	width: 800px;
	margin: auto;
	}
h1 {
	background: url(../images/header.gif) center no-repeat;
	height: 31px;
	margin: 24px 0;
	}
h1 span, h2 span, h3 span, h5 {
	visibility: hidden;
	}
h2 {
	background: url(../images/logo.gif) center no-repeat;
	height: 53px;
	margin: 12px 0 24px;
	}
h3 {
	background: url(../images/date.gif) center no-repeat;
	height: 109px;
	margin: 24px 0;
	}
h4 {margin: 48px 0 6px}
.underline {border-bottom: 1px solid #777}
h5 {
	clear: both;
	height: 64px;
	}

.home .content {
	width: 320px;
	margin: 0;
	}

.thankyou .content {
	width: 320px;
	margin: 0;
	padding: 24px 0 200px;
	}
.thankyou .content a {
text-transform: uppercase;
font-size: 90%;
}

.schedule .content {
	width: 275px;
	margin: 0 75px 0 0;
	}

.bio .content {
	width: 575px;
	margin: 0;
	}

.registration .content {
	width 250px;
	margin: 0;
	}


.content {
	float: right;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #555;
text-align: justify;
	}
.content a {
	color: #000;
	}

strong {
	color: #000;
	}

.subheading {
margin: 12px 0 0 0;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
font-size: 85%;
	}

.box {
	border: 1px solid #777;
	border-left: none;
	border-right: none;
	margin: 12px 0;
	padding: 8px 2px 0;
	line-height: 1.4em;
	width: 260px;
	text-transform: uppercase;
font-size: 90%;
	}
.box p
	{margin: 0 0 6px}

.box2 {
	border-top: 1px solid #777;
	margin: 12px 0;
	width: 250px;
	}

.times {line-height: 1.3em}
.times p {
	margin: 0 0 6px;
	}

.home {
	background: url(../images/background-home.jpg) 0 50px no-repeat;
	}
.thankyou {
	background: url(../images/background-home.jpg) 0 20px no-repeat;
	}
.schedule {
	background: url(../images/background_schedule.jpg) top left no-repeat;
	}

.bio {
	background: url(../images/meesee.jpg) 0 200px no-repeat;
	}

.registration {
	background: url(../images/background_registration.jpg) 0 50px no-repeat;
	}

.menu {
	font-family: georgia, "Times New Roman", times, serif;
	font-size: x-small;
	text-transform: uppercase;
	}

.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
letter-spacing: 3px;
  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu li span {
  padding:4px 16px 4px 0;
  color:#555; 
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 16px 4px 0;
  color:#000; 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  text-decoration: underline;
  }

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

form {width: 275px;}
form p {font-size: 90%}
form table {width: 100%; margin: 8px 0 0 0 }
table td {vertical-align: top;}
table td.left {padding: 0 8px 0 0}
table td.right {text-align: right}
table.table1 {text-transform: uppercase;  font-size: x-small}
table.table2 {font-size: 90%}
.extra {background: #eee; padding: 8px; width: 250px; font-size: x-small; line-height: 1.6em}
.extra .heading {font-size: x-small; color: #000; text-transform: uppercase; text-align: center}
.extra p {margin: 0}