/*frontpics.css for the "Big Picture Gallery" page
(c) Nigel Pauli npauli@st-johns.org.uk */

body {
font: 12px/20px verdana, geneva, arial, sans-serif;
}

#content {/*All the content of the page*/
width: 600px;
padding-right: 50px;
border-right: solid 5px #ccccff;
margin: 0 2em 0 100px;
/*border-left: solid 1px #ccccff;*/
}

#intro {
color: #666699;
font-size: larger;
}

p {
margin-top: 0px;
margin-bottom: 20px;
 }

img {
margin-top: 5px;
margin-bottom: 0px;
margin-right: 0px;
}

.up {
font-size: xx-small;
}

.return {
font-size: x-small;
padding-top: 2em;
}

#credits {
font-size: x-small;
padding-top: 2em;
}