html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	background-image: url(images/bg_wallpaper.jpg);
	background-attachment: fixed;
	font-size: 1em;
}
li {
	font: .9em Arial, Helvetica, sans-serif;
	list-style: square;
}
p {
  font: .9em Arial, Helvetica, sans-serif;
  color: #000000;
}
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
h1 { 
	font-size: 1.4em; 
}
h2 {
	font-size: 1.2em; 
}
h3 {
	font-size: 1.1em ; 
	padding: 0;
	margin: 0;
}
h4 {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	height: 14px;
}
h5 {
	font-size: 0.8em;
	font-style: italic;
	color: #00BFFF;
	line-height: 18px;
}
h6 { font-size: 0.7em; 
}
a:link { 
	color: #0000ff;  text-decoration: none; 
}
a:visited { 
	color: #000099; text-decoration: none; 
}
a:hover { 
	color: #cc0000; text-decoration: none; 
}
a:active { 
	color: #080080; text-decoration: none;  
}
img {
  border: none;
}
.box_shadow {-webkit-box-shadow: 7px 7px 4px  #030303;
-moz-box-shadow: 7px 7px 4px #030303;
box-shadow: 7px 7px 4px #030303; }
#acc {width:434px;}
.blkbg {
	background-color: #000000;
}
.whbg {
	background-color: #ffffff;
}
a.mainlevel:link, a.mainlevel:visited {
	color: #ffffff;
	text-decoration: none;
}
a.mainlevel:hover {
	color: #FFCC00;
	text-decoration: none;
}
#splash {
	z-index: 1; 
	position: fixed; right: 0px; bottom: 30px; 
	width: 175px;
	height: auto;
	margin: 15px;
	padding: 10px;
	background-color:#FFC;
	text-align:center;
	border: medium solid #45441F;
}
.text_centre {
	text-align: center;
}
h3 + p {
	margin-top: 2%;
}