/* CSS Document */

body {font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.lyrics {color:#ce2e24; font-size: 8pt;}

a.nav {color:#ce2e24; text-decoration:none;}

a:hover {color:#ffffff; text-decoration:underline;}

div.head {

background-image:url(../images/bg.jpg);

text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;

color:#666666;

}

div.body {

/* background-color:#000000; */
background-image:url(../images/bg_bottom.jpg);

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#777777;

}

/*controls left-hand column on press.html*/ 
div.left {
float:left;
margin-left:12%;
align:center;
width: 200px;
text-align:left;
font-size:12px;
color:#999999;

}

/*controls right-hand column on press.html*/ 
div.press {
float:right;
margin-top:50px;
margin-left:20px;
margin-right:12%;
align:center;
width: 450px;
text-align:left;
font-size:12px;
color:#777777;
font-size:14px; line-height:20px;
color:#CCCCCC;

}



div.center {

text-align:center;

}

div.footer {
font-size:10px; background-color:#000000; font-color:#333333; text-align:center;}
	
	
h1 {font-weight:normal; font-size:18px;}

h2 {font-weight:normal; font-size:18px; color:#fff;}


img.news {
	  border: solid;
        border-width: 1px;        
        border-color:#666666;
      }
	  
img.album {
	  border: solid;
        border-width: 1px;        
        border-color:#666666;
      }

p.news {font-size:14px; color:#ffffff; width:400px; line-height:22px;}





	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
		
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#000;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
		background:#000;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;				/* width of the middle column */
		background:#;		/* left column background colour */
	}
	.threecol .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:85%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
    /* --> *
