@charset "UTF-8";
/* CSS Document */

body { 
	background:url(../images/BB_Grungy_Watercolor_1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

#container { 
	width: 623px;
	background:url(../images/decay-container.png);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}


p {
	font-family: Myriad Pro, Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;  
	margin: 0px; 
	padding: 0px;
}

p.container {
	font-size: 12px; 
	line-height: 14px;
	font-family: Myriad Pro, Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;  
	margin: 0px; 
	padding-left: 20px;
	padding-right:20px;
}

p.footer {
	font-size: 12px; 
	line-height: 14px;
	font-family: Myriad Pro, Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;  
	margin: 0px;
	padding-top:10px; 
	padding-bottom:20px;
	padding-right:20px;
	
}

#footer { 
	width: 623px;
	background:url(../images/decay-footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-top:thin;
	border-top-color:#000000;
	border-top-style:solid;
}

h1 {
	font-size:18px;
	font-family: Myriad Pro, Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:5px;
	
}

h1.red {
	background-image:url(../images/redflourish.png);
	background-repeat:no-repeat;
	background-position:left;
}

h1.blue {
	background-image:url(../images/blueflourish.png);
	background-repeat:no-repeat;
	background-position:left;
}

h1.green {
	background-image:url(../images/greenflourish.png);
	background-repeat:no-repeat;
	background-position:left;
}

h1.yellow {
	background-image:url(../images/yellowflourish.png);
	background-repeat:no-repeat;
	background-position:left;
}

h1.violet {
	background-image:url(../images/violetflourish.png);
	background-repeat:no-repeat;
	background-position:left;
}

h1.orange {
	background-image:url(../images/orangeflourish.png);
	background-repeat:no-repeat;
	background-position:left;
}

