/**
  Blackberry Productions Style Sheet
  Artists

  border: thin dotted #00FF00;
*/
.news {
    margin: 4px 25px 10px 30px;
    color: #f1dbca;
    line-height: 25px;
    font-size: 14px;
  

    }

h1 {
	margin-left: 30px;
}

h2 {
	margin-left: 30px;
	font-weight: bold;
	font-style: italic;
	color: #d4d8b0;
}


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

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

#leftcol {
	width: 550px;
	float: left;
	margin-bottom: 25px;
	
}

#leftcol a {
	margin-left: 30px;
	color: #fad352;

}

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

a:link {
	color: #fad352;

}


footer {
  clear: both;
}
