	html, body {
		background-color: #000000;
		display: block;
		height: 100%;
		overflow: hidden;
		width: 100%;
	}


body {
	background-image: url(images/background-tile-image.jpg);
	color: #ffffff;
	
	font-family: Arial,Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	/*overflow: auto;*/
	text-align: center; /* To get it working in IE */
	scrollbar-face-color: #330066;
	scrollbar-base-color: #000000; 
	scrollbar-highlight-color: #3d4f5b; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #666666; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-3dlight-color: #787c7f; 


}


div {
	display: block;
	/*display: inline-block;*/ /* To get it working in IE */
	height: auto;
	overflow: hidden;
	width: 100%;
}

img {border: 0px;}

#PageContentArea {
	background-color: #000000;
	color:#ffffff;
	padding-left:100px;
	padding-right:50px;
	padding-top:30px;
	bottom: 1.8em;
	overflow: auto;
	position: absolute;
	top: 190px;
	width: 610px;
	z-index: 100;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/McCormackCrestPageBG.gif);
	background-repeat: no-repeat;
	background-position: center 240px;
	background-attachment: fixed;
	margin-bottom:7em;
}

* html #PageContentArea { /* IE hack */
	border-top: 190px solid #f9f9f9;
	border-bottom: 8.6em solid #f9f9f9;
	bottom: 0em;
	height: 100%;
	top: 0em;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:6em;
	background-image: url(images/McCormackCrestPageBG.gif);
	background-repeat: no-repeat;
	background-position: center 240px;	
	background-color: #000000;
	
}

#MediaPageContentArea {
	background-color: #000000;
	color:#ffffff;
	padding-left:30px;
	padding-right:0px;
	padding-top:30px;
	bottom: 1.8em;
	overflow: auto;
	position: absolute;
	top: 190px;
	width: 730px;
	z-index: 100;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/McCormackCrestPageBG.gif);
	background-repeat: no-repeat;
	background-position: center 240px;
	background-attachment: fixed;
	margin-bottom:7em;
}

* html #MediaPageContentArea { /* IE hack */
	border-top: 190px solid #f9f9f9;
	border-bottom: 8.6em solid #f9f9f9;
	bottom: 0em;
	height: 100%;
	top: 0em;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:6em;
	background-image: url(images/McCormackCrestPageBG.gif);
	background-repeat: no-repeat;
	background-position: center 240px;	
	background-color: #000000;
	
}


#PageFooterArea {
	background-color: #000000;
	bottom: 0em;
	height: 8.7em;
	/*margin: 0 auto 0 auto;*/
	position: absolute;
	width: 760px;
	z-index: 200;
	color:#ffffff;
	text-align:center;
	border-top:#000099 1px solid;
	display:block;
}

#PageFooterArea img { margin-left: 10px; margin-right: 10px;}

#PageFooterArea a:link,#PageFooterArea a:visited {color: #b3cbf6; text-decoration:none;}

#PageFooterArea a:hover {color: #ffffff;}

* html #PageFooterArea { /* IE hack */
	width: 100%;
}

#PageFooterArea p {
	margin: 0.6em 0.5em 0.3em 0.5em;
	text-align: center;
	color:#b3cbf6;	
}

#PageArea {
	height: 100%;
	margin: 0 auto 0 auto;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#000000;
}



#PageArea a:link,#PageArea a:visited {
	color: #b3cbf6;
	text-decoration:none;
}

#PageArea a:hover {
	color:#ffffff;
	}

#PageHeaderArea {

	height: 190px;
	/*margin: 0 auto 0 auto;*/
	position:absolute;
	top: 0em;
	width: 100%;
	z-index: 500;
}

#schedule {
font-size:12px;
}

#schedule td {
height:30px;
}

h1 {
margin:0px;
font-size:16px;
font-weight:bold;
}

h2 {
margin:0px;
font-size:14px;
font-weight:bold;
}

.discography {
padding-top:15px;
line-height:20px;
}

.discographyTextRight {
padding-left:20px;
}

.endorsement {
padding-top:30px;
 }
 
 .endorsementImages img {margin:0px;}
 
 .newsDate{
 	padding-top:20px;
	font-size:12px;
	color: #b3cbf6
	}
 
 .newsTitle{
	 padding-top: 5px;
	 padding-bottom:3px;
	 font-size:14px;
	 font-weight:bold;
 }
 
 .newsArticle{
 padding-top:2px;
 padding-bottom:2px;
 padding-left:5px;
 padding-right:2px;
 width:85%;
 border:#b3cbf6 dashed 1px;
 }