a { color: #7c90de; }

#container
{
	width: 900px;
	font: 15px 'Special Elite', cursive;
	color: #000;
	line-height: 24px;

}



#content-container
{
	float: left;
	width: 900px;
}

#content
{
	clear: left;
	float: left;
	width: 560px;
	display: inline;
   	padding: 0 10 10 10;
}

#aside
{
	float: left;
	width: 220px;
	display: inline;
	background-color: #dedede;
	padding: 0 10 10 10;
	font: 17px 'Special Elite', cursive;
}
#newsplash
{
	float: left;
	width: 220px;
	display: inline;
	padding: 0 10 10 10;

}
#textin
{
	font: 15px 'Special Elite', cursive;
	border: 1px solid #dcdcdc;
}
textarea#textin
{ 
	width: 200px; height: 125px;
}

#firstpost {
 	background-color: #dedede;
 	padding: 6 6 6 6;
}

#alternatepost {

 	padding: 6 6 6 6;
}
