@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 770px;
	background-color: #000000;
	background-image: url(../images/pianobg1.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b7b7b7;
	text-align: left;
	font-size: 12px; 
	line-height: 1.6em;
	margin-top: 0;
	padding-bottom: 25px;
}

.footer {
	margin-top: 30px;
	padding-top: 30px;
}

.end	{
	margin-bottom: 10px;
}

.content	{
	width: 700px;
	position: relative;
	top: 20px;
	margin-left: 50px;
	padding-top: 30px;
}

p {
	padding-bottom: 12px;
}

hr {
	size: 3px;
	width: 770px;
	noshade: noshade;
	color: #ffdd00;
}


hr.two {
	size: 1px;
	width: 100px;
	noshade: noshade;
	color: #ffdd00;
	margin-top: 15px;
	margin-bottom: 10px;
}

.highlight	{
	color:#ffffff;
}

.indent	{
	margin-left: 50px;	
	font-size: 11px;
}


/* bio */

.inlinepic {
	margin: 5px 16px 5px 0px;
}


/* media */

.gallery	{
	padding-bottom: 20px;
}

.video	{
	width: 425px; 
	height: 344px;
	margin-bottom: 20px;
}

.segment	{
	margin-bottom: 50px;
}

.mediahead	{
	width: 425px;
	letter-spacing: +2px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffdd00;
	line-height: 1.5em;
}

.album	{
	width: 375px;
	border-color: #b7b7b7;
	border-width: 1px;
	border-style: solid;
}


/* resume */

.resume	{
	width: 600px;
}


/* LINKS */

a.menu {
	height: 40px;
}

a	{
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

a:link {
	color: #ffdd00;
}

a:visited {
	color: #ffdd00;
}

a:hover {
	color: #ffffff;
}  

