html {
    background-color: #004f00;
    background-image: url(/images/style/trombones-green.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

body {
    padding: 0px 7px 0px 7px;
    margin: 0px auto 0px auto;
    width: 737px;
    height: 100%;
    font-family: Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 10pt;
    text-decoration: none;
    background-image: url(/images/back.gif);
    background-repeat: repeat-y;
}

#bg {
    width: 737px;
    height: 100%;
    background-color: white;
    background-image: url(/images/style/trombones-white.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

#brasslogo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#side {
    width: 190px;
    float: left;
}

#main {
    padding-left: 190px;
    padding-right: 7px;
}

#end {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 8pt;
    color: #004f00;
    padding-top: 0.5em;
}

.sideBox {
    margin: 8px;
    padding: 8px;
    border: 1px solid black;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

#nextConcert .date {
    width: 100%;
    text-align: right;
}

#nextConcert h1 {
    margin-top: 0;
}

.floatLeft, .floatPictureLeft {
    float: left;
    margin: 0px 16px 0px 16px;
}

.floatRight, .floatPictureRight {
    float: right;
    margin: 0px 16px 0px 16px;
}

.bigPicture {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pictureContainer {
    min-height: 125px;
}

.icon {
    vertical-align: middle;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #004f00;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0px;
}

#links a:hover {
    background: white;
    text-decoration: none;
}

#links a {
    display: block;
    font-size: 1.3em;
    text-align: center;
}

#links li {
    height: 1.5em;
}

#links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#userBox form {
    margin: 0px;
    padding-right: 4px;
}

#userBox fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#userBox input[type="text"] {
    width: 100%;
}

#userBox input[type="password"] {
    width: 100%;
}

#userBox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-top: 7px;
    position: relative; /* This is to make ie display properly */
}

h1 {
    width: auto;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: #004f00;
    text-align: center;
    position: relative; /*This is needed to make ie display it correctly */
}

h1 a {
    color: white;
}

h2 {
    font-size: 11pt;
    font-weight: bold;
    color: #004f00;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
}

/*
table {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

td {
    padding-right: 16px;
    padding-left: 16px;
}

table p {
    text-align: left;
}
*/

ul.horizontal {
    list-style-type: none;
    text-align: center;
}

ul.horizontal li {
    display: inline;
    margin-right: 8px;
}

p.centre {
    text-align: center;
}

.smallText {
    font-size: 8pt;
}

.error {
    color: red;
}

.event h1 {
    margin-bottom: 0;
}

.event p {
    margin-top: 0;
}
