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

body {
	background-color: #000;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.left .navhome {
	background-color: #FFF;
	padding: 10px;
	width: 180px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
.left .navcontact {
	background-color: #FFF;
	padding: 10px;
	width: 180px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
.left .navyamaha {
	background-color: #FFF;
	padding: 10px;
	width: 180px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
.left .navcable {
	background-color: #FFF;
	padding: 10px;
	width: 180px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
.left .navhome a {
	text-decoration: none;
	color: #000;
}
.left .navyamaha a {
	text-decoration: none;
	color: #000;
}
.left .navcable a {
	text-decoration: none;
	color: #000;
}
.left .navcontact a {
	text-decoration: none;
	color: #000;
}
.left {
	width: 200px;
	float: left;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.left a:hover {
	color: #68231d;
	text-decoration: underline;
}
.right {
	float: right;
	width: 540px;
	margin-top: 20px;
	background-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	padding: 20px;
}
#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	clear: both;
	margin-top: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}.right .pianos {
	margin-top: 20px;
}
.right .pianos .grand a  img{
	float: left;
	clear: both;
	margin-right: 20px;
}
.grand {
	height: 190px;
	margin-bottom: 20px;
}
.right .pianos .grand h2 a {
	color: #68231d;
	text-decoration: none;
}
.right .pianos .grand h2 a:hover {
	color: #000;
}
h2 {
	font-size: 20px;
}
p {
	font-size: 12px;
}
.right .pianos .grand p span a {
	color: #68231d;
	text-decoration: none;
}
.right .pianos .grand p span a:hover {
	color: #000;
}
.right a {
	color: #68231d;
	text-decoration: none;
}
.right a:hover {
	text-decoration: underline;
}
