
body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

div#container {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table#containertable {
	height: 100%;
	width: 1024px;
}

td#left {
	height: 100%;
}

td#menu {
	width: 182px;
	height: 100%;
	background-image: url(/images/pinkback.png);
	vertical-align: top;
}

div#menuitems {
	margin-top: -667px;
}

td#middle {
	width: 751px;
	height: 100%;
	vertical-align: top;
	background-image: url(/images/textback.png);
	background-repeat: no-repeat;
	background-position: 0px 144px;
}

td#right {
	height: 100%;
	width: 91px;
	background-image: url(/images/pinkback.png);
	vertical-align: top;
}

div#content {
	margin: 18px 23px 18px 23px;
	font-family: Trebuchet MS, URW Grotesk T, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	line-height: 110%;
}



