body {
    background: #FADCA9 url(../images/bg_header.png) repeat-x;
    margin: 0;
    padding: 0 0 20px;
    width: 817px;
}

body * {
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a:link, a:visited {
    color: #F7B00B;
}

a:hover {
    color: #E73020;
}

hr {
    background: #E73020;
    color:  #E73020;
}

img.main {
    float: left;
    display: block;
    position: relative;
    left: 11px;
    top: 14px;
    margin: 0;
}

h1.members {
    margin: 15px 0 10px 220px;
    text-transform: lowercase;
	font-size: 12px;
}

form input, form select, form option, form textarea {
    color: Black;
    background: White;
    border: none;
}

form input, form textarea {
    padding: 2px;
}

form td {
    padding: 2px;
}

form fieldset {
    margin-bottom: 10px;
    border: 1px solid #F7B00B;
    padding: 0 10px 10px;
}

form fieldset legend {
    font-weight: bold;
    text-transform: lowercase;
    margin-bottom: 10px;
}

form button {
    background: transparent;
    border: 1px solid #F7B00B;
    padding: 2px;
    color: Black;
}

#header {
    height: 125px;
    position: relative;
}

.header-hr {
    background: url(../images/header_hr.png) no-repeat;
}

.header-en {
    background: url(../images/header_en.png) no-repeat;
}

#header h1 {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    font-weight: bold;
}

#header ul {
    margin: 0;
    padding: 0 3px 0 0;
    list-style: none;
    position: absolute;
    right: 100px;
    bottom: 10px;
    /*border-right: 1px solid #F7B00B;*/
}

#header ul li {
    display: inline;
    margin: 0;
    padding: 0 0 0 3px;
    /*border-left: 1px solid #F7B00B;*/
}

#header ul li a:link, #header ul li a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
    padding: 0 2px;
    font-size: 11px;
}

#header ul li a:hover {
    color: #F7B00B;
    text-decoration: underline;
}

#header ul.languages {
    right: 0;
}

#header ul.languages li {
}

.content {
    padding: 0;
    margin: 15px 0 50px 220px;
}

.content h1 {
    text-transform: lowercase;
    margin: 0 0 20px 0;
    font-size: 12px;
}

.content p.separate {
    margin: 10px 0;
    font-size: 11px;
    font-weight: bold;
}

.content div.performance {
    padding: 20px 0;
    border-bottom: 2px solid #F7B00B;
}

.content div.performance h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}

.content div.performance p {
    margin: 0;
}

.content div.performance p.date {
    font-weight: bold;
    font-size: 14px;
}

.content div.performance p.program {
    font-style: italic;
    margin-bottom: 10px;
}

.content .seasons, .content .seasons a {
	 font-size: 14px;
	 font-weight: bold;
}

.content .news {
    border-bottom: 1px solid #F7B00B;
}

.content .news h2 {
    font-size: 1.5em;
}

form.order-form button {
   display: block;
   margin-left: 220px;
   cursor: pointer;
}

.indented {
   margin-left: 220px;
}

table.members {
    margin: 15px 0 30px 10px;
}

table.members td {
    padding: 0;
    vertical-align: top;
}

table.members .content {
    padding: 0 10px 10px 15px;
}

table.members .content p {
    margin: 0 0 10px;
}

.review {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #F7B00B;
}

.review address {
    text-align: right;
    margin: 5px 0 0;
    font-weight: bold;
}

table.gallery {
    margin: 10px auto;
}

table.gallery td {
    text-align: center;
}

table.gallery td a {
    display: block;
    margin: 15px 15px 0;
}

table.gallery td p {
    margin: 5px 0 15px;
    padding: 0;
    text-align: center;
}

.youtube {
    margin-left: 90px;
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: bold;
}

.youtube a {
    display: block;
    margin-top: 10px;
}