body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #FFFFFF;
	background-position: center;
}
.sidenavbg {
	background-image: url(../images/side-nav-bg.jpg);
	background-repeat: repeat;
}
.bodybg {
	background-image: url(../images/body-bg.jpg);
}
.leftfade {
	background-image: url(../images/left-fade.jpg);
	background-repeat: repeat;
}
.rightfade {
	background-image: url(../images/right-fade.jpg);
	background-repeat: repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	text-align: center;
	clip: rect(0px,auto,0px,auto);
	font-weight: bold;
	text-transform: capitalize;
}
#heading {
	background-image: url(../images/h1-bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 788px;
	height: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	visibility: visible;
}
.bodytext {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footerbody {
	background-image: url(../images/footer.jpg);
}
.header {
	font-family: "Arial Black";
	font-size: 16px;
	font-style: italic;
	color: #635B97;
}

