<!--
body{
			color: #040404;
			background: black url('../images/bg.jpg') bottom center repeat-x;
			background-attachment:fixed;
			margin: auto;
			width: 100%;
			padding: 0;
			height: 100%;
			text-align: center;
			font-family: georgia, verdana, tahoma;
		}
		p{

		}
		html{
			height: 100%;
		}
		
		img{
			border: 0;
		}
		table, tr, td{
			border-collapse: collapse;
		}

		div.box{
			width: 828px;
			border: 15px solid black;
			background: #fffedc url('../images/grand-piano.jpg') bottom right no-repeat;
			min-height: 450px;
			height: 450px;
			height: auto !important;

			overflow: visible;
		}

		div.container{
			width: 828px;
			margin: auto;
		}
		div.pictures{
			width: 178px;
			height: 499px;
			float: left;
		}
		div.secondcol{
			width: 230px;
			height: 100%;
			float: left;
			font-family: georgia;
			font-size: 12px;
			text-align: left;
		}
		div.leftpad{
			height: 500px;
			width: 25px;
			float: left;
		}
		div.nav a{
			color: #d6660b;
			font-weight: bold;
			text-decoration: none;
			line-height: 20px;
			font-size: 14px;
		}
		div.nav a:hover{
			font-weight: bold;

		}
		div.testimonials{
			width: 169px;
			font-size: 10px;
		}
		div.testimonials img{
			margin: 5px;
			margin-bottom: 0;
			margin-top: 0;
		}
		h1{
			font-size: 16px;
		}
		h2{
			font-size: 15px;
		}
		div.contentcol{
			width: 368px;
			float: left;
			text-align: left;
		
		}
		div.contentcol {
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
		}
		div.footer{
			color: white;
			font-size: 10px;
			text-align: left;
			margin-top: 15px;
		}
		div.footer a{
			color: white;
			text-decoration: none;
		}
		.required{
			color: red;
		}
		.leftcontact .rightbox{
			float: right;
			width: 50%;
			text-align: left;
			font-weight: bold;
		}
		.leftcontact{
			font-weight: normal;
		}
		div.pictures img{
			float: right;
			margin-bottom: 8px;
		}
-->
