@charset "utf-8";
.header {
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-family: Calibri;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
}
.content {
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-x;
}
.sitefont {
	font-family: Calibri;
}

.menuHeader {
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
	font-style: italic;
}
.footer a {
	color: #CC3300;
	font-family: Calibri;
}
.footerlink {
	color: #CC3300;
	font-family: Calibri;
}
.content a {
	color: #CC3300;
	font-family: Calibri;
}
