/* Smith Brothers Page */
#main_matt {background-color:#e5ceae;margin:0;padding-top:5px;}
#smbro {
	width: 550px;
	margin: 0px auto;
	background-color: #e5ceae;
	}
#smbro2 {
	width: 690px;
	height: 300px;
	margin: 0px auto;
	background-color: #e5ceae;
	}	
#smbro h1 {color:#800; margin-bottom: 0;}
#smbro p {color:#000; margin-top: 0;}
#smbro .center {text-align: center; color:#800;}
#smbro img {margin: 10px 0;}
#smbro h2 {color:#800; margin-bottom: 0; font-size: 90%; text-align: center;}
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
/* play button */ 
a.myPlayer img {margin-top:70px;border:0px;} 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover {border:1px solid #000;}

