    /* <!-- */    /* General styles */    body {        margin:0;        padding:0;        border:0;			/* This removes the border around the viewport in old versions of IE */        width:100%;        background:#fff;							/* The min-width property does not work in old versions of Internet Explorer */		font-size:90%;    }    p {        margin:.4em 0 0 0;        padding:0;    }
    	/* Header styles */    #header {        clear:both;        float:left;        width:100%;    }	#header h1 {	    padding:8px 0 0 0;        margin:0;
        text-align:center;
        font-family:arial;
        font-size:50px;
        color:#444;	}	/* 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 */	}	/* 2 column left menu settings */    .leftmenu .colright {        float:left;        width:200%;		position:relative;		left:206px;        background:#fff;    }    .leftmenu .col1wrap {	    float:right;	    width:50%;	    position:relative;	    right:200px;	    padding-bottom:1em;	}	.leftmenu .col1 {        margin:-2px 0 0 215px;	    position:relative;	    right:100%;	    overflow:hidden;	}    .leftmenu .col2 {        float:left;        width:202px;        position:relative;        right:204px;    }	/* Footer styles */	#footer {        clear:both;        float:left;        width:100%;
            }    #footer p {        padding:10px;        margin:0;    }    /* --> */    <!--[if lt IE 7]>   .col1 {	    width:100%;	}
	
#bar { 
	width:100%; 
	height:73px;
}

#bar h2 {
	padding-top:22px;
	margin: 0 0 0 219px;
    font-family:arial;
    font-weight: normal;
    font-size:25px;
    color:#fff;
}
	
	div #logo { 
	width:206px; 
	height:73px;
	background:#bbb;
	float:left;	
}

	div #tagline { 
	height:35px;
	margin-top:5px;
	background:#fff;
	text-align:center;
	border-top:solid #888;
	border-top-width:1px;
	border-bottom:solid #888;
	border-bottom-width:1px;
}



#nav 	{
		width: 200px;		padding: 0 0 0 0;		font-family: Arial, sans-serif;
		font-size:19px;
		text-align:center;
		}

#nav ul {		list-style: none;		margin: 5px;		padding: 0;		border: none;
				}		#nav li {		margin-bottom: 2px;
				}
		
#nav li a {		display: block;		padding: 10px 0 10px 0;		background-color: #bbb;		color: #444;		text-decoration: none;		width: 100%;
				}#trax ul{list-style-type: none;padding: 0;margin-left: 0;
font-size:13px;
line-height:26px;}

.artist
{
	font-family:arial;
	font-weight:bold;
	}

.track
{
	font-family:georgia;
	font-style:italic;
	}


