html{color:#BE3C14;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html {
    background-color: #FFFFFF;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: "league-gothic-1","league-gothic-2",Impact,helvetica;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

#contentWrapper {
    width: 1020px;
    min-height: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #FFFFFF;
}

#title, #capacity {
    float: left;
    margin-left: 29px;
}

#capacity {
    /*margin-top: -31px;*/
    line-height: 11px;
}

.clearer {
    clear: both;
}

.about {
    text-align: justify;
}

#columnLeft {
    float: left;
    width: 870px;
}

#columnRight {
    width: 130px;
    margin-left: 15px;
    float: left;
    position: relative;
}

#columnLeft table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 15px;
    margin-top: -15px;
    margin-left: -15px;
}

table td {
    /*background-color: #DDDDDF;*/
}

table td, table td a img {
    width: 275px;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 50px;
}

div.navbar {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    position: fixed;
    top: 70px;
}

div.button {
    width: 130px;
    height: 30px;
    line-height: 30px;
    background-color: #BE3C14;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
}

div.button:hover {
    background-color: #FFFFFF;
    color: #BE3C14;
}

div.currentLevel {
    background-color: #DDDDDF;
    margin-bottom: 15px;
}

div.hoverText {
    color: #222222;
    padding-left: 5px;
    position: relative;
    /*top: -192px;*/
    line-height: 0px;
    /*display: none;*/
}

div.hoverText.short {
    top: -143px;
}

#canvasDiv {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #DDDDDF;
}

div.treeColumn {
    float: left;
}

#columnLeft p {
    margin-top: 10px;
    margin-left: 28px;
}
