/* Layout */body {
		margin: 3px 3px 3px 5px;	padding: 0px 0 0 0px;
	background-color: #fff;
}

img {	margin: 0px 3px 3px 0px;
	padding-bottom: 0px;
	border-style: none;
}



#handler {
	width: 1px;
	height: 100%;
	position: fixed;
	left: 0;
	background-color: #000;
	overflow: visible;
	z-index: 3;
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
}

#imageResized img{	width:100%;	max-width:750px;
}

.textbox {
	max-width: 350px;
}


body {
	font: bold 13px/16px Arial, Geneva, sans-serif;	letter-spacing: 0px;
	border-style: none;
}


h1 {}

#navigation {
	width: 235px;

}

#logo {
	left: 4px;
	bottom: 100px;
	width: 10px;
	height: 10px;
	position: fixed;
	z-index: 2;
}

#colourBox {
	position: fixed;
	z-index: -1;
	top: 0px;
	right: 0;
	left: 0;
	width: 100%;
	bottom: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}

a img {
	border-style: none;
	

}



p a {	color: #000;

	text-decoration: none;
}
a:visited {	color: #000;
	text-decoration: none;
}p a:hover {	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}p a:active {	color: #000;
	text-decoration: none;	
	border-bottom: 1px solid #000;
}