html {
	background-color: #000;
	color: #000;
}

body {
	text-align: left;
	background: #000 url(images/header_repeat.png) repeat-x;
	background-position: top;
	color: #fff;
	margin: 20px auto 0px auto;
}
img {
	border: 0px;
}
table {
	margin-top: 10px;
}
p, td, div, h1, h2, h3, h4 ,h5, h6, li {
	font-family: Myriad Web Pro, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
}

p, td {
	margin: 0px auto 0px auto;
	color: #000;  /*white*/
	font-size: 11pt;
	text-align: justify;
}
div {
	margin: 0px auto 0px auto;
	color: #000;  /*white*/
	font-size: 10pt;
}
p.about {
	margin-top: 60pt;
	font-size: 14pt;
}
h1 {
	color: #000;  /*white*/
	font-size: 20pt;
	text-align: center;
}
.super {
	font-size: 48pt;
}
h2 {
	color: #000;  /*white*/
	font-size: 17pt;
	text-align: left;
	font-weight: normal;
}
h3 {
	color: #000;  /*white*/
	font-size: 15pt;
	text-align: left;
	font-weight: normal;
}
h4 {
	margin-top: 30pt;
	color: #000;  /*white*/
	font-size: 14pt;
	text-align: left;
}
h5 {
	color: #000;  /*white*/
	font-size: 13pt;
	text-align: left;
}
h6 {
	color: #000;  /*white*/
	font-size: 12pt;
	text-align: left;
}

ol {
	padding: 0px 2px 3px 2px;
	margin: 0px 0px 4px 0px;
	color: #000;  /*white*/
}
ul {
	text-align: left;
	padding: 0px; /* 2px 3px 2px;*/
	margin: 0px; /* 0px 4px 0px;*/
	color: #000;  /*white*/
	list-style: none;
}
li {
	padding: 0px; /* 2px 3px 2px;*/
	margin: 0px; /* 0px 4px 0px;*/
	color: #000;  /*white*/
	font-size: 11pt;
	background: url(contact_us/bullet.gif) no-repeat;
}
a:link {text-decoration: none; color: #e0b839;  /*gold*/;}
a:visited {text-decoration: none; color: #030b43;  /*dark blue*/;} 
a:hover {text-decoration: none; color: #47508c;  /*mid blue */;}
a:active {text-decoration: none; color: #e0b839;  /*gold*/;}

#submitbutton {
	display: block;
	margin: 10px auto 10px auto;
	text-align: center;
}
#copy {
	position: fixed;
	width: 595px;
	bottom: 6px;
	left: 5px;
	background: #000;
	color: #6b6b4f;
}
#optimised {
	position: fixed;
	width: 170px;
	bottom: 6px;
	right: 5px;
	text-align: right;
}
#scrollybit {
	margin-bottom: 45px;
}
#footerpositioner {
	position: fixed;
	bottom: 0px;
	height: 45px;
	width: 100%;
	background: #000;
	border-top: 2px groove #fff;
}
