@import url('shared.css');

body {
    text-align: center;
}

.wrapper {
    width: 900px;
    margin: 15px auto 0 auto;
    text-align: left;
}

.header {
    height: 80px;
}
.logo {
    background: url('../images/logo.png') no-repeat top left;
    width: 141px;
    height: 69px;
    float: left;
    margin-left: 10px;
}
ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    margin-top: 40px;
}
ul.nav li {
    display: bloack;
    float: left;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 20px;
    color: #000;
    margin-left: 10px;
}
ul.nav li a {
    display: block;
    padding: 2px 10px;
    color: #000;
    text-decoration: none;
}
ul.nav li a:hover {
    text-decoration: underline;
    background-color: #FFCCCC;
}
ul.nav li a.nav-active {
    background-color: #cc0000;
    color: white;
}

.intro-holder {
    height: 140px;
    background-color: #ffcc66;
}
.intro-text {
    float: left;
    width: 540px;
    color: #665229;
    margin: 14px 0 0 10px;
    line-height: 1.4em;
}
.intro-text h3 {
    color: #cc0000;
    font-size: 21px;
    margin: 0 0 10px 0;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: normal;
}
.intro-image {
    width: 335px;
    float: right;
    height: 140px;
    background: #996600 url('../images/intro-image-violin.jpg') no-repeat top left;
}

h1 {
    color: #000000;
    font-size: 21px;
    margin: 0 0 5px 0;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: normal;
}

.main-holder {
}

.main-text {
    margin: 10px;
    line-height: 1.4em;
    width: 545px;
    float: left;
}
.main-side {
    float: left;
    padding: 0 0 0 10px;
    margin: 10px 0 0 0;
    width: 315px;
    border-left: 1px dashed #ccc;
    line-height: 1.4em;
    color: #555;
}

.side-block h3 {
    color: #333;
    font-size: 18px;
    margin: 0 0 5px 0;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: normal;
    line-height: 26px;
}

.side-block {
    margin-bottom: 20px;
}

.map-holder {
    border: 1px solid #ccc;
    padding: 4px;
}