	/* LAYOUT newslayout.css > News Page Cascade Style Sheet *********************************************/
	/* ***************************************************************************************************/
	
	/* top background */
	#wrapper2
	{
		position:relative;
		width:980px;
		margin:0 auto;
		text-align:center;
		background-image:url('../../graphics/template/banner.jpg');
		background-repeat:no-repeat;
		background-position:0px 100px;
	}
	
	/* Content Structure */
	#leftarea2
	{
		float:left;
		width:578px;
		padding-bottom:10px;
	}
	
	#rightarea2
	{
		float: right;
		width: 280px;/* 280px*/
		padding-bottom:10px;
	}
	
	/* rightarea2 content pods */
	#boxa, #boxb, #boxc, #boxd
	{
		margin:0px 10px 10px 10px;
		border:1px solid #cccccc;
	}
	
	img.rect
	{
		display:block;
		margin:3px auto;
		width:250px;
	}
	
		/* subscribe form */
		#formsubscribe
		{
			margin:0px 4px 0px 4px;
			color:#333333;
			background-color:inherit;
		}
		
		#newsletteremail
		{
			width:242px;
			padding:2px;
		}
		
		#subbutton
		{
			margin-top:3px;
			margin-bottom:3px;
			color:#333333;
		}
		
		#unsub 
		{
			float:right;
			margin-top:7px;
		}
	
	/* leftarea2 content pods */
	#main
	{
		padding:0px 0px 0px 10px;
	}
	
	div.story
	{
		padding-top:20px;
	}
	
	#promo
	{
		display:block;
		margin:0 auto;
		text-align:center;
		width:260px;
		height:260px;
	}
	
	
	
	/* images */
	img.img
	{
		width:200px;
		margin:0px 0px 10px 10px;
		float:right;
		clear:both;
		padding:0px;
		margin:0px 0px 10px 10px;
		}
	
	/* related articles */
	table,table td
	{
		border:none;
	}
	
	table.articles
	{
		border-collapse:collapse;
	}
	
	table.articles td
	{
		padding:0px;
		padding:2px;
	}
	
	
	/* Contact page */
	#contactform
	{
		margin-top:20px;
	}
	
	.button
	{
		margin-right:20px;
	}
	
	#fname, #lname, #email, #tel, #address, #city, #postcode
	{
		padding:2px;
		width:230px;
		font-weight:normal;
	}
	
	.messagebox
	{
		width: 450px;
		height:105px;
		padding:2px;
		font-weight:normal;
	}