﻿/* 1 HEADER */

.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
.headerbg {
	background-image: url(../images/header-side.gif);
	background-repeat: repeat-x;
	width: auto;
    height: 100px;
	text-align: center;
}


/* 2 FOOTER */

.footerbg {
	background-image: url(../images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 8pt;
}


/* 3 Main Header */

.MHeader {
	background-image: url(../images/MHeader.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 780px;
	height: 149px;
	margin-left: auto;
	margin-right: auto;
}


/* 3 Main Footer */
.MFooter {
	background-image: url(../images/MFooter.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 50px;
	text-align: center;
	font-size: 8pt;
}

.BodyTitle {
	background-image: url(../images/body_header.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 540px;
	height: 48px;
	text-align: center;
	font-size: 8pt;
}