/* START: Site Header */
td {
      padding-bottom: 20px;
}


h2 {
      font-weight: normal;
      font-style: italic;
      font-family: "Courier New", Courier, monospace;
      color: #836e2c;
      padding-bottom: 15px;
      font-size: 1.4em;
      line-height: 25px;
      border-bottom-width: 1px;
      border-bottom-style: dotted;
      border-bottom-color: #666666;
      margin-bottom: 15px;
}

h3 {
      font-weight: bold;
      color: #333333;
      padding-bottom: 10px;
      font-size: 17px;
}

h4 {
      font-weight: bold;
      color: #C0BDAA;
      padding-bottom: 10px;
      font-size: 17px;
}

h5 {
      font-weight: bold;
      color: #000;
      padding-bottom: 10px;
      font-size: 17px;
      width: 400px;

}


p {
      padding-bottom: 10px;
      color: #525252;
      font-family: "Courier New", Courier, monospace;
      font-size: 15px;
      line-height: 20px;
      font-weight: lighter;
}
a {
      color: #8d765d;
      text-decoration: underline;
}
a:hover {
      color: #333333;
      text-decoration: none;
}


#mainContent {
	  width: 794px;
}

#content { 
      position: relative;
      width: 264px;
      height: 500px; /*Doesn't position right in ieSUX, so had to make separate style in ie7.css*/
      min-height: 550px; /*Doesn't position right in ieSUX, so had to make separate style in ie7.css*/	
}


#content .secCon1 {
      width: 205px;
      position: relative;
      float: left;
      z-index: 6;
}

#iEventInfo {
      width: 700px;
      position: absolute;
      z-index: 6;
	  padding-top: 15px;
	  font-family: "Courier New", Courier, monospace;
	  font-size: 12px;
	  line-height: 20px;
	  left:350px;

	  color: #928E7E;
	  float:right;
}

* {
      margin: 0;
      padding: 0; 
	  
}

