/*//////////////////////////////////  
		MAIN PORTFOLIO COLOURS 

		LIGHT        #ffeff7
		DRK          #ff3399	
/////////////////////////////////*/



/*////////////////////////////
	PORTFOLIO SIDE MENU
////////////////////////////*/

#topsidemenuwrapper{
	font-family: arial, helvetica, sans-serif;
	border: 3px solid #ff3399;/* drk */
	background-color: #ffeff7;/* light  */
}


.sidemenutitle{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ff3399;/* drk */
}


/*////////////////////////////
	FOOTER COLOURED STRIP
////////////////////////////*/

#footercolouredbar{

	background-image:   url(images/footerbar_news.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/*////////////////////////////
	HEADER COLOURED STRIP
////////////////////////////*/

#topcolouredbar{
	background-image:   url(images/bar_news.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/*////////////////////////////
	NEWS ITEMS LAYOUT
////////////////////////////*/

.newswrapper{
	width: 38em;
	height: 130px;
	float: left;
}

.newsimage{
	width: 12em;
	float: left;
	margin: 0px 0px 0px 0px;
}

.newstext{
	width: 24em;
	float: left;
	margin: 10px 0px 0px 0px;
}

* html .newstext{
	padding: 10px 0px 0px 0px;
}

/*////////////////////////////
	OTHER
////////////////////////////*/

.newsline p
{
	width: 35em;
	margin: 0.8em;
}

.dateweb
{
	width: 30em;
}

