* {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Header {
	background-color: #000;
	width: 100%;
	height: 50px;
	margin: auto;
}
#Header a:link {
	color:#FFF;
	text-decoration: none;
}
#Header a:hover {
	color:#00F;
	text-decoration: none;
}
#Header a:visited {
	color:#FFF;
	text-decoration: none;
}
#Header a:active {
	color:#900;
	text-decoration: none;
	text-align: left;
}
'body table {
'	width: 1024px;
'	margin-right: auto;
'	margin-left: auto;
}
#Header table tr th #Google {
	text-align: right;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Navigation {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#Banner {
	background-color: #7D0000;
	height: auto;
	width: 100%;
	text-align: center;
}

#Navigation table {
	margin-right: auto;
	margin-left: auto;
}
#Body div table tr th {
	color: #800000;
}
hr {
	line-height: 3px;
	visibility: visible;
	height: 1px;
	background-color: #900;
	color: #900;
}

