/* general html declarations */

html { height: 100%; }

a, a:link , a:visited  { text-decoration: none; color: #ffffff }

a:hover { text-decoration: underline; }

* { margin: 0; padding: 0;}

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

.hide { display: none; }



body {

  margin:0;

  padding:0;

  background:#fff;

  color: #fff;

  overflow: -moz-scrollbars-vertical;

  background: #fff url('http://www.missourifairsandfestivals.org/img/wheelbg2.jpg') repeat top center; 

}



table, tr, td { padding: 0; margin: 0;}
right { text-align: right; }
center { text-align: center; }
left { text-align: left; }
em { font-style: italic; }
large { font-size: large; }

small {font-size: 6px}
strong { font-weight: bold; font-style: normal; }
img { border: 0;}
hide { display: none; }
float-left { float: left; padding: 5px; }
float-right { float: right; }
pre { font: 11pt Arial, Helvetica, sans-serif; font-weight: normal; font-style: italic; color: #ffffff; }
/* end general html declarations */



/* typography */

p, ul, ol {margin: 0 0 1.5em }

h1 {font-size: 196%; margin-top:.6em }

h2 {font-size: 190%; color: #FFFF00; font-weight: bold; font-style: italic; text-align: center;}

h3 {font-size: 160%; color: #CC0000; font-weight: bold; text-align: center; }

h4 {font-size: 116%; font-weight: bold; text-align: center;}

h5 {font-size: 106% }

h6 {font-size: 96% }



.highlight { color: #E17000 }

.subdued { color: #999 }

.error { color: #c00; font-weight: bold }

.success { color:#390; font-weight: bold }

.caption { color:#999; font-size: 11px }

.date { font: bold 82% arial; color: #bbb; display: block; letter-spacing: 1px }

.block  { text-align: left;  padding: 20px 20px 20px 20px;}

/* end typeography */



/* Some handy colors to have available */
.red { color: #CC0000; }	
.blue { color: #000E67; }
.green { color: #004900; }	
.purple { color: #240036; }

.charcoal { color: #4A4A4A; }

.lime { color: #ABE05A; }

.yellow { color: yellow; }

/* End handy colors */



.header {

  position: absolute;
  top: 8px;
  left: 220px;
  width: 710px;
  height: 147px;
  padding: 0px 20px 20px 20px;

  background: #fff url('http://www.missourifairsandfestivals.org/img/topper4.gif') no-repeat top center;

}



.nav {
  position: absolute;
  top: 110px;
  left: 436px;
  font: 11pt Arial, Helvetica, sans-serif;

  font-weight: bold;

  font-style: normal;

  color: #ffffff; }

  

.container {

  position: absolute;
  top: 175px;
  left: 246px;
  width: 690px;

  background-color: #003366;

 }

 

 .welcome { font-size: 190%; color: #CC0000; font-weight: bold; text-align: center; }

 .creating { font-size: 190%; color: #FFFF00; font-weight: bold; font-style: italic; text-align: center; }