/* CSS Document */
@charset "utf-8";
body {
	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: #FFCC66;
	font-size: 105%;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.spiritsite #container {
	width: 910px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
	background-image: url(Images/TILE650px.jpg);
	background-repeat: repeat-y;
	background-position: 160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.spiritsite #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	line-height: 110%;
	font-weight: normal;
	color: #FF9933;
}
a {
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	color: #DA4B4B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.OrangeHeadLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: 300;
	text-transform: none;
	color: #FF9933;
}
body {
	background-color: #000;
	
}
p,h1,h2 ,h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #FC6;
	font-weight: normal;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	color: #DA4B4B;
	display: block;
	width: 150px;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	color: #FF9933;
	display: block;
	width: 150px;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.dark {
	font-size: 105%;
	font-weight: lighter;
	color: #600;
	font-family: Arial, Helvetica, sans-serif;
}
