/* CSS RESET
************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* GENERAL TYPOGRAPHY CLASSES
*****************************/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.yellow {
	color: #e39630;
}
.lightgreen {
	color: #bdbe78;
}
.large {
	font-size: 14pt;
	letter-spacing: 0.1em;
}
.small {
	font-size: 11pt;
}
.padbottom {
	padding-bottom: 20px;
}


/* MAIN STRUCTURE STYLES
*************************/
body {
	background: #321a20;
	font-family: "Trebuchet MS", Futura, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

p {
	margin-bottom: 10px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 40px;
}

#header {
	width: 960px;
	padding-top: 80px;
}

#logo {
	margin: 0 auto;
	display: block;
	width: 267px;
	height: 105px;
	text-indent: -9999px;
	background: url('../images/logo.jpg') no-repeat top left;
}

#showsbox {
	padding: 40px 0 0 0;
	text-align: center;
	margin-bottom: 10px;
}

.slideshow {
	display: inline-block;
	height: 221px;
	width: 169px;
	padding: 0 30px;
}

#pagelinks {
	width: 960px;
	padding-bottom: 20px;
	text-align: center;
}

#pagelinks a {
	display: inline-block;
	height: 15px;
	width: 169px;
	padding: 0 30px;
}

.textimg {
	margin-top: 20px;
}

.slideshow a img {
	border: 0;
}

#content {
	padding: 20px 0;
	text-align: center;
}