@charset "UTF-8";
/* CSS Document */

.header {
	width: 100%;
	height: 145px;
	text-align: center;	
}

.nav {
	width: 100%;
	height: 71px;
	text-align: center;
}

.body {
	height: inherit;
	width: 100%;
	text-align: center;
	background-image:url(images/bodybg.png);
	background-position:top center;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.footer {
	height: 100px;
	width: 100%;
	background-image: url(images/footer.png);
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:12px;
}

.ftext {
	padding-top:45px;
}