body {
	z-index: 1;
	font: 12px Arial, Trebuchet, Verdana, sans-serif;
	color: #000000;
	background-color: #ffffff;	
}

* html body {
	height: 100%;
}

img {
	border: 0;
}


#OuterContainer {	
	margin: 0 auto;
	width: 760px;
	height: 590px;
}

#InnerContainer {
	width: 760px;
	height: 590px;

	/*background-color: #ff0000;*/
}

#HeaderContainer {
	margin: 0 auto;
	width: 760px;
	height: 158px;

	/*background-color: #e7e7e7;*/
}

#HeaderContainerLeft {
	float: left;
	width: 45px;
	height: 158px;
	
	/*background-color: green;*/
}

#HeaderContainerCenter {
	float: left;
	width: 676px;
	height: 158px;
	
	/*background-color: blue;*/
}

#HeaderContainerRight {
	float: right;
	width: 39px;
	height: 158px;
	
	/*background-color: purple;*/
}

#HeaderLogoContainer {
	float: left;
	
	margin: 0 28px 0 0;
	
	width: 136px;
	height: 158px;
	
	/*background-color: yellow;*/
	background: url(https://www.theprolificpen.co.uk/images/logo_green.jpg) no-repeat top center;
}

#ContentContainer {
	float: left;
	margin: 40px 0 0 45px;

	padding: 0;
	
	width: 760px;

	/*background-color: green;*/
}

#headline {
	width: 444px;
	
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	
	font: 18px Arial, Trebuchet, Verdana, sans-serif;
	color: #37a165;
}

#headline p {
	margin: 0 0 10px 0;
	padding: 0;
	
	font: 18px Arial, Trebuchet, Verdana, sans-serif;
	
	/*background-color: blue;*/
}

#baseheadline {
	width: 444px;
	
	margin: 20px 0 0 0;
	
	font: 18px Arial, Trebuchet, Verdana, sans-serif;
	color: #37a165;
}

#maincopycontainer {
	float: left;
	
	margin: 0;
	padding: 0;
	
	width: 444px;
	
	/*background-color: blue;*/
}

* html #ContentContainer {
	float: left;
	margin: 40px 0 0 25px;

	width: 760px;

	/*background-color: yellow;*/
}

#mainimagecontainer {
	float: left;
	
	margin: 38px 0 0 0;
	
	width: 271px;
	height: 293px;
	
	/*background-color: yellow;*/
}

#maincopy_clients {
	margin: 38px 0 0 0;
	
	width: 444px;

	font: 12px Arial, Trebuchet, Verdana, sans-serif;
}

#maincopy_clients ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#maincopy_clients ul li {
	/*float: left;*/
	
	list-style: none;
	margin: 0 0 5px 0;
}

#maincopy_clients a {
	color: #000000;
	text-decoration: none;
}

#maincopy_clients a:hover {
	color: #cc0033;
	text-decoration: underline;
}


#maincopy_contacts {
	margin: 0;
	
	width: 444px;

	font: 12px Arial, Trebuchet, Verdana, sans-serif;
}

#maincopy_contacts p {
	margin: 0 0 8px 0;
	padding: 0;

	font: 12px Arial, Trebuchet, Verdana, sans-serif;
	
	/*background-color: yellow;*/
}

#maincopy_contacts a {
	color: #000000;
	text-decoration: none;
}

#maincopy_contacts a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#maincopy {
	margin: 0;
	
	width: 444px;

	font: 12px Arial, Trebuchet, Verdana, sans-serif;
}

#maincopy p {
	margin: 0 0 5px 0;
	padding: 0;

	font: 12px Arial, Trebuchet, Verdana, sans-serif;
	
	/*background-color: yellow;*/
}

#maincopy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#maincopy ul li {
	list-style: none;
	margin: 0 0 5px 0;
}

#maincopy a {
	color: #000000;
	text-decoration: none;
}

#maincopy a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#HeaderMenuContainer {
	float: left;
		
	width: 512px;
	height: 13px;
	
	font: 14px Arial, Trebuchet, Verdana, sans-serif;
	
	padding: 100px 0 0 0;
/*
	line-height: 13px;
*/
	/*line-height: 212px;*/

	/*background-color: yellow;*/
}

#HeaderMenuContainer ul {
	position: relative;
	z-index: 99;
	
	float: left;
	
	height: 32px;
	
	margin: 0;
	padding: 0;
	
	list-style: none;
}

#HeaderMenuContainer ul li {
	position: relative;
	z-index: 99;

	float: left;
	
	height: 20px;
	
	margin: 0 0 0 10px;
	
	list-style: none;
	
	color: #666666;
	/*background-color: yellow;*/
}

#HeaderMenuContainer ul li a {
	float: left;

	height: 20px;
	
	color: #666666;
	text-decoration: none;
}

#HeaderMenuContainer ul li a:hover {
	float: left;

	color: #666666;
	text-decoration: underline;
}

* html #HeaderMenuContainer {
	height: 13px;
	margin: 0;
	padding: 100px 0 0 0;
	line-height: 13px;
	
	/*background-color: yellow;*/
}

#HeaderMenuLineContainer {
	float: left;
	margin: 0 0 0 -28px;

	width: 540px;
	height: 30px;
	
	border: 1px solid #37a165;
	border-width: 0 0 1px 0;
}

* html #HeaderMenuLineContainer {
	float: right;
	margin: 0 0 0 -28px;

	width: 540px;
	height: 30px;
	
	border: 1px solid #37a165;
	border-width: 0 0 1px 0;
	
	/*background-color: #666666;*/
}
