@font-face {
    font-family: custom_font;
    src: url('/data/century-gothic.ttf');
}

html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    color: #333;
    padding: 0;
}

body * {
    line-height:1.22em;
}

h1, h2, h3, h4, h5, h6 {
    /*    font-family: Georgia, "Times New Roman", Times, serif;*/
    color:#4088b8;
    clear: both;
    text-align: center;
}

h1 {
    padding-top: 20px;
    font-size: 20px;
    font-family: custom_font;
    font-weight: 500;
    line-height: 0%;
}

h2 {
    font-size: 16px;
    font-family: "American Typewriter";
    color: #f17f5b;
    /*    margin-top: -25px;*/
}

h2 a, h2 a:active, h2 a:hover {
    color: #f17f5b;
}

h3 {
    font-family: custom_font;
/*    font-family: Century Gothic;*/
    font-size: 22px;
    color: black;
    font-weight: normal;
}

h3 a, h3 a:active, h3 a:hover {
    text-decoration: none;
    color: black;
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left: 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    color: #404040;
    margin-top: 40px;
    /*margin: 0 12%;*/
    /*    margin: 20px 40px;*/
}

a {
    color: #4088b8;
}

table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

#music {
    border: 1px solid rgb(153, 153, 153);
    margin: 2px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 10001;
    font-size: 13px;
    font-weight: bold;
}