body {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: black;
}

body, p, td {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#parent {
	width: 510px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	padding: 0px;

}


#menu {
	height: 17px;
	width: 510px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	text-align: center;
	padding-top: 4px;
	display: none;
}

#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0 25px 0 25px;
}

#content {
	width: 800px; 
}

#contentLeft {
	width: 476px;
	margin: 0 20px 0 0;
	text-align: left;
	float: left;
}

#contentLeft p {
	line-height: 24px;
}

#contentRight {
	width: 284px;
	margin: 0 0 0 20px;
	float: left;
}

#contentRight h1 {
	margin: 30px 0 0 0;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AC1914;
}

#contentRight h2 {
	margin: 20px 0 20px 0;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#contentRight hr {
	border: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

#submenu {
	height: 20px;
	width: 800px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	clear: left;
	text-align: center;
	margin-top: 12px;
}

#submenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0 25px 0 25px;
}

#tribute {
	margin-top: 12px;
}