/* CSS Document by Dieter Schneider 2006 www.csstemplateheaven.com */

/*********** Site Structure *************/

body {
	background-color: #000000;
	}

#container {
	margin: 0px auto;
    width: 729px;
	font-size: 1.2em;
	}

#header {
	margin-top: -50px;
	clear: both;
	background: url(img/docs.jpg) no-repeat center;
	width: 529px;
	height: 123px;
	padding: 0px 0px 0px 180px;
	}

#header h1 {
	padding: 26px 0px 0px 30px;
	font-size: 4.5em;
	font-weight:bold;
	color:#330033;
	font-family:"Palace Script MT";
	}


/********  Navigation ***********/

#navcontainer{
	display: inline;
	width: 729px;
	}

/* Bar Menu */

#menu {
	margin-top: -20px;
	width: 728px;
    clear: both;
	height: 30px;
	background: #000000;
}

#menu ul {
	list-style: none inside;
}

#menu ul li{    
    float: left;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 7px;
	font: bold 11px/36px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;	
}

#menu ul li a:hover {
	text-decoration: none;
	color: #FFFF00;
}

/********* Hyperlinks ***********/

a:link {
	color: #F1DBC6;
	}     /* unvisited link */

a:visited {
	color: #F1DBC6;
	}  /* visited link */
	
a:hover {
	color: #FFCC66;
	}   /* mouse over link */
	
a:active 
	{
	color: #FFFFFF;
	}   /* selected link */


/********* Content ************/

#content {
	margin-top: -20px;
	background-image: url(img/content_tile2.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
    padding-right: 60px;	
	}

#content img {
	text-align:center;
	padding: 0px 0px 0px 0px;
	}

#content ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

#content ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#content ul li a:link {
	color: #990000;
	text-decoration:none;
	font-size:18px;
	font-weight:bolder;
	}

#content ul li a:hover {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	background-color:#0000CC;
	}

#content ul li a:visited {
	color: #0000FF;
	text-decoration:none;
	font-weight:bold;
	}

#content_top {
	background-image: url(img/content_top3.jpg);
	background-repeat: no-repeat;
	margin-top: -20px;
	height: 245px;
	width: 529px;
	text-align: center;
	padding-top: 0px;
	padding-left: 100px;
	padding-right: 100px;
	}

#content_top h2 {
	font-weight: bold;
	padding: 35px 10px 10px 0px;
	color: #673711;
	font-size: 18px;
	text-align:left;
	}

/******* Image Headings ***********/

#heading_piano {
	}

#heading_about {
	}

#heading_ipsum {
	}

.invisible_headings {
}

/*********** Footer ***********/

#footer {
	margin-top: -20px;
	background-image: url(img/footer2.jpg);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
	}

#footer p.footertxt {
	padding-top: 50px;
	color: #F1DBC6;
	font-size: 11px;
	}

#footer a:link {
	color: #F1DBC6;
	font-size: 11px;
	}

#footer a:hover {
	color: #CC6666;
	background-color:#FFCC66;
	font-size: 11px;
	}
