@charset "utf-8";
/* CSS Document */

body {
  background-image: url(/img/design/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

hr {
  height: 2px;
  background-color: #FF0000;
  border-color: #FF0000;
}

table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin: auto;
}

.tdmenu {
  background: url('/img/menu/bg.png') no-repeat;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.style2 {
  font-size: 20px;
  color: #FF0000;
  font-weight: none;
  text-align: left;
}

.style5 {
  font-size: 24px;
  color: #FF0000;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}

a {
  color: #0099FF;
  text-decoration: none;
  border: none;
}

a:visited {
  color: #0099FF;
  text-decoration: none;
  border: none;
}

a:hover {
  color: #0099FF;
  text-decoration: underline;
  border: none;
}

/* Galleria */
.content {
  color: #C9C9C9;
  font: 12px/1.4 "helvetica neue", arial, sans-serif;
  width: 850px;
  margin: 20px auto;
}

h1 {
  font-size: 12px;
  font-weight: normal;
  color: #ddd;
  margin: 0;
}

p {
  margin: 0 0 20px
}

.cred {
  margin-top: 20px;
  font-size: 11px;
}

/* This rule is read by Galleria to define the gallery height and width: */
#galleria {
  height: 520px;
  width: 850px;
}
