body {
    background-color: rgb(212, 212, 212);
}

body, input, select, textarea {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
}

.clear {
    clear: both;
    height: 0px;
    width: 0px;
}

li {
    list-style-type: circle;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

div#content h1 {
    font-size: 16px;
    font-weight: bold;
}

div#content h2 {
    font-size: 14px;
    font-weight: bold;
}

div#content p {
    margin-top: 10px;
    line-height: 18px;
    text-align: justify;
}

div#content div.section {
    margin-bottom: 20px;
}

div#content form {
    border: 1px solid black;
    margin: 10px;
    padding: 5px;
    width: 350px;
}

div#content form {
    width: 500px;
}

div#content div.formRow {
    margin: 5px;
}

div#content div.formRow.buttons {
    /*width: 100%;*/
    text-align: right;
}

div#content div.formRow label {
    width: 120px;
    font-weight: bold;
    margin-right: 15px;
    text-align: right;
    display: inline-block;
}

div#content div.formRow input, div#content div.formRow select {
    width: 200px;
    display: inline-block;
}

div#content form.larger div.formRow input, div#content form.larger div.formRow select {
    width: 350px;
}

div#content div.formRow.buttons input {
    width: auto !important;
}

div.error {
    font-weight: bold;
    color: red;
}

body {
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

div#content, div#header, div#footer {
    padding: 15px;
    margin: 20px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    clear: both;
}

div#content {
    text-align: left;
    background-color: white;
    border: 2px solid #7FB718;
}

div#header, div#footer {
    color: white;
    background-color: #7FB718;
    border: 2px solid black;
}

div#header {
    height: 60px;
    border: 2px solid black;
}

div#footer {
    height: 25px;
    font-weight: bold;
}

div#footer span.otherApps {
    float: right;
    width: 470px;
    text-align: right;
}

div#footer span.contact {
    float: left;
    margin-top: 6px;
    margin-left: 5px;
}

div#footer span.paypal {
    float: left;
}

div#header span.title,
div#header span.description {
    display: block;
}

div#header span.title {
    font-size: 32px;
    font-weight: bold;
}

div#header span.description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

div#content a, span.lookLikeLink {
    cursor: pointer;
    color: #7FB718;
}

div#header span.title a {
    color: white;
    text-decoration: none;
}

div#header a, div#footer a {
    color: rgb(212, 212, 212);
    font-weight: bold;
}

div#content div.left {
    float: left;
    padding-right: 15px;
    width: 625px;
    padding-right: 15px;
}

div#content div.right {
    float: right;
    width: 300px;
    border-left: 2px solid #7FB718;
    padding-left: 15px;
}

div.artist div.name {
    font-weight: bold;
    margin-bottom: 5px;
}

div.newsitem {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.newsitem div.date {
    font-size: 10px;
    margin-top: 5px;
}

div.newsitem p.body {
    margin-top: 5px !important;
}