body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #3c2415;
}

body,td,th {
	color: #FFFFFF;
}

td {
	font-size: 11px;
}

.contentCell {
	padding-top: 15px;
}

/*------- Header Nav -------*/

.headerMenu td {
	font-size: 13px; font-weight: bold;
}

.headerMenu td a {
	color: #ffcc33;
	padding: 0px 5px 0px 5px;
}

.headerMenu td a:hover {
	color: #f79321;
}

/*------- Footer Nav -------*/

.footerMenu td {
	font-size: 10px; font-weight: bold;
}

.footerMenu td a {
	color: #ffcc33;
	padding: 0px 2px 0px 2px;
}

.footerMenu td a:hover {
	color: #f79321;
}


/*------- Links -------*/

a {
	color: #FFCC33;
	text-decoration: none;
}

a:hover {
	color: #be7326;
	text-decoration: none;
}

/*------- Search Box -------*/

.searchBox {
	width: 100px;
	border: 1px Solid #be7326;
	padding: 2px;
	font-size: 10px;
}