/* CSS Document */

.main {
	margin: 0px 0px auto auto;
	padding: 0px;
	/*background-color:#009285;*/
	}
	
body {
	background-image:url(../images/sesheke-tile.jpg);
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2c368f;
	}
.nav {
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}

.nav a:hover {
	font-size:14px;
	text-decoration:none;
	color:#CCAD00;
}

.contact {
	color: #ffffff;
	font-size: 11px
}
.webcoast {
	color: #999999;
	font-size: 10px;
	text-decoration:none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #941820;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	line-height: 16px;
	color: #2c368f;
	font-weight: bold;
}
.centre {
	margin-left: -512px;
	left: 50%;
	top: 0px;
}

