.style1 {
	font-size: 24px;
	color: #990000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#FFF;
	line-height:18px;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#FFF;
	line-height:14px;
}
.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#FFF;
	line-height:20px;
}


body
		{
			margin: 5px;
			padding: 5px;
			padding-top:10px;
			font-size: 100%;
			font-family: georgia, times, "times new roman", serif;
			color: #FFF;
			background-color: #000;
			background-image:url(images/bleed_bg.jpg);
			background-attachment: fixed;
  background-position: 0% 0%;
		}


#header {
	width: 725px;
	margin: 0 0px;
	background-color: #000;
	border: 0px solid black;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.80;
	margin-left: auto; 
	margin-right: auto;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#header div {
	padding: 5px;
	color: #FFF;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	
	}
#header H1 {
font-size: 24px;
	color: #990000;
	font-weight: bold;


}	
#header H2 {
font-size: 18px;
	color: #990000;
	font-weight: bold;


}

#content1  {
float:left;
width:352px;
background-color: #000;
margin: 0 0px;
filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
}

#content1 p {
padding:10px;
filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
text-indent: 0em;
}


img#bleed_album {
   float: left;
   padding:1em;
   padding-bottom:3em;
 
  
   
}
img#smokeman {
   margin-left: auto; 
	margin-right: auto;
   
}

img#bleed_back {
   float: left;
   padding:3px;
   background-color:#990000;
}

#albumdescrip {
   overflow: auto;
   height: auto !important;
   height: 1%;
   width: 715px;
   vertical-align:top;
 
      padding-top:0px;
   padding-left:30px;
   filter:alpha(opacity=100);
	opacity: 100;
	-moz-opacity:100;
  
}

ul {
	list-style: none;
	margin-left: 3px;
	padding-left: 3px;
	text-indent: 0em;
	}

li {

padding-top:.25em;
	}
	
ul#disc {
	list-style: none;
	margin-left: 1.5em;
	padding-left: 1.5em;
	text-indent: -2.7em;
	}

ul#disc li {

padding-top: .75em;
	}	
	

p {

text-indent: 0;
text-align:justify;
padding:5px;
margin:5px;
}

#clear {
clear:both;
}


a:link {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;

	
}
a:visited {

	color: #FFFFFF;
	text-decoration: none;
font-weight:bold;
}
a:hover {

	color: #990000;
	text-decoration: underline;
	font-weight:bold;
}
