body {
	margin: 0;
	background: black url(../images/victorian.png) repeat-x fixed;
}

a {
	text-decoration: underline;
	color: #87a84a;
}

#TableContainer {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px auto;
	width:905px;
	border-left: 1px solid #695c33;
	border-right: 1px solid #695c33;
	background-color: black;
}

#content {

	position:relative;
	margin:0px auto;
	width: 100%;
	text-align: left;
	height: 100%;
	color: white;
}


.home-changes {
	background: white;
}

.home-changes span {
	color: black !important;
}

.home-changes p {
	color: black !important;
}


span.orange {
	color: #e75435 !important;
	font-weight: bold;
	font-size: 16px;
}


.content_table {
	background-color: #000000;
	position: relative;
	color: black;
	margin: 10px;
	padding: 5px;
}

#rotating {
	position:relative;
	margin:0px auto;

}

p {
	color: white;
	font: 14px/24px Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	margin: 16px;
}

.header {
	font: bold 14px "Lithos", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: text-top;
}

.photocredit {
	font: bold 9px "Lithos", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
}


.yellowheader {
	font: bold 18px/18px "Lithos", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: text-top;
	color: #fff8a9;
}


.redheader {
	font: bold 24px "Lithos", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: text-top;
	color: #964b2e;
}

.redheader2 {
	font: bold 24px "Lithos", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: text-top;
	color: red;
}



.tanheader {
	font: bold 16px "Lithos", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: text-top;
	color: #a28d4f;
}

.whiteheader {
	font: bold 24px "Lithos", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: text-top;
	color: #fff;
}


.pullquote {
	font: italic bold 15px Arial, Helvetica, Geneva, sans-serif;
	vertical-align: text-top;
	color: #c5bf77;
	margin-left: 50px;
	margin-right: 50px;
}

.biggreenheader {
	font: bold 22px "Lithos", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: text-top;
	color: #9bb584;
}

.greenheader {
	font: bold 14px "Lithos", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: text-top;
	color: #9bb584;
}



h1 {
	color: silver;
	font: bold 35px "Lithos", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	padding: 5px;
}

h2 {
	color: silver;
	font: 15px "Lithos", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	color: silver;
	font: bold 13px "Lithos", Arial, Helvetica, Geneva, sans-serif;
}

.alight_left {
	float: left;
	padding: 5px;
	margin: 5px;
}

.alight_right {
	float: right;
	padding: 5px;
	margin: 5px;
}

.footer p {
	font-size: 11px;
	margin-left: 50px;
}

.footer a {
	color: #d5d199;
	text-decoration: none;
}

.footer a:hover {
	color: #ce7a11;
	text-decoration: underline;
}

.signup {
	font-size: 14px;
	color: #c59929;
	font-weight: bold;
}

