
body {
	background-color:#11151D;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
	background-image: url('../img/home_head_bg.jpg'); 
	background-repeat: no-repeat;
    background-position: top center;
}

#container {
	position: relative;
	width: 820px;
 	top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;	
	}


#nav {
	height: 80px;
	vertical-align: bottom;
	}
	
#nav td {
	height: 80px;
	align: right;
	padding-bottom: 18px;
	}


#page {
	position: relative;
	background-color:#262930;
	width:800px;
/*	margin-top: 53px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px; */
/*	padding:20px 20px 20px 20px; */
	padding: 8px;
	border:2px solid #1D1D1E;
	outline:1px solid #525356;
	text-align:left;
}

h1, h2 {
	letter-spacing:-1px;
	color:#fff;
	font-weight:normal;		
	margin-bottom:10px;
	margin-top:10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

hr 	{
	color: #11151D;
	border-color: #11151D;
	background-color: #11151D;
	border: none;
	height; 1px;
	}

#top-title {
	text-align: center;
	font-weight: bold;	
	background-color: #11151D;
	margin-top:2px;
	padding: 5px 0 5px 0;
	}

#subtitle {
	position: relative;
	float: right;
	top: -30px;
	margin-left: 200px;
	}

.less {
	color:#999;
	font-size:12px;
	}

a 	{ 
	text-decoration: none;
	color:#8C97B0;	
	}

a:hover {	
	background-color: #377D9F;
	color:#FFFFFF;	
	}

p 	{ 
	color: #AAABAF;
	font-size: 80%;
  	}

#titles {
	width: 342px;
	vertical-align: bottom;
	font-size: 80%;
	}

#titles p {
	text-align: left;
	}
	
#titles-right {
	width: 342px;
	vertical-align: bottom;
	font-size: 80%;
	}

#titles-right p {
	text-align: right;
	}	
	
.full-screen {
	font-size: 80%;
	vertical-align: bottom;
	}	
.full-screen p {
	margin-bottom: 5px;
	}	

#footer {
	width:800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
/*	padding:20px 20px 20px 20px; */
	text-align: center;
	}
	
#footer table {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	}
	
#footer td {
	vertical-align: top;
	width: 33%;
	font-size: 80%;
	text-align: center;
	}

#footer p {
	margin-bottom: -2px;
	}


/* About */

#about {
	 width: 800px;
	 height: 487px;
	 background-image: url('../img/aboutme-piano.jpg');
	 background-repeat: no-repeat;
	 border: 0 0 0 0;
	 }
	
#about tr {

	}
	
#about td {
	 text-align: right;
	 padding: 5px;
	 font-size: 0.9em;
	 }

#about td h1 {
/*	 margin-top: 130px; */
	 }

/* Film */

#film {
	 width: 800px;
	 background-color: #000;
	 background-image: url('../img/film-pianoblue1.jpg');
	 background-repeat: no-repeat;
	 background-position: bottom right;
	 border: 0 0 0 0;
	 }
	
#film tr {
	 vertical-align: top;	
	}
	
#film td {
	 text-align: left;
	 padding: 10px;
	 }
	 
	 
/* TV */

.tv {
	 width: 800px;
	 background-color: #000;
	 background-image: url('../img/tv-guitar.jpg');
	 background-repeat: no-repeat;
	 background-position: center right;
	 border: 0 0 0 0;
	 }
	
.tv tr {
	 vertical-align: top;	
	}
	
.tv td {
	 text-align: left;
	 padding: 10px;
	 }
	
.tv-left {
	width: 342px;
	}
	 
/* Other */

#other {
	 width: 800px;
	 background-color: #000;
	 background-image: url('../img/other-bigsofa.jpg');
     background-position: top center;
	 background-repeat: no-repeat;
	 border: 0 0 0 0;
	 }
	
#other tr {
	 vertical-align: bottom;	
	}
	
#other td {
	 text-align: left;
	 padding: 5px;
	 vertical-align: bottom;	
	 }	
	 
#other td.other_player {
	 text-align: right;
	 width: 420px;
	} 
	 
/* Links */

#links {
	 width: 800px;
	 height: 487px;
	 background-image: url('../img/links-desk.JPG');
     background-position: center center;
	 background-repeat: no-repeat;
	 border: 0 0 0 0;
	 }
	
#links tr {
	 vertical-align: center;	
	}
	
#links td {
	 text-align: left;
	 padding: 5px;
	 width: 400px;
	 }
	 

/* Musician */

#musician-bkgr {
	 background-color: #000;
	 background-image: url('../img/musician-unicorn.jpg');
     background-position: top center;
	 background-repeat: no-repeat;
	}

.musician, .musician1 {
	 width: 800px;
	 background: transparent;
	 border: 0 0 0 0;
	 }
	 
	
.musician tr, .musician1 tr {
	 vertical-align: top;	
	}
	
.musician td, .musician1 td {
	 text-align: left;
	 padding: 10px;
	 }
	
.button-player {
	 background-color: #000;
	}
	
#ie-warning {
	text-align: center;
	font-size: 80%;
	margin-top: 0px;
	background-color: #ddd;
	color: #666;
	padding: 3px;
	}