/*center*/

* {
	padding: 0;
	margin: 0 auto;
	}

/*basics*/

body {
	background-color:#0084b6;
	font-family: Helvetica;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	line-height: 125%;
	}

img {
    border: none;
	}

a:link, a:visited { 
	color: #000000;
	background: #FFFFFF;
	padding: 5px 15px 5px 15px;
	border: none;
	text-decoration: none;
	display: block;
	border-radius: 8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */	
	}

a:hover { 
	color: #BE1836;
	border: none;
	text-decoration: none;
	}

a:active { 
	color: #000000;
	border: none;
	text-decoration: none;
	}

h1 
	{
	font-size: 20px;
	}
	

/*specifics*/

.whiteback {
	background-color: #FFFFFF;
	width: 1050px;
	margin-bottom: 0px;
	height: auto;
	box-shadow: 0px 0px 20px #000000; 
	-moz-box-shadow: 0px 0px 20px #000000; /* Firefox 3.6 and earlier */
	}

.topinfo {
	padding: 25px 25px 25px 50px;
	border: 15px;
	border-color: black;
	}	

.contactinfo {
	width: 200px;
	font-weight: bold;
	font-size: 14px;
	line-height: 110%;
	float: right;
	margin: 50px 0px 0px 25px;
	border: 0px solid blue;
	}

a.fb {
	float: right;
	margin-top: -10px;
	margin-right: 50px;
	}
	
a.email {
	margin-left: -15px;
	}

.logo {
	margin-left: 350px;
	width: 250px;
	}

p.location {
	font-weight: bold;
	font-size: 14px;
	line-height: 110%;
	margin-top: 10px;
	margin-left: 430px;
	}

.container {
	background: #BE1836;
	width: 980px;
	height: auto;
	margin-top: -10px;
	padding: 15px; 0px; 0px; 0px;
	border: 0px;
	border-radius: 20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
	}

.navigation {
	text-color: #000000;
	font-weight: bold;
	padding: 0px;
	}

ul.n {
	list-style-type:none;
	margin-left: 65px;
	padding: 0px;
	overflow: hidden;
	}

li.nil {
	display: block;
	float: left;
	border: 5px solid #BE1836;
	margin-right: 15px;
	width: auto;
	}

.bodycontent {
	background: #FFFFFF;
	padding: 20px 20px 20px 20px;
	margin-top: 10px;
	height: auto;
	border-radius: 20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
	}

.pta {
	margin-top: -240px;
	margin-left: 600px;
	z-index: -1;	
	}

ul.a {
	list-style-type:square;
	margin-left: 20px;
	line-height: 150%;
	}

.pianotype {
	list-style-type: none;
	margin-left: 5px;
	}

.pianolist {
	margin: 10px 10px 0px 5px;
	float: left;
	}


.clearfloat {
	clear: both;
	}

li.indent {
	margin-left: 50px;
	}

.servicecities {
	font-size: 14px;
	line-height: 120%;
 	margin: 20px 40px 0px 40px; 
	}

.keys {
	width: 1040px;
	margin: 20px 0px -5px 0px;
	border: 5px solid black;
	}

