/* ********************* INEWS STORY DISPLAY ********************* */


.storyContent, #homePageStory {
	font-size:1em;
	
	line-height:1.5em;
	width: 550px;	
	
}

 .storyContent, #contentColumn h1 {
	
	color:#999;
}

#pic	{
	
	margin-left:0px;
	padding-bottom:30px;
	padding-left:10px;
	width:220px;
	float:right;
	position:relative;
	
	}
	
#pic2	{
	
	margin-left:0px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	width:250px;
	float:right;
	position:relative;
	
	}
#storypiccentre	{
	text-align:center;
	position:relative;
	left: 10%;
	right:10%;
	}


#contentColumn h2, #contentColumn h3, #contentColumn h4,
#contentColumn h5, #contentColumn h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}



#contentColumn h2 {
	margin:0 0 0 0;
	
	font-size:1.5em;
	color:#333333;
	background-color: #FFFFFF;
	font-weight:		bold;
}
#contentColumn h3 {
	font-size:1.4em;
	color:#693;
}
#contentColumn h4 {
	font-size:1.1em;
	color:#600;
}
#contentColumn h5 {
	font-size:1.0em;
	color:#600;
	font-style: italic;
	text-align: center;
}

#contentColumn h6 {
	font-size:1em;
	color:#600;
}
	

#iNews ul li {
	margin-top:1em;
		
}

#itemtitle	{
	width:300px;
	margin-top:10px;
	padding:0 12px;
	position:relative;
	float:left;
	font-size: 1.5em;
	color: #333333;
	min-height:20px;
	}

#item	{

	width:300px;
	min-height:70px;
	padding:0 12px;
	position:relative;
	float:left;
	color: 	 			#000000;
	font-size:  		12px;
	line-height:		1.1em;
	
	}

#itempic	{

	width:220px;
	padding:5px;
	position:relative;
	float:right;
	min-height:70px;
	
	}

#clear	{
	clear:both;
	height:10px;
	width:540px;
	padding:5px;
	
	}
