/* CSS RESET */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ul, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline
}
html {
height: 100%;
}
#header {
    padding-top: 35px;
    text-align: center;
    background-image: url('images/bandback.png');
	width:925px;
	margin-left:14px;
}

p {
    text-align: center;
}

p.l {
   text-align: justify;
}

.spacer {
    padding-top: 50px;
}

body {
    background-color: #111;
	background-image: url('images/centreglow.png');
    background-repeat: repeat-y;
    background-position: center;
    height: 100%;
    color: #aaa;
}

/* MAY 2010 POSTER FRONT PAGE FILL */
#poster {
    margin-left: -83px;
}

#container {
    margin: auto;
    width: 950px;
    border-width: 0px 5px 0px 5px;
    border-color: #aaa;
    border-style: none;
    text-align: center;
    min-height: 100%;
    padding-bottom: 50px;
}

#content {
	width: 80%;
    margin: auto;
}

#nav {
    width: 100%;
    padding-bottom: 20px;
}

#nav ul {
    list-style: none;
    display: table;
    width: 80%;
    margin: auto;
    list-style-type: none;
    table-layout: fixed;
    font-variant: small-caps;
    font-size: 18px;
    font-weight: bold;
}


#nav li {
    display: table-cell;
}

#nav a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

#nav a:hover {
    color: #ff57ff;
}

a {
    color: #fff;
}

a:hover {
    color: #ff57ff;
}

#gallery img {
    margin-bottom: 40px;
    width: 760px;
}


.side {
    width: 150px;
    float: left;
    display: inline;
}

.side img {
    margin-bottom: 74px;
    margin-top: 60px;
    width: 100px;
}

.story {
    float: left;
    width: 600px;
}

.clear {
clear:both;
}

.footer {
    margin-top: 30px;
}