body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background: #000000;
}

table.main {
	width: 100%;
	border: solid 0px red;
}

table.services {
	width: 500px;
}

table.menu1 {
	background: #000000;
}

td.menu {
	width: 250px;
	border: solid 1px black;
	background: url(menu-bg.jpg) no-repeat;
}

td.services {
	border: solid 1px black;
}

td.main {
	background: #fce6c9;
	border: solid 1px black;
}

h1.top {
	color: #000000;
	font-size: 18px;
	text-align: center;
}

h2.menu {
	color: #ffff00;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 3px;
}

h2.menu a {
	color: #ffff00;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 3px;
}

font.services {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

div.main {
	color: #000000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

div.glossary {
	color: #000000;
	font-size: 14px;
	padding-left: 20px;
	font-family: helvetica;
}

div.glossary a {
	font-weight: bold;
}