
/* OUTER/BORDER */
body {
	text-align: center;
	margin: auto;
	border: 2px solid #E0E0A3;
	background: #EDEDC9;

}

/* MIDDLE */
.container {
	background: #E0E0A3;

	width: 900px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto;
}

/* INNER */
.indexbody {
	background: #CCCC66;
	width: 800px;
	position: absolute;
	left: 45px;
	top: 180px;
}
/* TEXT */
td {
	color: red !important;
}

/*  */



.footer {
	background: inherit;
	width: 655px;
	position: absolute;
	left: 125px;
	bottom: 25px;
}
.header {
	height: 78px;
	width: 655px;
	position: absolute;
	left: 125px;
	top: 5px;
	background: inherit;
}
td {
	text-align: center;
	vertical-align: top;
	font: bolder normal 16px "Tempus Sans ITC";
	color: black;
}
.menu {
	background: #b90000;
	height: 53px;
	width: 655px;
	position: absolute;
	left: 125px;
	top: 100px;
}
.footeremail {
	width: 655px;
	position: absolute;
	left: 50px;
	bottom: 50px;
}
td {
	color: white;
}
img {
    image-orientation: from-image;
}
