body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif
}
a, a:active, a:focus, a:link, a:visited {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
a img {
	border: 0;	
}
#content #pagenavigation a img {
	margin-bottom: 0px;
	padding: 0px 10px;
}
#pagecontainer #content p a {
	text-transform: none;
}
#navheader {
	font-size: 12px;
	width: 100%;
	height: 50px;
	background-color: #000;
	color: #fff;
}
#navheader #navcontainer {
	width: 800px;
	margin: 0px auto;
	overflow: auto;
	*overflow: hidden;
}
#navheader ul.navigation {
	list-style: none;
	overflow: auto;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	margin: 0px 0px 0px 270px;
	padding: 0;
	width: 528px;
	float: right;
	*position: relative;
	*overflow: none;
}
#navheader ul.navigation li {
	cursor: pointer;
	cursor: hand;
	background: #000 url(http://sjetha.co.uk/COuchi/images/downarrow.gif) right center no-repeat;
	float: left;
	display: block;
	width: 253px;
	height: 50px;
	line-height: 50px;
	border-left: 1px solid #fff;
	padding-left: 10px;
}
#navheader ul.navigation li a {
	height: 100%;
	width: 100%;
	display: block;
	text-transform: none;
	font-weight: normal;
	color: #fff;
}
#navheader ul.navigation li a:hover {
	color: #999;
}
#navheader ul.navigation li ul {
	background-color: #000;
	position: absolute;
	*position: none;
	*top: 50px;
	width: 263px;
	display: none;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px -10px;
	text-transform: none;
	z-index: 2;
}
#navheader ul.navigation li:hover ul {
	display: block;
}
#navheader ul.navigation li ul li {
	background-image: none;
	padding: 0px 0px 0px 10px;
	margin: 0;
	border-left: 0px;
	line-height: 20px;
	height: auto;
	font-size: 11px;
}
#pagecontainer {
	padding-top: 47px;
	width: 800px;
	margin: 0 auto;
}
#pagecontainer #topcontainer {
	overflow: auto;
	padding-left: 3px;
	height: 89px;
}
#pagecontainer #topcontainer #toplogo h1 {
	padding: 0;
}
#pagecontainer #topcontainer #toplogo img {
	border: 0;
}
#pagecontainer #topcontainer #topcontact a {
	font-weight: bold;
}
#pagecontainer #topcontainer #topcontact p {
	margin: 0;
	padding: 0;
}
#pagecontainer #topcontainer #topcontact p a {
	font-weight: normal;
	text-transform: none;
}
#pagecontainer #topcontainer div {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
}
#pagecontainer #content {
	border-top: 1px solid #000;
	padding-top: 17px;
}
#pagecontainer #content #pagenavigation {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}
#pagecontainer #content #title {
	margin-top: 0em;
	font-weight: bold;
}
#pagecontainer #content img {
	margin-bottom: 10px;
}
#pagecontainer #content h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#pagecontainer #content h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
#pagecontainer #content p {
	line-height: 20px;
}
#pagecontainer #footer {
	border-top: 1px solid #000;
	margin-top: 35px;
	padding-top: 25px;
	width: 100%;
	overflow: auto;
	margin-bottom: 20px;
}
#pagecontainer #footer p {
	float: left;
	width: 400px;
}
#pagecontainer #footer p.backtotop {
	font-weight: bold;
	text-transform: uppercase;
}
