@charset "utf-8";
/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none outside none;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

blockquote, q {
	quotes: 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;
}

/* site wide */
body {
	background-color: #250904;
}
hr {
	border: 0;
	color: #561408;
	background-color: #561408;
	height: 1px;
	padding: 0;
	margin:5px 0 5px 0;
}
p, h1, h2, h3, h4, h5, h6, ul {
	margin-bottom: 12px;
}

/*framework*/
div#wrapper {
	width: 711px;
	margin: 0 auto;
	background-color: #561408;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}
.innerWrapper {
	padding: 5px;
}
.innerWrapper_10 {
	padding: 10px;
}

div#header {
	width: 711px;
	height: 192px;
}
div#header img.second {
	border-top:2px black solid;
}
div#content {
	width: 711px;
	clear:both;
	overflow:hidden;
}
div#concert_image {
	border-top: 1px black solid;
}
div#centered_content {
	width: 475px;
	margin: 0 auto;
}
div#content_left {
	float: left;
	width: 475px;
	padding-bottom:20000px;
	margin-bottom:-20000px;
	background-color: #cca17a;
}
div#content_right {
	float: right;
	width: 235px;
	color: #ffffff;
	background-image:url('../images/backgrounds/bgtile.gif');
	padding-bottom:20000px;
	margin-bottom:-20000px;
}

div#footer {
	clear: both;
	width: 710px;
	border-top: 1px black solid;
	color: white;
	background-color:#561408;
}
#footer ul li {
	display: inline;
	margin-right: 5px;
}
div#composer {
	clear: both;
	text-align: left;
	color: black;
}
div#composer div {
	background-image: url('../images/compbg.jpg');
	height: 200px;
	margin: 0;
}
/* boxes */
.box_1 {
	background-color:#561408;
	margin: 0px;
	padding: 5px;
}
.box_1 a {
	color: #ffffff;
	text-decoration: underline;
}

.box_2 {
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
	background-color:#250904;
	margin: 0px;
	vertical-align: middle;
}

.box_3 {
	padding:5px;
	color:white;
}
.box_3 a {
	color:#e66c00;
	text-decoration: underline !important;
}

.box_3 img {
	display:block;
	margin:0 auto;
	padding:5px 0 5px 0
}

/* borders */
.border_top {
	border-top: 1px black solid;
}
.border_bottom {
	border-bottom: 1px black solid;
}
.border_left {
	border-left: 1px black solid;
}
.border_right {
	border-right: 1px black solid;
}
.border-all {
	border: 1px black solid;
}
/* navigation */
#nav_list  {
	display:block;
	width: 711px;
	margin:0;
	font-variant:small-caps;
	letter-spacing:2px;
}

#nav_list li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav_list li {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:2px;
}

#nav_list li.right {
	float: right;
	padding-left:2px;
	padding-right:10px;
}

#nav2 {
	display:block;
	padding:5px 0 5px 0;
	text-align: right; 
	clear:both;
}

#nav2 li {
	display:inline;
	padding:0 5px 0 5px;
}

/* news */
div.news {
}
.news_heading {
	clear: both;
	padding:5px;
	margin:0;
	border-top: 1px black solid;
}
.news_image {
	float: left;
	margin: 5px;
	vertical-align: top;
}
.news_paragraph {
	margin: 0 0 0 5px;
	padding: 5px;
	display: block;
	float: right;
	width: 345px;
}

/* Text CSS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
    line-height:1.125em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
a {
	color: #561408;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.link_1 {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
a:visited.link_1 {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.link_1 {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.link_1 {
	color: #FFFFFF;
	text-decoration: none;
}
a.link_2 {
	color: #e66c00;
	font-weight:normal;
	text-decoration: none;
}

.text_16 {
	font-size: 1em; /*16 * 1 = 14px*/
	line-height: 1.125; /*16 * 1.125 = 18px; */
}
.text_14 {
	font-size: .875em; /*16 * .875 = 14px*/
}
.text_13 {
	font-size: .8125em; /*16 * .8125 = 13px*/
}
.text_12 {
	font-size: .75em; /*16 * .75 = 12px*/
}
.text_10 {
	font-size: .625em; /*16 * .75 = 10px*/
}
.smallCaps {
	font-variant: small-caps;
}

.blacktext {
	color:black;
}
