html  {
    background: #000000 url(../images/bg.jpg) top center no-repeat;
}

body {
    font-family: Verdana, Arial, Helvetica;
    font-size: 9pt;
    color: #ffffff;
}

a {
    color: #ffffff;
}

a:hover {
    color: #ff0000;
    text-decoration: none;
}

.layout {
    width: 1100px;
}

#header {
    background: url(../images/bg-header.jpg) top center no-repeat;
    height: 268px;
}

.header-column1 {
    width: 316px;
    padding-top: 220px;
    margin-left: 60px;
    text-align: right;
}

.header-column2 {
    width: 349px;
    height: 119px;
    margin-top: 165px;
}

.header-column3 {
    width: 370px;
    padding-top: 220px;
}


.text-column1 {
    width: 160px;
    margin-right: 80px;
    margin-left: 25px;
    margin-top: 0px;
    text-align: right;
}

.text-column2 {
    width: 488px;
    margin-top: -10px;
}

.content-block {
    margin-top: 25px;
}

.content-column1 {
    width: 285px;
    margin-right: 20px;
}

.content-column2 {
    width: 183px;
}

.sponsors {
    text-align: center;
    margin-left: 90px;
}

.datelocation {
    margin-left: 10px;
    margin-bottom: 40px;
}

.error {
    color: #ff0000;
    margin-left: 10px;
}

#gallery {
  padding: 0px;
  margin-left: 0px;
  text-align: left;
}

#gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#gallery ul li {
  display: inline;
  margin-right: 21px;
  margin-bottom: 5px;
}

#gallery ul img {
    border: 0px;
    margin-bottom: 10px;
}

#gallery ul a:hover img {
    color: #ffffff;
}

#gallery a {
    color: #ffffff;
    text-decoration: none;
}

#gallery h1 {
    margin: 0;
    font-weight: normal;
    padding: 15px 0 15px 0px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12pt;
}

.ro {
    margin-right: 5px;
}

