#container {
    background-image: url(../images/style/venuesBackground.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.contactInfo {
    font-family: gerogia, "times new roman", times, serif;
    color: #666666;
    font-size: 1.2em;
}

/*h3 {
    text-indent: 20px;
}*/


h3 {
    color: #fae3ee;
    font-weight: normal;
    font-size: 2em;
    font-family: georgia;
    text-indent: 20px;
}

#venues {
    width: 460px;
    float: left;
    height: 300px;
    padding-top: 30px;
}

.venue {
    width: 192px;
    float: left;
    margin: 10px 0 10px 20px;
}

.venue div {
    display: block;
    width: 192px;
    height: 192px;
}

.venue p {
    font-size: 0.8em;
    margin-top: -12px;
    padding: 0 15px;
}

em {
    font-weight: bold;
    font-style: normal;
}

#riverheadInfants div {
    background-image: url(../images/style/riverheadInfants.png);
}

#walthamstowJunior div {
    background-image: url(../images/style/walthamstowJunior.png);
}

#riverheadVillageHall div {
    background-image: url(../images/style/riverheadVillageHall.png);
}

#fosseBank div {
    background-image: url(../images/style/fosseBank.png);
}

#adminindex form {
    width: 400px;
}

#formSuccessMessage p {
    width: auto;
    color: #000000;
}