/* CSS Document */

*{
	margin:0;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	width: 100%;
	font-size: 100%;
	background-color: #F9F2DD;
	background-image: url(../images/cnvbkgnd.jpg);
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	font-size: 1em;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	padding: 0.2em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.header {
	background-color: #FFFFFF;
	width: 98%;
	margin: 0.75em;
}
.header img {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.centretext {
	text-align: center;
}
