#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8D6C2;
	text-align: left;
	padding-top: -10px;
}
ul, li {
	margin-left: 5px;
	list-style-position: outside;
	list-style-image: url(/graphics/bullet.gif);
}

#navigation {
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: 'Raleway', serif;
	font-size: 12pt;
	text-align: right;
	float: right;
	clear: left;
	right: 0px;
	z-index: 101;
	margin-left: 400px;
	margin-top: -100px;
}

#middle {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: auto;
	padding: 20px;
	clear: both;
	left: auto;
	right: auto;
}
.centred {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


a:link {
	text-decoration: none;
	color: #46002B;
	font-family: 'Delius', serif;
}
a:hover {
	color: #33CC00;
	font-family: 'Delius', serif;
}
a:visited {
	color: #880052;
	font-family: 'Delius', serif;
}


.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
}
.h4fake {
	font-weight: bold;
	color: #FF00BC;
}



#footer {
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8D6C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	float: none;
	clear: both;
	padding-right: 30px;
	text-align: center;
	margin-top: 50px;
}

/* TYPOGRAPHY */
body, h4, h5, h6, p, a {
	color: #333333;
	font-size: 12pt;
	font-family: 'Andika', sans-serif;
	line-height: 150%;
}

h1 {
	font-size:150%;
	color: #FF0099;
}

h2 {
	font-size:130%;
	color:#FF0099;
	padding-bottom: 10px;
}

h3 {
	font-size:110%;
	color: #FF0099;
}


* {
	margin: 0px;
}

