 body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#aaabfe;
        min-width:850px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
    }
	


body {
			font-family: arial, helvetica, sans-serif;  font-size: 12px; color: #999999
				}

A:link, A:visited, A.norm:visited, A.reg:link, A.reg:visited, td, .mash_dark,  .mash2, .mash3, .mash4, .title1, .title2, .text_blue {
			color: #BBBBFF;  /*#9999FF*/
				} 

A.dark:link, A.dark:visited {
			color: #6E78C1;
				} 
			
.text_dark, A.nav:link, A.nav:visited, #headernav {
			color: #303451    /*454B74*/
				}
				
A.here:link, A.here:visited, A.norm:link, A.title1:link, A.title1:visited, .text, .biotext, .studiotext, .studiotext_blue, .mash, .mash1, .mash5, .pageheading  {
			color: #e1e1ff   /* #CCCCFF*/
				}	
								
A:hover, A.nav:hover, A.dark:hover, A.norm:hover, A.reg:hover, A.here:hover, A.title1:hover {
			color: #EEEEFF
				}

A:active {
			color: #CCCCFF;  /*#9999FF*/
				}
				
A.dark:active {
			color: #6E78C1;
				} 
			
A.nav:active {
			color: #303451    /*454B74*/
				}	
			
A.norm:active {
			color: #FFFFFF;
				}
				
				
#headerleft {
			background:#abac11
				}
				

					
	.holygrail, .story {
	    	background: #2a2d53;    	/* Right column background colour 3a3f61 */
				}
    .holygrail .colmid, #layoutdims {
        	background: #333664;    	/* Centre column background colour 454b74 */
    			}
				
				
				
				
    .holygrail .colleft {
        	background: #AAABFE;    	/* Left column background colour  AAAAFF */
				}
				
	

A, A.dark, A.norm:link, A.norm:active, A.norm:visited, A.norm:hover {
			font-size: 12px; 
			text-decoration: none; 
		    font-style: italic	
				}
				
A.reg:link, A.reg:visited, A.reg:hover {
			font-size: 12px; 
			text-decoration: none; 
		    font-style: normal;
				}	
				
A.nav {
			font-size: 12px; 
			text-decoration: none; 
		    font-style: normal;
			font-weight:bold;	
				}



A.here:link, A.here:visited, A.here:hover {
			font-size: 12px;
			text-decoration: none  
				}


A.title1:link, A.title1:visited, A.title1:hover  {
			font-size: 15px; 
			text-decoration: none
				}


ul {
	margin-left:0em; 
	padding-left:1em; 
	text-indent:0em;
	
}

li {margin: .4em 0}

td {
			font-size: 11px 
				}

.text, .text_dark, .text_blue  {
			font-size: 13px; 
			text-decoration: none
				}

.biotext, .studiotext, .studiotext_blue {
			font-size: 14px; 
			line-height:160%; 
			text-decoration: none
				}

.mash {font-size: 13px; font-weight: bold }

.mash_dark {font-size: 13px; font-weight: bold }

.mash1 {font-size: 15px; font-weight: bold }

.mash2 {font-size: 17px; font-weight: bold }

.mash3 {font-size: 11px; font-weight: bold }

.mash4 {font-size: 30px; font-weight: bold }

.mash5, .pageheading {font-size: 22px; font-weight: bold }

.title1 {font-size: 15px; font-weight: bold }

.title2 {font-size: 13px; font-weight: bold }

.story {
	padding: 10px;
	border-width: 0px 15px 20px 0px;
	-webkit-border-image: url(images/story-grad80x80BottomRight.jpg) 0 15 20 0 stretch stretch;
} 

.cd_shaded {
	padding: 10px 0px 0px 0px;
	border-width: 0px 15px 20px 0px;
	-webkit-border-image: url(images/story-grad80x80BottomRight.jpg) 0 15 20 0 stretch stretch;
} 

    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:0 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		max-width:1200px;
		background: url(images/dc_header-bg_120x1200b.jpg);
		height: 120px;  
		
    }
	
	   #nonameheader {
        clear:both;
        float:left;
        width:100%;
		max-width:1200px;
		background: url(images/dc_nonameheader_bg_70x1200.jpg);
		background-color:#995511;
		height: 70px;
		
    }
	
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	

	/* 'widths' sub menu */
	
	.header, .nonameheader {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		
	}
	
	#headerleft    {
	float:left;
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        height:120px; /* Actual height of header - not counting drop-down pic in Col 2 */
		
         
	}
	
	#nonameheaderleft    {
	float:left;
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        height:70px; /* Actual height of header - not counting drop-down pic in Col 2 */
		
         
	}
	
	#headerright  {
	 position:relative;
	 float:left;
	 
	
	  

	
     
       
	}
	
	#headerpic  {
	 position:absolute;
	top:0px;
	left:0px;
	 width:170px;
	 overflow:visible;
	
     
       
	}
	
	#headername  {
	 position:absolute;
	top:40px;
	left:0px;
	 width:350px;
     
       
	}
	
	#headernav  {
	
	 float:right;
	 top:10px;
	 text-align:right;
	 margin-top:10px;
	 
	 height:120px;
     
	 z-index: 4;
       
	}
	
		#nonameheadernav  {
	
	 float:right;
	 top:10px;
	 text-align:right;
	 margin-top:10px;
	 
	 height:60px;
     
	 z-index: 4;
       
	}

	
	
	
	#headername  {
	background:nne;
	}
	
	#headernav  {
	background:none;
	}
	
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;      
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:370px;         	/* Left column width + right column width */
    }

    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:170px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px 0 185px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:140px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
        margin-top:120px        /* Sets top margin for Col 2 content below drop down pic from header */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		background: url(images/dc_footer_bg_70x1200.jpg);
		height:70px;
		max-width:1200px;		
    }
	
	#footer_nopic {
        clear:both;
        float:left;
        width:100%;
		background: url(images/dc_footer_nopic_bg_70x1200.jpg);
		height:70px;
	   	max-width:1200px;
		
    }
	
    #footer p {
        padding:10px;
        margin:0;
    }
	
	.bigwrapper  {
	width:100%;
	float:left;
	max-width:1200px;
	}

/*Recordings formating*/

.cd_cover_art {
float:left;
width:150px;
vertical-align:middle;
margin-left:10px;
clear:both;
}

.cd_title {
margin-left:10px;
width:100%;
margin-right:auto;

}

.cd_description_container {
overflow:hidden;
min-height:140px;

}

.cd_descrip_left {
margin:5px 0px 0 0;
width:25%;
margin-right:auto;
float:left;
min-width:120px;

}

.cd_descrip_right {
margin:5px 10px 20px 10px;
float:right;
width:65%;
text-align:right;
height:100%;

}


