body {
	background-image: url(../images/body-bg.jpg);
	background-color: #0F2D6B;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
.nav-bkgrnd {
	background-image: url(../images/template_01.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
.img-bkgrnd {
	background-image: url(../images/template_02.jpg);
	background-repeat: no-repeat;
}
.footer-bkgrnd {
	background-image: url(../images/template_04.jpg);
	background-repeat: no-repeat;
}
.body-bkgrnd {
	background-image: url(../images/template_03.jpg);
	background-repeat: repeat;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #0F2D6B;
	text-decoration: none;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #2F57AF;
	text-decoration: underline;
}

