html {
	cursor: default;
}
body {
	background-color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #464646;
	line-height: 1.88889em;
}
div {
	margin: 0px;
	padding: 0px;
}

h1 , h2, h3, h4  {
	font-style: italic;
	font-weight: 300;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2.0em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1em;
}
a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #F00;
}


#container {
	position: relative;
}
#pageHeader {
	background-image: url(../images/background_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #161616;
	color: #333;
	height: 300px;
	margin-bottom: 110px;
}
#pageMenu {
	text-align: center;
	padding: 13px;
}
#pageMenu a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#pageMenu a:hover {
	color: #FFF;
	text-decoration: none;
}
#pageContents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#titleLogo {
	text-align: center;
	padding: 40px;
}
#adverts {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/background_adverts.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 230px;
	margin-bottom: 0px;
}

#supportingParagraphs {
	text-align: justify;
}
	#supportingParagraphs h2 { margin-top: 80px; }
		#supportingParagraphs h2:first-child { margin-top: 0; }



#preamble {
	padding: 0px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#bodyText {
	margin: 25px;
	padding: 0;
}
#pageAdverts {
	background: #eaeaea;
	padding: 20px;
	float: right;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 45px;
	text-align: justify;
	font-size: 0.8em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	#pageAdverts img { width: 100%; }
	
#pageFooter {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}
#pageContact {
	margin-bottom: 0px;
}

#copyright {
	line-height: normal;
	font-size: 10px;
}

.nivoSlider {
	position:relative;
	width:800px; /* Change this to your images width */
	height:200px; /* Change this to your images height */
	background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}
.nivoSlider a {
    border:0;
    display:block;
}
.right {
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
}
.left {
	padding-right: 20px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
