body {
	font-family: Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	background:#000000 url(http://rochelimit.ca/images/paper.jpg) repeat fixed top left;
	color:#FFFFFF;
	margin: 0;
	padding:0;
	}

#title_block {
	position:absolute;
	top: 50px;
	left: 55px;
	}

#image_block {
	position:absolute;
	top: 233px;
	left:0;
	}


#navcontainer {
	position:absolute;
	top: 50px;
	left: 440px;
}


#navlist {
	margin: 0;
	white-space: nowrap;
	padding: 0;
}

#navlist li {
	position:absolute;	
	display: inline;
	list-style-type: none;
}

#navlist img {
	border: 0;
}

#navlist a .preview
{
	display: none;
}

#navlist a:hover .view
{
	display: none;
}

#navlist a:hover .preview
{
	display: block;
	position: absolute;
	top: -30px;
	left: -10px;
	z-index: 100;
}


/* z-index had to be added to each of these (in reverse order) to deal with IE z-index bug*/
li.home
{
	margin-top: 0px;
	margin-left: 0px;
	z-index: 7;
}

li.about
{
	margin-top: 0px;
	margin-left: 90px;
	z-index: 6;
}

li.music
{
	margin-top: 0px;
	margin-left: 175px;
	z-index: 5;
}

li.gallery
{
	margin-top: 0px;
	margin-left: 265px;
	z-index: 4;
}

li.store
{
	margin-top: 0px;
	margin-left: 355px;
	z-index: 3;
}

li.contact
{
	margin-top: 0px;
	margin-left: 441px;
	z-index: 2;
}

#active a:link, #active a:visited, #active a:hover
{
}


#content {
	position: relative;
	top: 156px;
	left: 440px;
	width: 550px;
	height: 3500px;	
	}
	
	
#content h1, #content h2 {	
	font-family: Gill Sans, Verdana;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #B0E0E6;
	}

#content h1 {
	margin: 5px 0 2px 0;
	font-size: 120%;
}

#content h2 {
	font-size: 80%;
	margin-bottom: 0px;
}

#content_middle {
	min-height: 670px;
	width: 510px;
	padding: 0px 20px;
	background:#000000;
	}

#content_middle a {
	color: #FFF;
	}

#content_middle img {
	vertical-align: middle;
	}


/* This rule is used to style merchandise list: floats items to the left to allow full use of content window width. */
.merch_list {
	float: left;
	margin-top: 5px;
	margin-right: 30px;
}


.album {
	min-height: 175px;
}


.album_list li {
	padding-left: 150px;
	list-style-type: none;
}

.album p {
	margin: 12px 0px;	
}


img.cover {
	float: left;
	padding-right: 25px;	
	padding-bottom: 25px;
}



.float_left {
	float: left;
}
.float_right {
	float: right;
}

.align_center{
	text-align:center;
}


.review_source {
	margin: 0;
	color: #B0E0E6;
}


/* sub menu navigation styling*/
#sub_menu  ul {
	margin: 0;
	padding: 0;
	text-align: right;	
}

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

#sub_menu  a, a.albumlink {
	font-family:Georgia,serif;
	font-size: .8em;
 	letter-spacing: 2px; 
	text-transform: uppercase;
	color: #FFF;
}

#sub_menu a:hover {
	color: #FFF;
}




/* These rules take away a gap caused by default margins on the paragrah element */
div#content_middle > *:first-child {
	margin: 0;
	}

div#content_middle > *:last-child {
	margin: 0;
	}

/* This rule take away a 4 px gap caused with images in Firefox */
img.curved {
	vertical-align: bottom;
	}

/* This rule removes the border that appears around linked images */
a> img {
	border:none;
}

	
#footer {
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	height:70px;
	background: transparent url("http://rochelimit.ca/images/trans_pixel_80.png") repeat fixed top left;;
	}
	
#footer object {
	position: fixed;
	bottom: 30px;
	left: 222px;
	border-style: none;
	z-index: 20;
	}

#player {
	position: fixed;
	bottom: 30px;
	left: 222px;
	border-style: none;
	z-index: 20;
	}


#footer p {
	display: inline;
	font-family: Gill Sans, Verdana;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #B0E0E6;	
	margin: 0;
	position: fixed;
	bottom: 28px;
	left: 90px;
	z-index: 20;	
	}
		
.player_link {
	display: inline;
	font-family: Gill Sans, Verdana;
	text-decoration: none;	
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #B0E0E6;	
	margin: 0;
	position: fixed;
	bottom: 28px;
	left: 90px;
	z-index: 20;	
	}


#footerlinks {
	margin: 0;
	position: relative;
	top: 10px;
	left: 458px;	
	background-color: #000;
	width: 523px;
}

#footerlinks img{
}
	
.nomargin {
	margin-top: 0;
	}