body#lunusdotcodotuk {
	position: relative;
	
	margin: 0px;
	padding:0px;
	border: 0px;
	
	background-color: #333;
}

body#lunusdotcodotuk div {
	display: block;
	position: relative;
	
	margin: 0px;
	padding:0px;
	border: 0px;
}

body#lunusdotcodotuk div#site_heading {
	float: right;	
	width: 19em;
	
	margin-bottom: 4em;
	
	z-index: 2;
}

body#lunusdotcodotuk div#site_heading h1{
	font-family: "Century Gothic", "Arial", "Helvetica", sans-serif;
	color: #9cf;
	font-weight: normal;
	font-size:2.2em;

	margin: 0px;
	margin-top: 1em;
	padding:0px;
	border: 0px;
}
body#lunusdotcodotuk div#site_heading h1 span.dot {
	color: #aaa;
}
body#lunusdotcodotuk div#site_heading h1 span.space {
	font-size:0px;
}
body#lunusdotcodotuk div#site_heading p{
	font-family: "Arial Narrow", "Arial", "Helvetica", sans-serif;
	font-size: 0.75em;
	color: #aaa;
	font-weight: normal;
	
	margin: 0px;
	padding:0px;
	border: 0px;
}

body#lunusdotcodotuk div#site_heading p acronym{
	text-decoration: none;
	margin: 0px;
	padding:0px;
	border: 0px;
}

body#lunusdotcodotuk div#site_heading p acronym:hover{
	border-bottom: 1px dotted #aaa;
}
body#lunusdotcodotuk div#site_heading p sup{
	font-size: 0.55em;
	margin: 0px;
	padding:0px;
	border: 0px;
}


body#lunusdotcodotuk div#page_text {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	margin-right: 20em;
	padding-bottom: 5em;
	background-color: #fff;
}

* html body#lunusdotcodotuk div#page_text {
	position: relative;
	width: 100%;

}

body#lunusdotcodotuk div#page_text #main_text {
	z-index: 1;
	
	padding-right:5%;
	padding-left: 5%;
}

body#lunusdotcodotuk div#site_navigation {
	float: right;
	clear: right;	
	width: 19em;
	margin-bottom: 4em;
}

body#lunusdotcodotuk div#site_navigation #sections {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width:100%;
}

body#lunusdotcodotuk div#site_navigation  #sections li {
	text-align:right;

	margin: 0px;
	padding: 0em;	
	border:0px;
	
	background-color: #444;
	
	margin-bottom: 2px;	
	
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: 600;
	font-style:normal;
	color: #ddd;
}

body#lunusdotcodotuk div#site_navigation  #sections li a {
	display:block;
	text-align: left;
	
	margin:0px;
	padding: 0px;
	border:  0px;
	font-weight: 100;	
	
	
	border-left: 0.33em solid #555;
	padding-left: 0.3em;
	
	color: #ddd;
	text-decoration: none;	
}
body#lunusdotcodotuk div#site_navigation  #sections li a acronym{
	border:  0px;
	font-size: 0.75em;
}

body#lunusdotcodotuk div#site_navigation  #sections  li a:hover {
	text-decoration: none;
	color: #333;
	background-color: #EEEEEE;
	border-left: 0.33em solid #99CCFF;
}

body#lunusdotcodotuk div#site_credits {
	float: right;
	clear: right;	
	width: 19em;
}

body#lunusdotcodotuk div#site_credits h4{
	font-family: "Century Gothic", "Arial", "Helvetica", sans-serif;
	color: #9cf;
	font-weight: normal;
	font-size:0.8em;

	margin: 0px;
	margin-top: 1em;
	padding:0px;
	border: 0px;
}
body#lunusdotcodotuk div#site_credits h4 span.dot {
	color: #aaa;
}
body#lunusdotcodotuk div#site_credits h4 span.space {
	font-size:0px;
}

body#lunusdotcodotuk div#site_credits p{
	font-family: "Arial Narrow", "Arial", "Helvetica", sans-serif;
	font-size: 0.7em;
	color: #888;
	font-weight: normal;
	text-align: justify;
	
	margin: 0px;
	margin-bottom: 0.5em;
	padding:0px;
	padding-right: 2em;
	border: 0px;
}
