html,body,div,
table,th,caption,
form,fieldset,legend,
input,select,textarea,button,
ul,ol,li,dl,dt,dd,address,
img,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

td,th {
    font-weight: normal;
}

img {
    border: 0;
    vertical-align: top;
}

ul,ol {
    list-style: none;
}

address {
    font-style: normal;
}

sup {
    vertical-align: top;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearer {
    clear: both;
    float: none;
    font-size: 1px;
    line-height: 0;
    height: 0;
    overflow: hidden;
    display: block;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.inline       {
    display:inline !important;
}

a {
    color: #8a8187;
    outline: 0;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #aa001f;
}

.article_separator, .row_separator,      .leading_separator {
    display: none;
}



h2 {
    font-weight: normal;
}





html,body {
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #fafafa;
}




#content {
    min-height: 500px;
}



.wrap {
    width: 994px;
    margin: 0 auto;
}

#header {
    height: 183px;
}

h1#logo {
    background: url('../images/logo.jpg') no-repeat;
    float: left;
    width: 165px;
    height: 183px;
    margin: 0;
}

h1#logo a {
    width: 165px;
    height: 183px;
    display: block;
    text-indent: -3000px;
}

div.header_image {
    margin-left: 165px;
    position: relative;
}

div#jflanguageselection {
    position: absolute;
    bottom: 16px;
    right: 40px;
}

ul.jflanguageselection li {
    display: inline;
    margin: 0 10px;
}

ul.jflanguageselection li:first-child {
    margin-left: 0;
}

ul.jflanguageselection li:last-child {
    margin-right: 0;
}

ul.jflanguageselection li a {
    font-size: .8em;
    font-weight: bold;
    color: #fafafa;
    text-decoration: none;
}

ul.jflanguageselection li a:hover {
    text-decoration: underline;
}

#navigation {
    background: url('../images/navigation_bg.jpg') no-repeat;
    height: 531px;
    width: 165px;
    float: left;
}

#content {
    margin-left: 165px;
    background: url('../images/content_bg.jpg') no-repeat;
    padding: 35px 0 0 35px;
	position:relative;

}

#photo {
    overflow: hidden;
    width: 480px;
    float: left;
}

#photo_list {
    margin-left: 480px;
    padding-left: 10px;
}

#photo_list ul li {
    display: inline-block;
    *display: inline; /* <3 IE*/
    margin: 0 3px 7px 3px;
}

#navigation ul {
    /*margin-top: 35px;*/
    margin-top: 20px;
}

#navigation ul li {
    text-align: center;
    margin: 10px 0;
}

#navigation ul li a {
    color: #333;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

#navigation ul li a:hover {
    text-decoration: underline;
    color: #aa001f;
}

#footer {
    margin-top: 20px;
    background: url('../images/footer_line.jpg') no-repeat top right;
    padding-left: 200px;
    overflow: hidden;
    text-align: center;
    clear: both;
}

#footer ul {
    margin: 20px 0 10px 0;
}

#footer ul li {
    display: inline;
    margin: 0 10px 0 0;
    padding-right: 10px;
    border-right: 1px solid #888;
}

#footer ul li a {
    color: #999;
}

#page {
    line-height: 1.5em;
}

#footer ul li a:hover,
#footer ul li a.active,
#footer ul li#current a {
    color: #eee;
    text-decoration: none;
}

#footer ul li:last-child {
    border: 0;
}

.contenttoc {
    display: none;
}
.pagenavcounter {
    display: none;
}
/**********************************/
#thumbnails0 {
	margin-left:476px;
	position:relative;
	top:2px;
	width:320px;
}
#thumbnails0 p{display:none;}

table.photos td,
table.photos th 
{
vertical-align: top;
padding: 5px;
}

table.photos th {
  text-align: center;
}

#content p {
  text-align: justify;
}

.leading, .article_row {
	overflow:hidden;
}
.buy-ticket {
  text-align: center;
  background: #000;
  border: 1px solid #000;
  padding: 10px;
  margin: 0 auto;
  width: max-content;
  font-weight: bold;
  font-size: 1.1em;
  transition: all.3s ease-out 0s;
  color: #fff;
  text-decoration: none;
  display: block;
}
.buy-ticket:hover {
  cursor: pointer;
  transition: all .3s ease-out 0s;
  background: #fff;
  color: #000;
  text-decoration: none;
}