body {
	background-color: rgb(246, 246, 244);
	margin: 0;
	overflow: auto;
	background-image: url(../images/top_bg_seamless.jpg);
	background-repeat: repeat-x;
	font: 12px Arial; 
	color: #666666;
	font-family: Times, serif;
	padding-bottom: 8px;     /* space between paragraphs*/
	line-height: 18px;
	overflow: auto;
	text-align: left;
}

a img {border: none; } 

a.nav:link {color: #DDF7F8; text-decoration: none;}     /* unvisited link */a.nav:visited {color: #DDF7F8; text-decoration: none;}  /* visited link */a.nav:hover {color: #FFFFFF; text-decoration: underline;}    /* mouse over link */
a.nav:focus {color: #FFFFFF; text-decoration: none;}    /* mouse/tabbed over link */a.nav:active {color: #FFFFFF; text-decoration: none;}   /* selected link */

a.content:link {color: #a6c9ea; text-decoration: none;}     /* unvisited link */a.content:visited {color: #a6c9ea; text-decoration: none;}  /* visited link */a.content:hover {color: #6CADDF; text-decoration: none;}    /* mouse over link */
a.content:focus {color: #6CADDF; text-decoration: none;}    /* mouse/tabbed over link */a.content:active {color: #FFFFFF; text-decoration: none;}   /* selected link */

#admin{
	position: relative;
	float: left;
	top: 50px;
	border-style: solid;
	border-width: 1px;
	margin: 25px;
	width: 350px;
	padding: 10px;
	overflow: auto;
	background-color: #DDF7F8;
}	

#contentContainer{
	position: relative;
	width: 700px;
	margin: auto;
	padding-top: 0;
	overflow: visible;
}

#topLogo{
	position: absolute;
	left: -11px;
	width: 267px;
	height: 205px;
	padding: 0;
	background-image: url(../images/american_pianist_logo.png);
}

#topLinks{
	position: absolute;
	top: 55px;
	width: 500px;
	left: 275px;
	margin: auto;
	overflow: auto;
}

#leftContent{
	position: absolute;
	top: 215px;
	width: 245px;
	margin: auto;
	overflow: auto;
}

#rightContent{
	position: absolute;
	top: 215px;
	left: 275px;
	width: 425px;
	margin: auto;
	overflow: auto;
}

#headline{
	position: absolute;
	top: 167px;
	left: 275px;
	margin: auto;
	overflow: visible;
}	

p{
	font: 12px Arial; 
	color: #666666;
	margin: 0;
	font-family: Times, serif;
	padding-bottom: 8px;     /* space between paragraphs*/
	line-height: 18px;
	overflow: auto;
	text-align: left;
}

h1 {
	color: #6CADDF; 
	font-size: 12pt;
	font-weight: bold;
	font-family: Times, serif;
	text-align: left; 
}


h2 {
	color: #FFFFFF; 
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 10px;
	font-family: Times, serif;
	text-transform: uppercase;
	text-align: left;
}


h3 {
	color: #FFFFFF; 
	font-size: 9pt;
	font-weight: bold;
	margin: 25px;
	padding: 10px;
	letter-spacing: 2px;
	font-family: Times, serif;
	text-transform: uppercase;
	text-align: left;
}