/*
 * This is for all specials styles! 
 * *******************************************************/
/* -----------------------------------------------
 * general layouts! */

div.fmt div.story-cat{
	margin-top:10px;
}
div.fmt{
	margin-bottom:15px;
}

/*Layout Format 3--------------------------------*/
div#fmt3-bottom-left{
	width:350px;
	margin-right:10px;
	float:left;
	display:inline;
}
div#fmt3-bottom-right{
	width:350px;
	float:left;
}
div#fmt3-top-right{
	width:350px;
	float:left;
	display:inline;
}
div#fmt3-top-left{
	display:inline;
	float:left;
	width:350px;
	margin-right:10px;
}
div#fmt3-top{
	padding:0 0 10px 0;
}
div#fmt3-top, div#fmt1-bottom{
	width:710px;
	margin-bottom:10px;
}


