@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #E8E8E8;
}oneColFixCtrHdr body{
	background:#000;
}
.oneColFixCtrHdr #container {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}.oneColFixCtrHdr #bg {
	background: url(images/bgopenbook.jpg) no-repeat scroll center top;
	height: 100%;
}.oneColFixCtrHdr #bgFront{
	background: url(images/bg.jpg) no-repeat scroll top;
	
}
.oneColFixCtrHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 30 0 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background: url(images/openBook.png) no-repeat;
	height: 700px;
}
.oneColFixCtrHdr #mainContent2 {
	padding: 0 20px;
	margin: 0px;
	font: small/120% Georgia, "Times New Roman", Times, serif;
}.oneColFixCtrHdr #mainContent2 h2{
	text-align:center;
	padding-top:0;
	margin-top:0;
	letter-spacing: 4px;
	font: x-large/100% Georgia, "Times New Roman", Times, serif;
}.oneColFixCtrHdr #mainContent2 p{
	margin-top: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: small;
	font-weight: bold;
	clear: both;
	border-top: thin dotted #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #CCC;
	font: x-small Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.rightPage{
	margin-left:400px;
	text-align: left;
	color: #000;
	width: 330px;
	margin-top: 20px;
}
.rightPage2{
	margin-left:400px;
	text-align: left;
	color: #000;
	width: 330px;
	margin-top: 20px;
	text-align:center;
}.leftPage{
	margin-left:60px;
	float:left;
	text-align: center;
	color: #000;
	width: 310px;
	margin-bottom: 30px;
	margin-top: 10px;
}#iFrameText{
	margin: 10px;
	font: small/130% Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:left;
}
#video{ 
	text-align:center;
	margin: 20px 0;
}
.siteIndex{
	font: large/normal Georgia, "Times New Roman", Times, serif;
	letter-spacing: 5px;
}.siteIndex li{
	margin-bottom: 20px
	}
	.siteIndex a{
	color:#000;
	text-decoration: none;
}.siteIndex a:hover{
	color:#F00;
	text-decoration: underline;
}
/* IMage gallery*/
.thumb img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #AAAAAA;
padding:5px;
}
.thumb:hover img {
border-color:#777777;
}.discography{
	padding-left: 10px;	
}
.discography li{
		list-style-type:none;
		margin-bottom:5px;
}

</style>
