body{
  font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
  font-size: 14px;
  margin:0;
  padding:0;
  line-height: 1.5em;
  background-color: #8F2225;
}

h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-variant:small-caps;
}

h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
}

h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
}

#maincontainer{
  width: 900px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  background-color: #FFFFFF;
}

#topsection{
  height: 100px;
  background: url(./images/header.png) no-repeat center; /*custom bullet list image*/
}

#namessection{
  height: 120px;
  background-color: #000;
  height: 100px;
  text-align: center;
  width: 100% !important;
  position: absolute;
  left: 0px;
  top: 100px;
}

#namessection h1 {
  margin-top: 50px;
  font-size: 40px;
  color: #FFF;
  text-align: center;
}

#contentwrapper{
  float: left;
  width: 100%;
  min-height: 600px;
  margin-top: 120px;
}

#contentcolumn{
  margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
  float: left;
  width: 200px; /*Width of left column*/
  margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
  margin-top: 160px;
}

#footer{
  width: 100%;
  color: #000;
  clear: both;
  height: 100px;
  background: url(./images/header.png) no-repeat center; /*custom bullet list image*/
  border-top: 3px solid #000000;
  display: inline-block;
  background-position: center bottom;
  margin-top: 30px;
}

.innertube{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
}

#leftcolumn{
  width: 180px; /*width of menu*/
}

#leftcolumn ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
  font-size: 16px;
}

#leftcolumn ul li{
  padding-bottom: 2px; /*bottom spacing between menu items*/
}

#leftcolumn ul li a{
  color: #8F2225;
  display: block;
  padding: 2px 0;
  padding-left: 19px; /*link text is indented 19px*/
  text-decoration: none;
  font-weight: bold;
}

#leftcolumn ul li a:visited{
  color: #8F2225;
}

#leftcolumn ul li a:hover{ /*hover state CSS*/
  background-color: #F3F3F3;
}

.c-photo img { 
  border: 4px double #000000; 
}

.center {
  text-align: center;
}

.right {
  float: right;
  margin-left: 20px;
}

table#event_table {
  margin-top: 30px;
}

#event_table h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: normal;
}

table#event_table td {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
  font-size: 14px;
}

#attr_table h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: normal;
}

table#attr_table td.left {
  padding-right: 30px;
  vertical-align: top;
}

table#attr_table td.right {
  padding-left: 30px;
  padding-right: 30px;
}

table#attr_table td {
  padding-bottom: 20px;
  padding-top: 20px;
  font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
  font-size: 14px;
}

table#attr_table {
}

.left {
  float: left;
  margin-right: 20px;
}

.newblock {
  clear: both;
  padding-bottom: 10px;
  padding-top: 5px;
}

.address {
  padding-top: 5px;
  vertical-align: middle;
  line-height: 150%;      
}

div.hr {
  padding: 10px;
  height: 15px;
  background: #fff url(./images/hr.jpg) no-repeat scroll center;
}

hr {
  display: none;
}

a.registry_button
{
  display: block;
  border: 2px #FFFFFF solid;
  padding: 2px 5px;
  text-decoration: none;
  color: #000000;
  text-align: center;
  width: 300px;
  height: 240px;
}

a.registry_button:hover {
  border: 2px #8F2225 outset;
}

a.registry_button_2
{
  display: block;
  border: 2px #FFFFFF solid;
  padding-top: 10px;
  text-decoration: none;
  color: #000000;
  text-align: center;
  width: 300px;
  height: 180px;
}

a.registry_button_2:hover {
  border: 2px #8F2225 outset;
}
