* {
	padding: 0;
	margin: 0;
} 

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-image: url(Background.jpg);
	background-position: -200px 0 px;
	background-repeat: repeat;
}


img { border: none; }


a { color: #56626A; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
	margin: 0 auto;
	width: 800px;
}

#header {
	padding: 0 0 0 0;
	border: thin solid #000000;
	background-image: url(img/piano.gif);
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5px;
}
#header h1 a {
color: #56626A;
text-decoration: none;
}
#header h1 a:hover {
color: #56626A;
text-decoration: none;
}
#header h2 {
	color: #00FF33;
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
}
#header h3 {
	color: #56626A;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 0 5px;
	line-height: 18px;
	letter-spacing: 20px;
	text-align: center;
}

#logo {
	background-image: url(img/logo.png);
	margin-left: 30px;
	background-repeat: no-repeat;
	background-position: center;
	visibility: visible;
	height: 40px;
	padding-top: 28px;
}

#menu {
	height: 40px;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
	line-height: 40px;
	text-transform: uppercase;
	width: 800-2px;
	background-color: #4a4647;
	background-repeat: no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	color: #eee;
	text-decoration: none;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 0px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu ul li a:hover {
	color: #eee;
	text-decoration: underline;
	background-image: url(img/menu-1y.gif);
}

#content {
	padding: 0px 20px;
	background-color: #FFFFFF;
	border: thin solid #000000;
}

.right {
	width: 568px;
	float: right;
	text-align: justify;
	color: #4a4647;
	font-size: 14px;
	line-height: 1.75;
	padding-bottom: 10px;
}
.right h2 {
	color: #4a4647;
	font-size: 22px;
	letter-spacing: 0.5px;
	font-weight: bolder;
	padding : 10px 0 10px 0;
	text-align: center;
}

.left {
	width: 150px;
	float: left;
	border-right: 1px solid #bbb;
	font-size: 12px;
	height: 600px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#footer 
{
	border: thin solid #000000;
	background: #eee;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #333;
	font-size: 11px;
	padding: 10px;
}
