body {
	background: #923A3A;
}

/*Logo Cell, top Accurate Logo*/
td.logo {
	background: url(top.gif) scroll center;
	width: 753px;
	height: 104px;
}
p.logo {
	color: Black;
	padding-right: 25px;
	font-family: Arial;
	text-align: right;
	color: White;
	font-family: "Arial Black";
}
/*Menu Cell and Link color settings*/
td.menu {
	color: White;
	font-family: "Arial Black";
	font-size: 12px;
	background: url(menu.gif) center;
	width: 751px;
	height: 18px;
	text-transform: none;
	list-style-type: none;
	font-variant: normal;
	text-align: center;
}
a.menu:link {
	color: White;
}
a.menu:visited {
	color: #880000;
}

/*Different settings for Content Cell*/
td.content {
	background: url(bg.gif);
	width: 753px;
	text-align: left;
	vertical-align: top;
	background-position: 2px;
}
p.content {
	width: 735px;
	padding-left: 5px;
	font: 14px Arial;
	color: Black;	
}
a.content:link {
	color: White;
}
a.content:visited {
	color: #FF4646;
}

/*Bottom Table Cell*/
p.bottom {
	color: Black;
	padding-right: 45px;
	font-family: Arial;
	padding-top: 40px;	
	font-size: 10px;
}
td.bottom {
	background: url(bottom.gif);
	width: 753px;
	height: 79px;
	color: Black;
	text-align: right;
	background-position: 2px;
}

li.content {
	padding-right: 15px;
}
p.contact {
	font: 14px Arial;
	color: Black;	
	padding-left: 3px;
}