/* Body text and page background */

body{   font-family: Times, Serif;
        font-size: large;   
        background-repeat: repeat;  	
        background-attachment: fixed;
        background-color:black;
     }


/* we leave some place on the side using the margin-* properties */
#main {
	left:20%; 
 	 top:100px;
        padding-left:1em;
        padding-right:1em;
        width:60%;
        height:400px;
    	position:relative; 
        float:left;
        font-size: large;   
        background: url(brushedsilver.gif); 
        background-repeat: repeat;  	
        background-attachment: fixed;
        background-color: #CFCFCF;
        color: #000000;  
        overflow:auto; 
}



/* Properties that both side lists have in common */

.Menu {
        width: 100%;
	    position:fixed;
        background-color:#777777;
         margin-right:0px;
         color:Black;
}

.Menu a {
         color:Black;
}

.Menu a:hover {
         color:Black;
         background-color:white; 
}


.bottom {
        width: 100%;
        position:fixed;
        margin-top:100px;
        bottom:0;
}

.top {
        width: 100%;
        margin-top:0px;
        margin-right:0px;
        top:0;
        background-color:black;
        height:100px;
        left:0px;
}

.left {
	position:fixed;
        margin-top:0px;
        top:0;
        left:0px;
}

.right {

        float:right;
}


.music {
	left:20%; 
 	 top:100px;
        padding-left:1em;
        padding-right:1em;
        width:60%;
        height:200px;
    	position:relative; 
        float:left;
        font-size: large;   
        background: url(brushedsilver.gif); 
        background-repeat: repeat;  	
        background-attachment: fixed;
        background-color: #CFCFCF;
        color: #000000;  
        overflow:auto; 
}

.tab {
    	margin-top:10px;
    	left:20%; 
 	    top :100px;
        padding-left:1em;
        padding-right:1em;
        width:60%;
        height:100px;
    	position:relative; 
        font-size: small;   
        background: url(brushedsilver.gif); 
        background-repeat: repeat;  	
        background-attachment: fixed;
        background-color: #CFCFCF;
        color: #000000;  
        overflow:auto; 
}

.tabTitle {
        width: 100%;
	    position:static;
        background-color:#777777;
        margin-right:0px;
        color:Black;
}

.utility{
font-family Tahoma; 
font-size: 18; 
color:Black; 
border-style:solid;
border-color:black;
}