html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
	
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #bfbfc1;
	}
	
p {
	font-family: Arial,Helvetica,sans-serif;
	}
	
h1 {
	margin-top:0px;
	margin-bottom:0px;
	font-family: Helvetica, sans-serif;
	}
	
h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-family: Helvetica, sans-serif;
	}

a:link {
	text-decoration:underline;
	}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}

#pageHeader{

}

#textContent {
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	}

#imageDiv1 {

	}
	
#contactDetails {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bfbfc1;
	font-size: 0.9em;
	text-align: center;
	}
	
#copyrightNotice {
	font-size: 0.7em;
	background-color: #bfbfc1;
}

#languages {
	text-align: right;
}
