body {
    background-color: #000;
    color: #fff;
    margin: 0;
    font-family: 'ArialMT', 'Arial', sans-serif;
}

div#left {
    width: 120px;
    float: left;
    margin-right: 30px;
}

#menu {
    list-style-type: none;
    text-align: right;
    line-height: 21px;
    font-size: 18px;
    margin-top: 35px;
}

#menu li {
    padding-bottom: 18px;
}

#menu li a {
    color: #fff;
}

#menu li a:hover {
    color: #ffcc66;
}

.bold {
    font-weight: bold;
}

img {
    border: none;
}

a {
    color: #ffcc66;
    text-decoration: none;
}
a.class1 {
    text-decoration: none;
}
a.class1:visited {
    color: #d7fff3;
    text-decoration: none;
}
a.class1:hover {
    color: #ffcc66;
    text-decoration: none;
}
a.class2 {
    color: #ffffff;
    text-decoration: none;
}
a.class2:visited {
    color: #dafff3;
    text-decoration: none;
}
a.class2:hover {
    color: #ffcc66;
    text-decoration: none;
}
a:hover {
    color: #66a8c3;
    text-decoration: none;
}

p.footer-message {
    font-size: 12pt;
    font-weight: bold;
    color: #ffcc66;
}
p.footer-message a {
    color: #ffcc22;
}
p.footer-message a:hover {
    color: #fff;
}

.facilities tr td {
    vertical-align: top;
    padding-top: 20px;
    text-align: center;
    font-size: 11pt;
}

.facilities .name {
    font-weight: bold;
}

/* Forms */

form ul {
    list-style-type: none;
    padding: 5px;
}

form ul li {
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 475px;
}

form ul li ul li {
    float: none;
}

form ul li label {
    width: 165px;
    float: left;
    display: block;
    font-weight: bold;
}

input.submit-button {
    float: right;
    background-color: #fff;
    color: #000;
    width: auto;
    margin-top: 30px;
}

.required {
    color: red;
}

.errorlist, .errorlist li {
    padding-bottom: 0;
    margin-bottom: 0;
}

.errorlist li {
    padding-left: 20px;
}

.errorlist {
    color: red;
    font-style: italic;
}

input.text, textarea {
    border: 1px solid black;
    width: 400px;
    height: 125px;
}

#nav a {
    margin-right: 8px;
}

#nav a.highlight {
    color: red;
}

/* DJ Page */
.imagelink {
    color: #fff;
}
.imagelink:hover {
    color: #ffcc66;
}

#headshot {
    float: left;
}

#intro {
    float: right;
    width: 600px;
    text-indent: 20px;
}

.pagetitle {
    color: #ffcc66;
}

/* Songlist */
.songlist {
    font-size: 12px;
}

.category-label {
    font-size: 16pt;
    font-weight: bold;
    color: gold;
}

.song {
    font-weight: bold;
}

.artist {
    font-style: italic;
}

.clearer {
    clear: both;
}

/* FAQ */

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 20px;
}

/* Services */

#details li {
    margin-bottom: 20px;
}

.title {
    color: red;
}

.clearer {
    clear: both;
}
