@charset "utf-8";

#container { 
	width: 949px;
	background-color: #999999;
	margin: -8px auto;
	padding: 0px 0px 10px;
	text-align: left;
} 
#containerIntro { 
	width: 970px;
	background-image: url(../images/layout/intro.png);
	background-repeat: no-repeat;
	margin: 2px auto;
	padding: 10px;
	text-align: right;
	position: relative;
	left: 2px;
}
#footer { 
	padding: 0 10px 0 20px;
	background-color: #999999;
}
#header { 
	background: #ffffff;
	height: 300px;
	padding: 0px;
}
#header img.header {
	float: right;
	margin: -228px 167px 0px 0px;
	position: relative;
	z-index: 1;
}
#headerIntro { 
	background: #ffffff;
	height: 300px;
	width: 950px;
	padding: 0px;
}
#links {
	margin: -50px 0px 0px 150px;
}
#mainContent { 
	margin: 10px 15px 10px 238px;
	padding: 0px 10px 10px;
	background-image: url(../images/layout/lines.png);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: scroll;
	border: 1px solid #000000;
	min-height: 500px;
} 
#mainContent img.hr {
	width: 600px;
	height: 2px;
}
#mainContent img.title {
	margin: 10px 0px -19px;
	position: relative;
	z-index: 1;
}
#mainContent ol, #mainContent ul {
	margin: 5px 0px 10px 10px;
}
#mainContent p {
	margin: 10px 0px 15px 15px;
}
#sidebar1 {
	float: left;
	width: 185px;
	background-image: url(../images/layout/lines.png);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: scroll;
	padding: 0px 10px 15px;
	margin: 10px 15px;
	border: 1px solid #000000;
	overflow: hidden;
}
#sidebar1 div.link {
	padding: 0px 3px;
	position: relative;
	z-index: 3;
}
#sidebar1 div.link:hover {
	background-color: #bbb;
}
#sidebar1 div.linkOn {
	padding: 0px 3px;
	position: relative;
	z-index: 1;
	background-color: #bbb;
}
#sidebar1 img.hr {
	width: 195px;
	height: 2px;
	margin: 5px 0px 4px;
}
#sidebar1 img.title {
	margin: 5px 0px -15px 0px;
	position: relative;
	z-index: 2;
}
#sidebar1 p {
	margin: 4px 5px 4px 10px;
}
#skipIntro {
	margin: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
a, img
{
	text-decoration: none;
	border-style: none;
	outline: none;
	color: #000000;
}
a.skipIntro:hover {
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
body.iframe {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #b8c5cc;
	background-image: url(../images/layout/lines.png);
	background-repeat: repeat;
	background-position: top left;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	color: #000000;
	cursor: default;
}
body.intro {
	background-color: #b8c5cc;
	margin: 0px;
	padding: 0px;
	text-align: center;
	cursor: default;
}
body.main {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #b8c5cc;
	background-image: url(../images/layout/bgmid.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	cursor: default;
}
img.image {
	margin: 10px;
	border: 1px solid #000000;	
}
img.piano {
	position: relative;
	top: -20px;
	left: 65px;
	margin-bottom: -172px;
}
img.polaroid {
	position: relative;
	top: -20px;
	left: 65px;
	margin-bottom: -150px;	
}
img.video {
	height: 2px;
	width: 500px;
	margin: 1px 0px 4px;
}
object.youtube {
	width: 192px;
	height: 159px;
	margin: 10px;
}
p.youtube {
	font-size: 16px;
}
td.description {
	padding: 0px 10px;
}
td.video {
	width: 200px;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
/***** Copyright *****/
#copyright {
	width: 700px;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	margin-bottom: 15px;
}
a.copyright {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}
#copyright {
	width: 1000px;
	text-align: center;
	color: #000;
	font-size: 11px;
	margin: -15px 0px;
	padding: 28px 0px 0px;
	border: none;
	background-color: #b8c5cc;
	background-image: url(../images/layout/bgbot.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 40px;
}