body {
    background-color: #dadada;
    margin: 0px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#mainContainer {
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
}

#middleContainer {
    width: 900px;
    height: auto;
    margin: 0 auto 0 auto;
    clear: both;
}

#topContainer {
    width: 900px;
    height: 70px;
    margin: 0 auto 0 auto;
    padding: 10px 20px 20px 30px;
    text-align: center;
    clear: both;
}

#leftContainer {
    width: 350px;
    height: auto;
    margin: 0;
    float: left;
}

#rightContainer {
    width: 550px;
    height: auto;
    margin: 0;
    float: left;
    padding-top: -10px;
    padding-bottom: 30px;
}

#filmContainer {
    width: 980px;
    height: auto;
    margin: 50px auto 0 auto;
    clear: both;
}

.filmBox {
    width: 140px;
    height: 200px;
    margin: 0;
    text-align: center;
    float: left;
}

.filmBox img {
    width: 120px;
    height: 170px;
}

#footer {
    width: 900px;
    height: 100px;
    margin: 0 auto 0 auto;
}

#leftFooter {
    width: 350px;
    height: 100px;
    margin: 0;
    float: left;
    font-size: 12px;
}

#rightFooter {
    width: 550px;
    height: 100px;
    margin: 0;
    float: left;
    font-size: 12px;
}

.PageHolder {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

p {
    font-size: 13px;
    line-height: 17px;
}

a {
    font-size: 12px;
    font-weight: bold;
    color: #001784;
    text-decoration: underline;
}

a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #FFCC00;
    text-decoration: underline;
}

img {
    border: 0;
}

.menu a {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.menu a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #3333CC;
}

.menu td {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.menu td:hover {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #3333CC;
}

h1 {
    font-family: 'Audiowide', cursive;
    font-size: 38px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
}

h2 {
    font-size: 21px;
    font-weight: bold;
    color: #333;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

h4 {
    font-size: 27px;
    font-weight: bold;
    color: #FFFF00;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFF00;
}

.addressInfo {
    color: #666666;
    text-align: left;
    font-size: 11px;
}

.horizontalLine {
    height: 1px;
    color: #E1E1E1;
}

.mainTable {
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
}

.contentColumn {
    width: 400px;
    border-width: 0px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #666666;
    padding-right: 5px;
    padding-left: 5px;
}

.resultTable {
    padding: 2px;
}

.firstRowResults {
    color: #000000;
    border-color: #FFCC00;
    border-width: 0px;
    border-style: solid;
    background-color: #FFFFFF;
}

.secondRowResults {
    color: #000000;
    border-color: #FFCC00;
    border-width: 0px;
    border-style: solid;
    background-color: #F3EEF9;
}

.film {
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}

.film a {
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.film a:hover {
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    cursor: hand;
}

.attention {
    font-size: 20px;
    color: #FFCC00;
}

.attention a {
    font-size: 20px;
    color: #FFCC00;
}

.contactBox {
    width: 330px;
    height: 66px;
    border: #CCC 1px solid;
    background: #dddddd;
    background: linear-gradient(to bottom, #dddddd 0%, #666666 100%);
    text-align: left;
    vertical-align: middle;
    margin: 0px 0px 15px 0px;
    float: left;
    -moz-box-shadow: 0 0 3px 1px #e7e7e7;
    -webkit-box-shadow: 0 0 3px 1px #e7e7e7;
    box-shadow: 0 0 3px 1px #e7e7e7;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 5px 10px 5px;
    color: #000;
    font-weight: bold;
    line-height: 15px;
    font-size: 15px;
    display: block;
}

.contactBox img {
    width: 125px;
    float: left;
    padding-right: 25px;
}

.contactBox a {
    color: #000;
    font-weight: bold;
    line-height: 15px;
    font-size: 15px;
}

.contactBox a:hover {
    color: #F00;
    font-weight: bold;
    line-height: 15px;
    font-size: 15px;
}