body {
	background-color: #ffecf9;
	background-image: url(images/mainBG.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
}
td.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 876px;
	height: 77px;
}

td.menuTop {
	background-image: url(images/menuBGTop.gif);
	background-repeat: repeat-y;
	width: 193px;
	height: 100px;
	color: Black;
	font-family: Arial;
	font-size: small;
	vertical-align: top;
	text-indent: 22px;
}

td.menuBottom {
	background-image: url(images/menuBGBottom.gif);
	background-repeat: no-repeat;
	width: 193px;
	height: 35px;
}

td.content {
	color: Black;
	font-family: Arial;
	font-size: 13px;
	background: url(images/contentBG.gif);
	background-repeat: no-repeat;
	width: 685px;
	height: 495px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
