#home
{
	background-image: url(../images/tab_home_active.png);
}
#home:hover
{
	background-image: url(../images/tab_home_active.png);
}

.block {
	background-repeat: no-repeat;
	background-image: url(../images/block.png);
	height: 117px;
	width: 335px;
	left:80px;
	position: relative;
	padding-top: 0px;
	padding-left: 0px;


}

#topblock
{
	margin-top:70px;
	background-image: url(../images/block_top.png);
}


.block h1 {
	left: 16px;
	top: 12px;
	position: relative;
	font-size: 24px;
}

.block img {
	float: left;
	position: relative;
	left: 16px;
	top: 14px;
	height: 50px;
	width: 50px;
}

.blocktext {
	top: 14px;
	left: 30px;
	font-size: 12px;
	width: 170px;
	clear: none;
	float: left;
	position: relative;
}

.more {
	margin-right: 10px;
	top: 46px;
	display: inline;
	float: right;
	position: relative;
	height: 50px;
	width: 50px;
	color: red;
	font-size: 12px;
}

#rightcol h1
{
	font-size:medium;
	}
	
	.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
font-size: small;
width:160px;
}

.rssclass{ /*Demo 3 main container*/
width: 160px;
height: 86px;
padding: 8px;
font-size: x-small;
}

.rssclass div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}
