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/1.4em 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;}
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%;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	-webkit-box-shadow: 1px 1px 7px;
	-moz-box-shadow: 1px 1px 7px;
	box-shadow: 1px 1px 7px;
	-moz-border-radius-bottomright: 11px;
	-moz-border-radius-bottomleft: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px; 
}
#header {
	width: 800px;
	background: #000 url(images/header_01.gif) center no-repeat;
	height: 185px;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
background-color:#000;
height: 33px;
}
#navcontainer ul li { 
display: inline;
}
#navcontainer ul li a {
letter-spacing: .1em;
text-decoration: none;
padding: .2em .65em;
color: #FC0;
}
#navcontainer ul li a:hover
{
color: #FFF;
}
#content {
	background-color: #FFF;
	padding: 33px;
	-moz-border-radius-bottomright: 11px;
	-moz-border-radius-bottomleft: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
	overflow: auto;
}
#r_col_333 {
	width: 333px;
	padding-left: 10px;
	float: right;
}
#l_col_333 {
	width: 333px;
	padding-right: 10px;
	float: left;
}
#clear {
	clear: both;
	height: 7px;
}
#map {
	width: 425px;
	padding-left: 10px;
	float: right;
}

