/* 
	benignmusic.com external CSS file
*/



div.newspane {
	position: absolute;
	top: 44px;
        left: 0px;
	width: 602px;
	height: 410px;
	margin-left: 40px;
	overflow-y: scroll;
	border: 1px solid #BB0000;
	}

div.newsitem1 {
	position: relative;
	background-image:url('images/News1Bg.jpg');
	background-attachment: scroll;
	background-repeat: repeat-y;
	border-bottom: 1px #880000 solid;
	background-position: 1px 1px;
	margin-top: 1px;
	}

div.newsitem2 {
	position: relative;
	background-image:url('images/News2Bg.jpg');
	background-attachment: scroll;
	background-repeat: repeat-y;
	border-bottom: 1px #880000 solid;
	background-position: 1px 2px;
	margin-top: 1px;
	}


div.currentnews {
	position: relative;
	height: 44px;
	background-image:url('images/NewsBg.jpg');
	background-position: 1px 1px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-bottom: 1px #880000 solid;
	}

div.oldernews {
	position: relative;
	height: 44px;
	background-image:url('images/OlderNewsBg.jpg');
	background-position: 1px 1px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-bottom: 1px #880000 solid;
	}

p	{
        font-size: x-small;
	color: #BBBBBB;
	white-space: pre;
	margin: 1px;
	padding-left: 57px;
	background-position: 7px 7px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	}

p.newscd {
	background-image:url('images/IconCd.jpg');
	}

p.newsweb {
	background-image:url('images/IconWeb.jpg');
	}

p.newspress {
	background-image:url('images/IconPress.jpg');
	}


a, a:link, a:visited
	{
	color: #CCCCCC;
	font-weight: bold;
	}
a:hover	{
	color: white;
	font-weight: bold;
	}
