html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	background-color: black;
}

h2 {
	color: #336633;
}

.h3 {
	font-size: 1.4em;
	font-weight: bold;
}

.green {
	color: #336633;
}

.linksImg {
	border: none;
}

#all {
	position: absolute;
	width: 612px;
	left: 50%;
	margin-left: -306px;
}

#header {
	width: 612px;
	height: 165px;
}

#headerLeft {
	float: left;
}

#headerMenu {
	float: left;
	width: 191px;
	height: 165px;
}

.headerMenuItem {
	float: left;
}

A .headerMenuItem {
	border:none;
}

#headerRight {
	float: left;
}

#body {
	float: left;
	width: 612px;
	background: url('./images/bodyBg.jpg') repeat-y;
}

#content {
	width: 475px;
	margin-left: 67px;
	font-family: arial, helvetica, sans-serif;
	font-size: .7em;
	color: #660000;
}

#charityOfferWrapper {
	width: 230px;
	height: 170px;
	float: right;
	padding: 6px 16px 16px 16px;
	background: url(images/bg_charityOffer.jpg) no-repeat;
}

#contentFooter {
	float: left;
}

.trivia_definitions dt {
	font-size: 120%;
	font-weight: bold;
}

.trivia_definitions dt span {
	font-size: 80%;
	font-weight: normal !important;
}
.trivia_definitions dd {
	margin-bottom: 8px;
}

#footer {
	float: left;
	margin-top: 10px;
	width: 612px;
	text-align: center;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

#footerMenu {
	background-color: #ff0000;
	line-height: .7em;
	padding: 4px;
}

.footerMenuItem {
	color: yellow;
	margin: auto 6px auto 6px;
}

.footerWhite {
	color: white;
}

.footerYellow {
	color: yellow;
	font-size: 1.2em;
}

.homeChiloQuoteText {
	color: #006600;
}

.left {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.center {
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.right {
	text-align: right;
}
