* {
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center;
  font-family: arial, Helvetica,sans-serif;
  font-size: 12px;
}

a {
  color: #950013;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  padding: 5px 0px;
}


h2 {
  clear: both;
  font-size: 22px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  margin: 20px 0px;
}

h3 {
  clear: both;
  font-size: 16px;
   margin: 15px 0px 0px;
}

table {
  margin-top: 5px;
  border-collapse: collapse;
}

th, td {
  padding: 2px;
  text-align: left;
}

a img {
    border: none;
}

.cleaner {
  clear: both;
}

.left {
  float: left;
}

.right {
   float: right;  
}

.red {
  color: #950013;
  font-weight: bold;
}

#header {
  width: 100%;
  height: 180px;
  position: relative;
  font-size: 15px;
  color: #000;
  text-align: left;
}

#header h1 {
  font-size: 30px;
  width: 430px;
  float: left;
}

#header .left {
  left: 0px;
  position: absolute;
  top: 120px;
}

#header .right {
  left: 260px;
  position: absolute;
  top: 120px;
  width: 360px;
}

#logo {
  float: right;
}

#wrapper {
  width: 100%;
  height: auto;
  text-align: left;  
}

#menu, #footer {
  display: none;
}



#content {
  width: 100%;
  text-align: left;
  margin-right: 40px;
  padding-bottom: 30px;
}

#content ol, #content ul {
  margin-left: 35px;
  padding: 5px 0px;
}

#gallery p a img {
  margin-left: 10px;
  border: 1px solid #fff;
}

#gallery p a:hover img {
  border: 1px solid #950013;
}

#gallery p a:first-child img {
  margin-left: 0px;
}

