* {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

div#page {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    padding: 0px;
    padding-top: 20px;
    color: white;
}

body {
    background-image: url('images/bg.jpg'); 
    background-repeat: no-repeat; 
    background-position: top center;
    background-color: black;
}

#header {
    width: 667px;
    height: 505px;
    margin-left: auto;
    margin-right: auto;
/*    background-position: bottom center; */
}

#left_menu {
    position: absolute;
    height: 215px;
    width: 155px;
    margin-left: -320px;
    margin-top: 40px;
    left: 50%;
}

#right_menu {
    position: absolute;
    height: 215px;
    width: 156px;
    margin-left: 170px;
    margin-top: 40px;
    left: 50%;
}

#left_menu_ie {
    position: absolute;
    height: 215px;
    width: 155px;
    margin-left: -320px;
    margin-top: -220px;
    left: 50%;
}

#right_menu_ie {
    position: absolute;
    height: 215px;
    width: 156px;
    margin-left: 170px;
    margin-top: -220px;
    left: 50%;
}

img {
    border: none;
}

#header_top {
    width: 667px;
    height: 153px;
}

#header_left {
    width: 207px;
    height: 259px;
    float: left;
}

#header_center {
    float: left;
    height: 259px;
    width: 255px;
}

#header_right {
    width: 205px;
    height: 259px;
    float: left;
}

#header_bottom {
    width: 667px;
    height: 93px;
    float: left;
}

#menu {
    text-align: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#content {
    padding-left: 10px;
    padding-right: 10px;
}


#news_box {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-top: 5px;
    width: 400px;
    color: white;
    border-bottom: 1px dotted #CCCCCC;
}

#news_date {  
    height: 30px;
}

#news_title {
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    color: #c37f00;
}

#news_text {
    text-align: justify;
    padding-bottom: 5px;
}

#guest_message {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-top: 5px;
    width: 400px;
    color: white;
    border-bottom: 1px dotted #CCCCCC;
}


span#message_email {
    font-size: 14px;
    text-transform: none;
}

#guest_date {  
    height: 30px;
}

#guest_title {
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    color: #c37f00;
}

#guest_text {
    text-align: justify;
    padding-bottom: 5px;
}


#gallery {
    width: 480px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

#gallery_image {
    height: 100px;
    width: 100px;
    text-align: center;
    float: left;
    padding: 10px;
}

#products {
    width : 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: auto;
}

#product {
    float: left;
    width: 200px;
    text-align: center;
    padding: 5px;
    margin: 10px;
}

#product_image {

}

#product_text {
    text-align: center;
    font-size: 18px;
}

#product_price {
    text-align: center;
    height: 30px;
    font-weight: bold;
}

#new_message {
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    padding-bottom: 20px;
}


#video_box {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    height: 220px;
    padding: 0px;
}

#video_image {
    float: left;
    width: 280px;
    height: 200px;
    padding: 10px;
}

#video_description {
    float: left;
    width: 180px;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}

#extras_box {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 170px;
    padding: 0px;
}

#extras_image {
    float: left;
    width: 150px;
    height: 150px;
    padding: 10px;
}

#extras_contents {
    float: left;
    width: 210px;
    padding: 10px;
    
}

#extras_description {
    width: 210px;
    height: 70px;
    padding-top: 40px;
}

#extras_download {
    height: 40px;
    width: 210px;
    text-align: center;
}

#extras_download a {
    font-size: 22px;
}

#new_message span{
    float: left;
    width: 50px;
}

#new_message input {
    width: 300px;
}

#new_message textarea {
    width: 300px;
}
#flags {
    width: 667px;
    position: absolute;
    text-align: right;
}

#text {
    text-align: justify;
    padding-bottom: 20px;
}

#event_box {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-top: 5px;
    width: 500px;
    color: white;
    border-bottom: 1px dotted #CCCCCC;
    overflow: auto;
    padding-bottom: 5px;
}

#event_box h1 {
    font-size: 12px;
    color: #c37f00;
    text-transform: uppercase;
    font-weight: bold;
}

#event_date {
    float: left;
    width: 100px;
}

#event_text {
    float: left;
    width : 200px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#event_private {
    float: left;
    width: 50px;
    text-align: center;
}

#event_loc {
    float: left;
    width: 130px;
    text-align: right;
}

#media_title {
    width: 450px;
    height: 25px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 20px;
    color: #c37f00;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

h1#shows_title {
     font-size: 20px;
     color: #c37f00;
     text-transform: uppercase;
     font-weight: bold;
/*    border-bottom: 1px dotted #CCCCCC;   */
    margin-left: auto;
    margin-right: auto;
 }



#media_title a {
    font-size: 18px;
    color: #c37f00;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

#media_title a:hover {
    text-decoration: underline;
}

span#enp {
    color: #c37f00;
}

A:link {
    color: white;
}

A:visited {
    color: white;
}

A:active {
    color: white;
}
A:hover {
    color: #c37f00;
}

#contacts_box {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#line {
    width: 400px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 10px; 
    margin-bottom: 0px; 
    border-bottom: 1px dotted #CCCCCC;
}

#footer {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    text-align: center;
}