* {
	font-family: Arial;
}
body {
	background: #DCD8CC;
	margin-top: 50;
}
table {
	font-size: 12;
}
table.main {
	border-collapse: collapse;
	width: 650;
}
td.header {
	background: #595E26;
	padding: 5;
	height: 100;
}
td.space {
	background: #FFFFFF;
	height: 10;
}
td.menu {
	background: url('bgMenu.png');
	font-family: Verdana;
	font-size: 12;
	height: 20;
	padding: 0 10 0 10;
	text-align: center;
}
td.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
td.menu a:hover {
	color: #FFCC33;
}
td.content {
	background: url('bgContent.png');
	font-size: 12;
	height: 300;
	padding: 20 40 20 40;
	vertical-align: top;
	text-align: left;
}
td.btm {
	background: url('bgBtm.png');
	height: 20;
}
td.footer {
	background: #595E26;
	color: #FFFFFF;
	font-size: 10;
	height: 20;
	padding: 0;
	text-align: center;
}
td.footer a {
	color: #FFFFFF;
}

p.quote {
	font-family: Times New Roman, Arial, Sans;
	font-size: 20;
	font-style: italic;
	width: 250;
}

a {
	color: #0000BB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
