<!--
#mainfeatured {
	position:absolute;
	width: 600px;
	height:300px;
	top: 140px;
	left: 5px;
}

#searchbox {
	position: absolute;
	top: 140px;
	left: 615px;
	width: 229px;
	font-size: 0.8em;
	color: #ffffff;
}

form { 
	border: 0px;
 	padding: 5px;
	background-color: #DD0066;
}

input { 
	background-color: #FFCCF0;
	font-size:0.9em;
	color: #212121;
	border: 1px solid #FFCCF0;

}
#newsletter {
	position: absolute;
	top: 170px;
	left: 615px;
	width: 229px;
	height: 67px;
	background-image: url('../images/newsletter.gif');
}



#newsletter a {
	position: absolute;
	width: 229px;
	height: 67px;
	top: 0px;
	left: 0px;
	display: block;
	text-decoration: none;
}

#newsletter a span {
	font-size: 0.75em;
	visibility: hidden;
}

#blogbox {
	position:absolute;
	top:247px;
	left:615px;
	width: 229px;
	height: 463px;
	background-color: #DCDCDC;
}

div.blog {
	font-size:0.8em;
	border: 0px;
	width: 219px;
	height: 416px;
	position:absolute;
	top: 25px;
	left: 5px;
	background-color: #DCDCDC;
}


#scroll {
	overflow: auto;

}

hr {
	border: 0;
	color: #444;
	background-color: #666;
	height: 1px;
	width: 100%;
	text-align: left;
}


-->