/* CSS Document brodie neill News page */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


#newsimg {
	background: url(../img/newsobject.jpg) no-repeat top;
	height: 445px ;
	width: 422px ;
	margin-right: 2px;
	float: right;
}


#content {
	background: url(../img/brd_news.png) no-repeat;
}

#divh1
{
	padding-bottom:20px;	
}
#divh1 h1
{
	height:12px;
}

#copy p {
	font-size: 15px;
	padding: 0px 0 0px 0;
	color: #F16011;
}

p {
	font-size: 17px;

}