/* CSS Document */

/* r e s e t */
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* e n d  r e s e t */

body {
text-align: center;
background: #32322F;
font-family: arial;
}

#rap {
width: 800px;
height: 1150px;
margin: 0 auto;
background: #fff;
text-align: center;
}

#header {
width: 798px;
height: 135px;
background-image: url(images/header.gif);
margin: 0 auto;
}

#content {
width: 736px;
margin: 0 auto;
text-align: left;
padding-top: 20px;
text-align: left;
}

#right {
width: 250px;
height: auto;
float: right;
}

#left {
width: 450px;
height: auto;
float: left;
}

#bands {
width: 250px;
height: 80px;
}

#bands img {
float: left;
margin: 8px;
border: 1px solid #cccccc;
}

#bands h3 {
font-size: .8em;
font-weight: bold;
padding-top: 8px;
}

#bands p {
font-size: .7em;
margin-top: 2px;
margin-bottom: 2px;
text-decoration: underline;
}

.small {
color: #14387f;
font-size: .6em;
width: 140px;
padding-right: 18px;
}

#bandsOuter {
border: 1px solid #ccc;
}

h1 {
color: #14387f;
font-size: 1.4em;
margin-bottom: 10px;
font-weight: bold;
}

h2 {
color: #FF703F;
font-size: 1em;
font-weight: bold;
}

hr {
height: 1px;
background-color: #e4e4e4;
color: #e4e4e4;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #FF703F;
}

#navcontainer {
padding-top: 13px;
font-size: .6em;
color: #14387f;
}

#navlist li {
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navlist a {
color: #14387f;
}

