html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    margin: 0;
    padding: 0;
    background-color: #acacac;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.clear {
    clear: both;
}
ul {
    list-style-type: none;
}
p {
    padding-bottom: 10px;
}
h1 {
    float: left;
    text-indent: -9999px;
    background: url(../images/arch_ensembles_logo.png) top left no-repeat;
    height: 185px;
    width: 170px;
}
#wrapper {
    width: 900px;
    margin: 0 auto;
    padding: 25px 50px;
    background-color: #fff;
}
#masthead {
    height: 227px;
    border-bottom: 1px #ed1c24 solid;
}
#masthead img {
    float: right;
}
#navigation {
    float: left;
    width: 200px;
}
#navigation ul {
    list-style-type: none;
    margin: 20px 0 20px 28px;
}
#navigation ul li {
    display: block;
    padding: 5px 0;
}
#navigation ul li a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
#navigation ul li a.active {
    color: #ff0000;
}
#social-network {
    margin: 0 0 20px 30px;
}
#content {
    float: left;
    padding: 20px 0;
    width: 700px;
}
#content h2 {
    color: #ff0000;
    font-size: 40px;
    font-weight: normal;
}
#content img {
    border: none;
    margin: 10px 0;
}
.bbc {
    height: 310px;
    background: url('../images/bbc_radio_manchester.jpg') bottom right no-repeat;
}
.bbc h2 {
    width: 450px;
}
.bbc p {
    margin-top: 65px;
    width: 200px;
    font-weight: bold;
}
.event {
    margin: 10px 0;
    padding: 20px;
}
.event img, .sub-event img {
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
}
.event h4 {
    margin: 15px 0 10px 0;
    font-size: 18px;
}
.event a {
    text-decoration: none;
    color: #ff0000;
}
.event a:hover {
    text-decoration: underline;
}
.event .field {
    display: inline-block;
    width: 65px;
}
.sub-event {
    background: #efefef;
    padding: 20px;
    width: 40%;
    float: left;
    font-size: 12px;
    height: 100px;
}
.sub-event h4 {
    font-size: 12px;
    margin-top: 10px;
}
.sub-event .field {
    display: inline-block;
    width: 50px;
}
#footer {
    padding: 30px;
    clear: both;
    border-top: 1px #ed1c24 solid;
    background-color: #000;
}
#footer h3 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}
#footer p {
    font-size: 14px;
    color: #959595;
}
#footer .text {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}
#footer .button {
    background-color: #ff0000;
    color: #fff;
    border: none;
    padding: 3px 20px;
    font-weight: bold;
}
.copyright {
    margin-top: 10px;
    font-size: 11px;
    color: #898989;
    text-transform: uppercase;
}

#contact-form label {
    display: inline-block;
    width: 120px;
    font-size: 12px;
}
#contact-form .text {
    width: 200px;
    border: 1px #959595 solid;
    margin: 2px 0px;
    padding: 2px 2px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #464646;
    height: 16px;
}
#contact-form .text-area {
    border: 1px #959595 solid;
    font-family: Arial, Helvetica, sans-serif;
    color: #464646;
    font-size: 12px;
    margin: 2px 0px;
    padding: 3px 2px;
    width: 200px;
    height: 66px;
    overflow: hidden;
}
#contact-form .button {
    background-color: #ff0000;
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 20px;
    margin: 5px 0 0 124px;
}