body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #7A1501;
	background-color: #A68462;
	margin: 0;
	padding: 0;
}

div {border: 0px solid black; margin: 0; padding: 0;}

div#page {
	position: absolute;
	margin: 0 0 0 -490px;
	padding: 0px;
	top: 0px;
	left: 50%;
	width: 940px;
}

div#leader {
	background-color: white;
	top: 0;
	left: 0;
	width: 980px;
	height: 380px;
}

div#header {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#logo {
	position: absolute;
	top: 38px;
	left: 70px;
}

div#tagline {
	position: absolute;
	top: 210px;
	left: 45px;
	font-size: 120%;
	font-weight: bold;
	z-index: 30;
}

div#newsticker {
   	position: absolute;
	top: 25px;
	left: 650px;
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 0;
	z-index: 10;
}

div#cells {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 950px;
	height: auto;
	margin: 0px;
	padding: 15px;
	background-color: white;
	z-index: 20;
}


div#footer {
	position: absolute;
	top: 800px;
	left: 0px;
	width: 960px;
	height: auto;
	background-color: white;
}

div#leadimage {
	position: absolute;
	top: 80px;
	left: 280px;
	width: 700px;
	height: 150px;
	margin: 0;
	padding: 0;
	z-index: 20;
}

div#navcontainer
{
	position: absolute;
	top: 60px;
	left: 277px;
	width: 510px;
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0;
	color: white;
	background-color: #7A1501;
	font-size: 1.3em;
	border-left: 3px solid white;
	border-top: 3px solid white;
	z-index: 30;
}

div#navcontainer ul
{
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}

div#navcontainer ul li
{
	display: inline;
	margin-left: -4px;
	padding: 5px 0;
	background-color: #7A1501;
}

div#navcontainer ul li a
{
	padding: 5px 15px;
	color: white;
	text-decoration: none;
}

div#navcontainer ul li a:hover
{
	background-color: #FFD200;
	color: #7A1501;
}





p {
	font-size: 1em;
	line-height: 1.5em;
}

a {
	color: #A68462;
}

a:hover {
	color: #666666;
}


h3 {
	font-size: 120%;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
