body {
	background-color: rgb(220,220,220);
	color: black;
	font-size: 10pt;
	font-family: sans-serif;
}

div#page {
	width: 850px;
	padding: 0px;
	border: 0px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

table#layout {
	width: 850px;
}

td {
	background-repeat: no-repeat;
}

td#banner {
	padding: 0px;
	margin: 0px;
	width: 850px;
	height: 150px;
	background: rgb(220,220,220) url("/bannerbg.gif");
	color: white;
	text-align: center;
	vertical-align: bottom;
}

td#banner h1 {
	padding: 0px;
	margin: 0px;
}

td#menu {
	height: 30px;
	background: black url("/menubg.gif");
	color: white;
	text-align: right;
	padding: 0px 50px;
	letter-spacing: 0.3em;
	vertical-align: top;
	font-size: 12pt;
	font-family: Verdana, sans-serif;
}

td#menu a {
	background: black;
	color: white;
	text-decoration: none;
}

td#menu a:hover {
	background: black;
	color: red;
}

td#content {
	background: white;
	color: black;
	padding: 20px;
	font-size: 1.2em;
}

td#footer {
	height: 90px;
	background: rgb(220,220,220) url("/footerbg.gif");
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}

p {
	margin-left: 1em;
}

