.main {
background-image: url(graphics/trinity2.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 75% 150px;
}

.main p {
margin-left: 1em;
margin-right: 1em;
}

dl, dt, dd {
position: relative;
top: 0;
left: 0;
}

dl {
float: left;
clear: right;
width: 99%;
height: auto;
margin: 0;
margin-bottom: 1em;
padding: 0;
}

dt {
font-weight: bold;
}

dt.gig {
clear: both;
margin-top: .5em;
margin-left: 1em;
}

dd {
clear: both;
margin-left: 3em;
}

dt.year {
font-weight: bold;
color: #653932;
font-size: 105%;
margin-top: 1em;
margin-bottom: 1em;
width: auto;
padding: 2px;
padding-left: .5em;
border-bottom: solid 1px #653932;
}

.gdate {
width: auto;
height: auto;
float: left;
clear: left;
clear: both;
color: #653932;
}

.gloc {
width: auto;
height: auto;
float: left;
clear: right;
margin-left: 1em;
}

.event {
font-weight: bold;
font-style: italic;
font-size: 106%;
line-height: 1.3em;
}

.event a {
text-decoration: underline;
}