
body {
font-family: Helvetica, sans-serif;
}

div.sidepanel_top {
position: absolute;
left: 20px;
width: 200px;
font-size: 1.3em;
}

div.sidepanel_bottom {
position: absolute;
top: 100px;
left: 20px;
width: 200px;
font-size: 1.1em;
}

div.mainpanel {
position: absolute;
top: 115px;
left: 220px;
width: 680px;
padding-bottom: 1em;
}

div.list {
margin-top: 0.7em;
}

div.sublist {
margin-left: 1.5em;
margin-top: 0.4em;
margin-bottom: 0.5em;
font-size: 0.9em;
display: none;
}

div.venue_title {
color: gray;
margin-top: 1em;
margin-bottom: 0.25em;
}

div.venue_text {
margin-botom: 0.75em;
}

div.direction_text {
width: 1000px;
margin-bottom: 1em;
}

div.address_text {
color: gray;
margin-top: 1em;
margin-bottom: 0.25em;
width: 1000px
}

div.rsvp_text {
font-size: 0.9em
color: gray;
margin-top: 2em;
margin-bottom: 0.25em;
width: 500px
}

div.accomodations_text {
font-size: 1em
color: gray;
margin-bottom: 1em;
width: 650px
}

div.question_text {
font-size: 1em<i>
color: gray;
margin-bottom: 1em;
width: 650px
}

.plain_paragraph_text {
font-size: 0.9em;
color: gray;
}

div.about_us_text {
margin-bottom: 1em;
width: 650px
}


img.venue_photo {
margin-top: 0.4em;
margin-bottom: 0.4em;
}

div.gmaps_link {
margin-left: 2em;
}

.clickable {
cursor: pointer;
color: gray;
}

.clickable:hover {
color: #AAAAAA;
}

.clickable.selected:hover {
color: #000000;
}

div.selected {
color: #000000;
}


