
/************************************************
    CSS Document "css_tyles"
    copyrights in 'css_divs'
************************************************/

/* *********************************
 colors red = #991e21 black = #000
********************************* */


body {
	background: #000 url(images/new-bg.gif) repeat-x top left;
	margin:0;
	padding:0;
	font: 12px Arial, Helvetica, sans-serif;
	color:#222;
}

p, h1, h2, h3, h4, h5 {
	padding: 0 20px;
}

#content p{
	padding:5px 20px;
	line-height:14px;
}

h1{
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #991e21;
	margin: 20px 0 0 0;
	background: url(images/BGtitle.jpg) no-repeat;
	clear:both;
}
h2{
	font: 16pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #222;
	margin: 0 0 3px 0;
	padding: 0;
}
h3{
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #222;
	margin: 10px 0 -14px 0;
}
h4{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #222;
	margin: 10px 0 0 0;
}

#content ul, #content ol {
	margin: 20px 10px;
}

a:link, a:visited{	
	text-decoration: none;
	color: #991e21;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #444;
}
a:hover{
	color: #666;
	
}

#footer, #footer a{
	font-size:9px;
}

#footer {
	color:#666;
}

.dotty{
	display:block;
	width:auto;
	height:1px;
	border-bottom:1px dotted #444;
	margin:10px 0;
}

.dotty2{
	display:block;
	width:auto;
	height:1px;
	border-bottom:1px dashed #c9c9c9;
	margin:10px 0 10px 5px;
	padding-top:12px;
	clear:both;
}

 /*  tinymce.css styles  */
 
.line{display:block; height:1px; background-color:#cecece;margin:10px 0;clear:both;}

/* columns */
.rightside{float:left; display:inline; width:190px; height:74px; padding:0 15px 0 0; background-color:#777; }
.leftside{float:left; display:inline; width:250px; }
.indent {display:block; margin:5px 0 0 15px;}
.smallfont {font-size:9px; line-height:11px;}
.block{
	float:left;
	display:block;
	width:88%;
	border-bottom:1px dotted #555;
	margin:20px 5px 10px 20px;
}
#block2{
	float:left;
	width:88%;
	border-bottom:1px dotted #555;
	margin:10px 5px 15px 20px;
	padding: 0 0 20px 0;
}
#block2 a {
	font-size: 14px;
}
.blockhead{
	font-size:16px;
	color:#991e21;
	font-weight:bold;
}
.songtitles{
	font-size:10px;
	font-style:oblique;
	line-height:12px;
}

.block img {
	float:left;
	margin:10px 20px 10px 0;
}

h5{
	color: #333;
	font: 20px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}