@charset "utf-8";
/* CSS Document */
#tag {
	margin-left:-87px;
}
#navtag {
	margin-left:400px;
	margin-top:-50px;
	top:0px;
}
body {
	background-color:#000;
}
#page {
	margin:auto;
	width:800px;
	background-color:#ffffff;
	background-image:url(graphics/blackonwhitenotes2.png);
	background-repeat:no-repeat;
	height:700px;
}
#page_contact {
	margin:auto;
	width:800px;
	background-color:#ffffff;
	background-image:url(graphics/contact_background.jpg);
	background-repeat:no-repeat;
	height:710px;
}
.floatrt{margin-left:390px;}
#topnav{
width:420px;
height:27px;
list-style:none;
overflow:hidden;
padding:0;
margin:0;
background-color:#000;
}

/*top navigation*/
#topnav li{float:left;}
#topnav a {
display:block; 
background-image:url(graphics/navsprite.png);
padding-top:26px; text-decoration:none;
}
#home { width:66px; background-positon:  0px 0px;}
#about {width:51px; background-position: -64px 0px ;}
#contact {width:57px; background-position: -114px 0px ; }

#home:hover { width:66px; background-position:   0px -27px;}
#about:hover  {width:51px; background-position: -64px -27px ;}
#contact:hover {width:57px; background-position: -114px -27px ;}

#home-selected { width:66px; background-position:0px -27px;}
#about-selected {width:51px; background-position: -64px -27px ;}
#contact-selected {width:57px; background-position: -114px -27px ; }
/* end top navigation*/
/*contact page*/
#contact_buttons{
padding:0;
margin:0;
list-style:none;
width:375px;
height:180px;
overflow:hidden;
padding-left:1px;
margin:auto;
margin-top:250px;
border-top: solid 10px #000;
border-bottom: solid 10px #000;

}
#contact_buttons li{float:left;}
#contact_buttons a {
display:block; 
background-image:url(graphics/contact_sprite.png);
padding-top:185px; 
text-decoration:none;


}
#fb { width:185px; background-positon:  0px 0px;}
#ms{width:185px; background-position: -210px 0px ;}

#fb:hover { width:185px; background-position:   0px -199px;}
#ms:hover  {width:185px; background-position: -210px -199px;}

/*end contact page*/
/*about page*/
#namebox {margin-top:100px;}
#namebox img{display:block;
margin:20px;
}
.stack{float:left; margin:40px 20px 20px 20px;}
.face{display:block}
.txt{background-image:url(graphics/about_bkgrnd.png) no-repeat; font-family:Tahoma, Geneva, sans-serif; font-size:13px; line-height:15px; width:150px;}
/*end about page*/

#mp3player{float:right; margin-right:20px; border:1px solid #000;}
