/* CSS Document by Dieter Schneider 2006 www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;
}

/*********************************** Site Structure ******************************/

body {
	font-size: 62.5%;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif; text-align:justify;
}

#container {margin: 10px auto;
            width: 729px;
			font-size: 1.2em;}

#header1 {
	background-image: url(images/background/header_bg.jpg);
	height: 186px;
	width: 670px;
	padding-top: 214px;
	padding-left: 59px;
}

#headercut {
	background-image: url(images/background/cutting_bg.jpg);
	height: 186px;
	width: 670px;
	padding-top: 214px;
	padding-left: 59px;
}

#headerarr {
	background-image: url(images/background/arrange_bg.jpg);
	height: 186px;
	width: 670px;
	padding-top: 214px;
	padding-left: 59px;
}

#headerrearr {
	background-image: url(images/background/rearrange_bg.jpg);
	height: 186px;
	width: 670px;
	padding-top: 214px;
	padding-left: 59px;
}

#headerwww {
	background-image: url(images/background/w_w_w_bg.jpg);
	height: 186px;
	width: 670px;
	padding-top: 214px;
	padding-left: 59px;
}



#content_top {
	background-image: url(images/background/content_top_pink.jpg);
	height: 120px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}


#content {
	background-image: url(images/background/content_tile_pink.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
    padding-right: 60px;	
}

#footer {
	background-image: url(images/background/footer_pink.jpg);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
}

/********************************** Blue parchment *****************/

#content_top_blu {
	background-image: url(images/background/blue/content_top_blu.jpg);
	height: 120px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}


#content_blu {
	background-image: url(images/background/blue/content_tile_blu.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
    padding-right: 60px;	
}

#footer_blu {
	background-image: url(images/background/blue/footer_blu.jpg);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
}


/********************************** purple parchment *****************/

#content_top_pur {
	background-image: url(images/background/purple/content_top_pur.jpg);
	height: 120px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}


#content_pur {
	background-image: url(images/background/purple/content_tile_pur.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
    padding-right: 60px;	
}

#footer_pur {
	background-image: url(images/background/purple/footer_pur.jpg);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
}


/********************************** Teal parchment *****************/

#content_top_tea {
	background-image: url(images/background/teal/content_top_tea.jpg);
	height: 120px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}


#content_tea {
	background-image: url(images/background/teal/content_tile_tea.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
    padding-right: 60px;	
}

#footer_tea {
	background-image: url(images/background/teal/footer_tea.jpg);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
}


/********************************** Green parchment *****************/

#content_top_grn {
	background-image: url(images/background/green/content_top_grn.jpg);
	height: 120px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}


#content_grn {
	background-image: url(images/background/green/content_tile_grn.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
    padding-right: 60px;	
}

#footer_grn {
	background-image: url(images/background/green/footer_grn.jpg);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
}




/********************************** Text formatting *****************/


p {
   padding-bottom: 25px;
}


p.text:first-letter
{
font-size: 2.5em;
padding: 0.143em;
float: left; 
}

.footertxt {
	padding-top: 180px;
}

h2 {
	font-weight: bold;
	padding: 10px;
	color: #673711;
	font-size: 1.2em;
}

/*************************** 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 */

/* red pg links */
a.redlinks:link {color: #B70000}     /* unvisited link */
a.redlinks:visited {color: #B70000}  /* visited link */
a.redlinks:hover {color: #FF1493}   /* mouse over link */
a.redlinks:active {color: #FF1493}   /* selected link */

/* blue pg links */
a.bluelinks:link {color: #1E90FF}     /* unvisited link */
a.bluelinks:visited {color: #1E90FF}  /* visited link */
a.bluelinks:hover {color: #0000FF}   /* mouse over link */
a.bluelinks:active {color: #0000FF}   /* selected link */

/* purple pg links */
a.purplelinks:link {color: #9932CC}     /* unvisited link */
a.purplelinks:visited {color: #9932CC}  /* visited link */
a.purplelinks:hover {color: #7A2C8B}   /* mouse over link */
a.purplelinks:active {color: #7A2C8B}   /* selected link */

/* teal pg links */
a.teallinks:link {color: #17A981}     /* unvisited link */
a.teallinks:visited {color: #17A981}  /* visited link */
a.teallinks:hover {color: #0A4736}   /* mouse over link */
a.teallinks:active {color: #0A4736}   /* selected link */

/* green pg links */
a.greenlinks:link {color: #00CC66}     /* unvisited link */
a.greenlinks:visited {color: #00CC66}  /* visited link */
a.greenlinks:hover {color: #008B00}   /* mouse over link */
a.greenlinks:active {color: #008B00}   /* selected link */



/***************************  Navigation **********************/

#navlist
{
width: 210px;
text-align: center;
}

#navlist li
{
	list-style: none;
	padding-bottom: 18px;
	font-weight: bold;
}

#navlist li a { text-decoration: none; }

/************************************ Image Headings ******************************/

#heading_piano {
	background-image: url(images/background/heading_cnp.png);
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
}


#heading_about {
	background-image: url(images/heading_making.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

#heading_ipsum {
	background-image: url(images/heading_headings.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.invisible_headings {
	margin-left: -3000px; /* This is used to remove the original heading*/
}

