body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #fff1e2;
    margin: 0;
    padding: 0;
    color: #000000;
}

a img {
    border-style: none;
}

#mainWrapper {
    width: 960px;
    margin: 10px auto;
}

#sidebarLeft {
    float: left;
    width: 150px;
    margin-top: 20px;
}

#board {
    width: 150px;
    background-color: #6d1112;
    color: #fff1e2;
    margin-top: 20px;
    padding: 5px 0;
}

#board a:link, #board a:visited {
    color: #fff1e2;
}

#board a:hover {
    color: #999;
}

#board p {
    text-align: center;
}

#facebook img {
    margin-left: 10px;
}

#facebook {
    margin-top: 20px;
}

#artsBoston {
    margin-top: 20px;
}

#mainContent {
    margin: 0 210px 0 160px;
    padding: 0 10px;
    text-align: justify;
}

#mainContent a:link, #mainContent a:visited {
    text-decoration: none;
    color: #997316;
    font-weight: bold;
}

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

#mainContentNoSidebar {
    margin: 0 0 0 160px;
    padding-left: 10px;
}

#mainContentNoSidebar a:link, #mainContentNoSidebar a:visited {
    text-decoration: none;
    color: #997316;
    font-weight: bold;
}

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

#pageTitle {
    background: #6d1112;
    color: #fff1e2;
    font-style: italic;
    margin: 15px 0 30px 0;
    border-radius: 16px;
    box-shadow: 10px 10px 5px #888;
}

#pageTitle p {
    font-size: 1.8em;
    padding:  10px 20px;
    margin: 0;
}

#sidebarRight {
    background-color: #6d1112;
    width: 180px;
    float: right;
    margin-top: 20px;
    color: #fff1e2;
    padding: 10px;
}

#sidebarRight p {
    font-size: 85%;
}

#sidebarRight h3 {
    text-align: center;
}

#sidebarRight a:link, #sidebarRight a:visited {
    color: #fff1e2;
}

#sidebarRight a:hover {
    color: #999;
}

#navButtons {
    margin: 10px 0 0 10px;
}

#navButtons img {
    padding-top: 6px;
}

.heading {
    text-align: left;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    color: #6d1112;
    border-bottom: 6px solid #6d1112;
    padding-bottom: 5px;
    margin-top: 50px;
}

#footer {
    margin-top: 20px;
    text-align: center;
    background: #6d1112;
    color: white;
    padding: 8px;
    border: 3px solid #cccccc;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.center {
    text-align: center;
}
