* 
 {
	margin: 0px;
	padding: 0px;
	color: #FFF;

}
{
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	background-color: #9E1D22;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: auto;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #C8A82F;
	padding: 2px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C8A82F;
	border-left-color: #C8A82F;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C8A82F;
	background-image: url(../images/Untitled-3.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	float: none;
	clear: none;
	list-style-type: none;
	cursor: auto;
	margin-top: 0px;
}
#wrapper #content {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	height: auto;
}
#wrapper #heading {
	height: 150px;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#wrapper #menu {
	width: 882px;
	float: none;
	text-align: center;
	font-size: 16px;
}
#wrapper #menu2 {
	float: none;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 25px;
}
#wrapper #maincontent #menucontent p em {
	text-align: center;
	font-size: 36px;
}
/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

