* {	margin:0;
	padding:0;
}

/* Style */

html, body {
	height: 100%;
}

body {
	color: #575757;
	text-align: center;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	font-family:verdana,helvetica,arial,sans-serif;
	background-color: #00000000;
	background-image: url(images/bg.jpg);
	background-position: top left;
	background-repeat: repeat;
}

* html #centreAll {
	height: 100%;
}

#centreAll {
	min-height: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 732px;
	vertical-align: top;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family:verdana,helvetica,arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h2 { 
	color: #000447;
	font-weight: bold;
	font-size: 120%;
}

h3 { 
	color: #dd0000;
	font-weight: bold;
	font-size: 120%;
}

h4{
	font-weight: bold;
	font-size: 80%;
}

a {
	color: #dd0000;
	text-decoration: none;
}

a:hover {
	color: #000447;
	text-decoration: none;
} 

img {
	border: 0px;
}

#header {
	clear: both;
	width: 100%;
	height: 96px;
	background-image: url(images/header.gif);
}

#banner {
	clear: both;
	height: 148px;
	background-color: #ffffff;
}

.divider {
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #ffffff;	
	background-image: url(images/divider.gif);
}

#content {
	clear: both;
	padding: 20px;
	background-color: #ffffff;	
	min-height: 500px;	
}

#navigation {
	clear: both;
    background-color: #ffffff;
	padding: 10px 0px;
	text-align: center;
}

#footer {
	float: center;
	width:100%;
	height: 60px;
	padding: 5px 0px;
	text-align: center;
	background-color: #ffffff;
	font-size: 80%;
}
	
