body {
     background: #fff url(../images/bg-dim.jpg) no-repeat center 70px fixed;
     font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
     margin: 0;
     margin-bottom: 20px;
     
     text-align: center;
     
     color: #333;
     font-size: 80%;
}

body#home {
     background: #fff url(../images/bg.jpg) no-repeat center 70px fixed;
}

h1,h2,h3,h4,h5 {
     font-weight: normal;
     text-transform: uppercase;
     color: #666666;
     letter-spacing: 0.1em;
     font-size: 95%;
}

p {
     line-height: 1.7em;
     margin: 0 0 1.3em 0;
}

li {
     margin-top: 0.7em;
}

a {
     color: #295d8f;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
a:visited {
     color: #3972a0;
}

img {
     border: 0;
}

hr {
     border: 0;
     border-top: 1px solid #eeeeee;
}

blockquote {
    padding: 8px;
    padding-left: 40px;
    margin: 1em 2em;
    background-image: url(../images/openquote.gif);
    background-position: top left;
    background-repeat: no-repeat;
    font-style: italic;
    font-size: 110%;
}
blockquote span {
    display: block;
    padding-right: 40px;
    background-image: url(../images/closequote.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 2em;
}
       
       
       

#masthead {
     margin: 0 auto;
     width:740px;
     height:180px;
}

#masthead img#piper {
    float: right;
    margin-top: 114px;
}

#masthead img.links {
    float: right;
    padding-top: 151px;
}



#content {
     margin: 0 auto;
     width: 600px;
     text-align: left;
     min-height: 470px;
     padding-top: 16px;
}

body#home #content {
    width: 740px;
    text-align: right;
}



#content img {
margin-top: 5px;
margin-bottom: 1em;
border: 1px solid white;
}

#content img.left {
    margin-left: 0;
    margin-right: 1em;
    float: left;
}

#content img.right {
    margin-left: 1em;
    margin-right: 0;
    float: right;
}

#footer {
     clear: both;
     margin-top: 3em;
     color: #999;
     font-size: 70%;
}
#footer a {
     color: #556d85;
}


.photothumb {
    width: 130px;
    height: 130px;
    display: block;
    float: left;
    text-align: center;
    margin: 10px;
}

#listForm_div {
	margin-top: 8em;
	padding: 1em 0;
	width: 261px;
}
input.textinput {
	margin:2px 5px 0 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#666;
	font-family: Helvetica, sans-serif;
	padding:1px 2px;
	width: 140px;
}
label.preField {
	font-weight:bold;
	display: -moz-inline-box;
	display: inline-block;	
	min-width:40px;
	text-align:right;
	white-space: nowrap;
}
input.submitbutton {
	margin-top: 1.6em;
}

.newscolumn {
    width: 290px;
    float: left;
}

.newsitem .date {
    margin-top: 1em;
    margin-bottom: 0.7em;
    font-style: italic;
    display: block;
    float: right;
     color: #666666;
}
.newsitem h3 {
    margin-top: 1em;
    margin-bottom: 0.7em;
    display: block;
    float: left;
}
.newsitem p {
    clear: both;
}

.showscolumn {
    border-left: 1px solid #eee;
    padding-left: 38px;
    width: 230px;
    float: right;
}

.show {
    margin-bottom: 1em;
}
.showscolumn .show .date {
    display: block;
    font-weight: bold;
}
div.show span.title,
div.show span.date,
div.show span.venue,
div.show span.details {
    display: block;
}

#home p,
#home .show {
    font-size: 80%;
}