/* CSS Document */

/* NB. only attached to about and home (index) and contact pages */



/*-------------------------------------------------------------------------------------*/
/*------ NB. width alterations where right hand vertical image collumn included -------*/
/*-------------------------------------------------------------------------------------*/

#mainContainer {
	/*position: relative;*/
	display: inline;
	float: left;
	width: 419px;/*619px*/
	clear: both;		
	margin-left: 160px;	
	padding-left: 10px;	
		
}

.mainContainerLeft {
	position: relative;	/**/
	display: inline;
	float: left;
	width: 419px;/*619px*/
	clear: both;
	margin-left: 0px;
	padding-left: 0px;
	/*background-color: #00FF66;*/
}

#nav {
	float: left;
	width: 160px;
	margin-left: -589px;/*-590px*/
	height: 1200px;
}

