/**
  Blackberry Productions Style Sheet
  Artists

  border: thin dotted #00FF00;
*/
p {
    margin: 4px 25px 25px 30px;
  
    }

.story {
	     color: #f1dbca;
    line-height: 25px;
    font-size: 14px;
   
    }

#contactinfo p {

    color: #f1dbca;
}


h1 {
	margin-left: 30px;
}

#header {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#content {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#leftcol {
	width: 550px;
	float: left;
	
}

#rightcol {
	margin-top: 60px;
	width: 375px;
	height: 388px;
	 background: transparent url(../images/album.jpg);
	 float: left;
}

a:link {
	color: #fad352;

}

footer {
  clear: both;
}