@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}
/*End Normalizing////////////////////////////////////////////////////////*/

body { background-image: url(images/bkg.jpg);  background-position: center top; background-repeat: repeat; font-family: "Helevetica Nueue", Arial, Helvetica, sans-serif; color: #fff; }

p { margin-bottom: 14px; }

em { font-style: italic; }
strong { font-weight: bold; }

#container { width: 620px; margin: 0 auto; }

#nav { font-size: 26px; font-weight: bold; text-align: center; line-height: 30px; }
#nav a:link, #nav a:visited { text-decoration: none; color: #fff; }
#nav a:active, #nav a:hover { text-decoration: underline; }

#content { width: 620px; height: 520px; background-repeat: no-repeat; overflow: auto; }
.home { background-image: url(images/home_lg.jpg); text-indent: -9999px; }
.reviews { background-image: url(images/reviews.jpg); }
.listen { background-image: url(images/listen.jpg); }

img#band_image { display: block; margin: 12px auto; }

#scroll_box { width: 268px; padding-right: 12px; margin: 188px 165px 0 175px; height: 300px; overflow: auto; font-size: 14px; line-height: 20px; }