body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
}


#wrapper {
	width: 960px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(images/header.gif);
	float: left;
	height: 232px;
	width: 960px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	height: 46px;
	width: 960px;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	background-image: url(images/footer.gif);
	float: left;
	height: 46px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 10px;
}
#text_top {
	float: left;
	height: 20px;
	width: 960px;
	background-image: url(images/text_top.gif);
	background-repeat: no-repeat;
}
#text {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 960px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0F55A7;
	padding-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}


#text_bottom {
	background-image: url(images/text_bottom.gif);
	float: left;
	height: 20px;
	width: 960px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

