
/* Threerivers Layout Stylesheet */ 
body{
 padding: 0px;
 /* background: #FFFF33; */
 background: #550066;
 color: #550066;
 font-size: 1.2em;
 margin: 0px auto;
}

header {
  text-align: center;
}

.address {
  font-style: italic;
  text-align: center;
}

.clear {
  clear: both;
}

.special_rules {
  font-style: italic;
  text-align: center;
}

.directions {
  margin-left: 5em;
  width: 75%;
  text-align: center;
}

.directions p {
  text-align: center;
}

.embolden {
  font-weight: bold;
  font-size: 1.1em;
}

.left {
  margin-left: 5em;
  float: left;
  width: 40%;
}

.right {
  float: right;
  width: 40%;
}

.centered {
  text-align: center;
}

/*#hdr{
 height:35px;
 background:#FFFFFF;
 color:#000000
 border:solid #000000;
 border-width:2px 0px;
 margin:40px 0 0 0;
 } */
 
#content_body {
 background: #FFFF33;
 width: 800px;
 margin: 0px auto;
 padding-left: 4em;
 padding-right: 4em;
}

#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 border: 2px solid #FFFF00;
 background: #FFFFFF;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 700px; 
 }

#rh-col{
/* margin: 20px 20px 20px 220px; */
 margin: 20px 20px 20px 220px;
 border: 2px solid #FFFF00;
 background: #FFFFFF;
 color: #333333;
 padding: 20px;
 }
