#newsblock {
	border: 1px solid #7474d0; 
	width: 300px; 
	height: 566px; 
	float: left;
}

.titleblock {
	background-color: #7474d0; 
	margin: 1px; 
	padding: 2px; 
	color: #fff;
	width: 334px;
}

.newsparagraph {
	margin: 3px;
	padding: 3px;
}

p.newstitle, p.newstitle a {
	color: #f00;
	font-size: 15px;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: none;
}

p.newstitle a:hover {
	text-decoration: underline;
}

p.newsbody {
	text-indent: 12px; 
	font-size: 13px;
}

p.newsdate {
	text-align: right; 
	font-style: italic; 
	font-size: 10px;
}

#catblock {
	float: right; 
	width: 700px;
}

.category {
	border: 1px solid #7474d0; 
	width: 340px; 
	height: 250px; 
	float: left;
	overflow: hidden;
	position: relative;
}

.catcontainer {
	position: absolute;
}

.catright {
	margin-left: 15px;
}

.catitem {
	height: 20px;
	width: 334px;
}

.domain {
	float: left; 
	margin-top: 0px; 
	padding-top: 2px; 
	padding-left: 2px;
}

.price {
	float: right; 
	margin-top: 0px; 
	padding-top: 2px; 
	padding-right: 2px;
}

.category .bottom {
	float: right;
	width: 50px;
	margin-top: 5px;
}

.bottom .morelink {
	font-style: italic;
	font-weight: bold;
	width: 334px;
}

