* {
	margin:0;
	padding:0px 0px 0px 0px;
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	background:#000000 url('images/RP_bckground.jpg') top repeat;	
	font-family: verdana, "Trebuchet MS", serif;
}

#container {
	width: 960px;
	margin:0 auto;
	background:#000000 url('images/top960x547.jpg') no-repeat;
}

#repeater {
	width: 960px;
	margin: 0 auto;
	background:#ffffff /*url('images/bgrepeat960x22.jpg.jpg') repeat-y;*/
	}

#content {
	float: justify;
	width: 600px;
	padding-bottom: 30px;
}

#header {
	margin:0 auto;
	width: 960px;
	height:190px;
	background:#000000 url('images/header960x190.jpg');

}
/* --------------------------- NAVIGATION --------------------------- */

.nav {
	width: 800px;
 	text-decoration: none;
 	margin: 0px auto;
 	padding: 0px;
 	width: 960px;
	height: 31px;
 	background:#000000 url('images/nav960x33.jpg');
}
.nav  li {
	list-style-type: none;
	display: inline;
	font-size: 0.9em;
	color:#ffffff;
	margin-left: 6px;
}
.nav a:link,a:visited {
	text-decoration: none;
	color:#ffffff;
}
.nav a:hover {
	color:#FFFFFF;
	background-color: #E21414;
	padding: 0px 0px 2px 0px;
}

/* --------------------------- news ---------------------------  */

#news {
	margin: 0px 0px 0px 15px;
	padding: 42px 0px 0px 0px;
}

#newsheader {
	width: 518px;
	height:67px;
	background-image: url(images/newshead518x67.gif);
}

	
#newsrepeater {
	background:#ffffff url('images/newsrpt518x8.jpg') repeat;
	width: 518px;	
}

.date  p {
	font-size: 0.8em;
	text-align: justify;
	margin: 0px 0px 0px 60px;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
}

#newsfooter {
	background:#000000 url('images/newsfooter518x27.jpg');
	width: 518px;
	height: 27px;
}


/* --------------------------- Clear ------------------------------------- */

.clear {
	clear: both;
}



#footer {
	width: 960px;
	height:40px;
	margin:0 auto;
	background:#CCFF00 url('images/footer960x41.jpg');
}
#cheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/newshead518x67.gif);
	background-repeat: no-repeat;
	height: 67px;
	width: 518px;
}
#crepeater {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/newsrpt518x8.jpg);
	background-repeat: repeat-y;
	width: 518px;
}
#cfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/newsfooter518x27.jpg);
	height: 27px;
	width: 518px;
}
#concert {
}
#concert {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 15px;
}
#sheader {
	background-image: url(images/newshead518x67.gif);
	background-repeat: no-repeat;
	height: 67px;
	width: 518px;
}
#srepeater {
	background-image: url(images/newsrpt518x8.jpg);
	background-repeat: repeat-y;
	width: 518px;
}
#sfooter {
	background-image: url(images/newsfooter518x27.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 518px;
}
#scap {
	margin-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#snowcapinterface {
	margin-left: 55px;
}
.timesdates {
	margin-left: 47px;
	color: #FFFFFF;
}
.timesdates td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
}
.timesdates tr {
	padding-top: 3px;
}
h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	padding-left: 15px;
	padding-top: 10px;
}
#snowcapinterface td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #FFFFFF;
}

.picgallery {
	margin-left: 65px;
	color: #FFFFFF;
}
.picgallery tr {
	margin-bottom: 15px;
	padding-bottom: 15px;
}


/* --------------------------- lightboxstuff ------------------------------------ */


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.picgallery td {
	padding-bottom: 5px;
	padding-top: 5px;
}
.navb {
	width: 800px;
	text-decoration: none;
	margin: 0px auto;
	padding: 7px;
	width: 960px;
	height: 41px;
	background-image: url(images/footer960x41.jpg);
	background-repeat: no-repeat;
}
.navb li {
	list-style-type: none;
	display: inline;
	font-size: 0.9em;
	color:#ffffff;
}
.navb a:link, a:visited {
	text-decoration: none;
	color:#ffffff;
	padding: 0px 0px 0px 0px;
}
.navb a:hover {
	color:#E21414;
	background-color: #000000;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#sicap {
	margin-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#discography {
	margin-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#albumtable {
	margin-left: 55px;
}
#_ctl0 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7px;
	color: #FFFFFF;
}
#_ctl0 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFFFFF;
	padding-bottom: 5px;
}
#albumtable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	padding: 3px 0px 10px 0px;
	text-align: center;
}
#lblTitletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7px;
	color: #FFFFFF;
}
#video {
	margin-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#videoinsert {
	margin-left: 55px;
}
#videoinsert {
	margin-left: 60px;
	padding-left: 50px;
}
#videoinsert p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
.date {
	width: 480px;
}
#uncle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
#hire {
	width: 480px;
}
#hire p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	margin-left: 50px;
}
#by p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #CCCCCC;
	width: 960px;
	text-align: center;
}
#albumtable p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-left: 12px;
	padding-bottom: 10px;
}
.navb ul {
	padding-top: 6px;
}
#articles li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	list-style: none;
	padding: 3px 0px 3px 0px;
}
#articles {
	margin-left: 65px;
}
#articles a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#articles a:hover, a:active {
	color: #E21414;
	text-decoration: none;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 60px;
}
.info p {
	font-size: 0.7em;
	text-align: justify;
	margin: 0px 0px 0px 60px;
	color: #FFFFFF;
	width: 415px;
	padding: 0px 0px 15px 0px;
}
.info h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	margin-left: 60px;
}
.info h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
}
.info a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.info a:hover, a:active {
	color: #E21414;
	text-decoration: none;
}
.contact p {
	font-size: 0.9em;
	text-align: justify;
	margin: 0px 0px 0px 60px;
	color: #FFFFFF;
	width: 415px;
	padding: 0px 0px 15px 0px;
}
.contact h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	margin-left: 60px;
}
.contact a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.contact a:hover, a:active {
	color: #E21414;
	text-decoration: none;
}
#hire a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#hire a:hover, a:active {
	color: #E21414;
	text-decoration: none;
}
