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

body {
	background-color: #333333;
	color: #BBBBBB;
}

p { color:#BBBBBB; font:"Times New Roman", Times, serif; }
li { color:#BBBBBB; }
td { color:#BBBBBB; }


#MasterFrame {
	position:relative;
	width: 960px;
	height:730px;
	background-color: black;
	border: 1px solid #555555;
	overflow: hidden;
}


#Header 
{
	width: 960px;
	height: 63px;
	padding-left: 0px;
	background-color: black;
	overflow: hidden;
}

#Content {
	top: 0px;
	width: 960px;
	height: 602px;
	margin: 0px;
	text-align: left;
	overflow: hidden;
}

#ContentAlbum 
{
	top: 0px;
	width: 960px;
	height: 642px;
	margin: 0px;
	background-color: black;
	text-align: left;
	overflow: hidden;
}

#Footer
{
	margin-top:10px;
	height: 36px;
	left: 0px;
	background-color: black;
	overflow: hidden;
}

#LowerNav
{
	padding-right: 20px;
	overflow: hidden;
}

.albumscroll { padding-left: 30px; width=100%; overflow: auto; height: 640px; border-top: 1px solid #555555; border-bottom: 1px solid #555555;}

.scrollv5 {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: auto;
	height: 600px;
}

a:link { color:#DDDDDD; text-decoration:none; }
a:visited { color: #DDDDDD; text-decoration:none;}

.heading { margin-bottom: -12px; color: #BBBBBB;  margin-top: 22px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; }

.headingrule { font-size: 120%; margin-bottom: -12px; color: #BBBBBB; border-bottom: 1px solid #555555; font-weight: bold; font-family:Arial, Helvetica, sans-serif;  }

.pagetitle2 {
	font-size: 120%;
	font-family: Arial, Helvetica;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 2px;
	padding-top: 0px;

}

