

body {
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 11px;
	margin-bottom: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}



div#master {
	width: 760px;
}
div#header {
	height: 50px;
	background-image: url(../images/template/header.gif);
	background-repeat: no-repeat;
}


div#navRow {
	width: 760px;
	height: 34px;
	text-align: left;
}
div#navTile {
	float: left;
	width: 160px;
	height: 34px;
	background-image: url(../images/template/navRowTile.gif);
	background-repeat: repeat-x;
}

div#contentArea {
	/* padding: 26px 19px 26px 21px; */
	width: 720px; /* 760 - 21 - 29 */
	text-align: left;
}

div#footerRight {
	float: right;
	width: 225px;
	height: 33px;
	background-image: url(../images/template/footerRightTile.gif);
	background-repeat: repeat-x;
}

