@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #070706;
	color: #000;
	background-image: url(../Images/fire-camp_fire_animated.gif%7Ec200.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 100% 100%;
}
a:link {
	color: #42413C;
}
a:visited {
	color: #6E6C64;
}
.container {
	background-attachment: fixed;
	background-image: url(../Images/fire-camp_fire_animated.gif%7Ec200.gif);
	background-repeat: no-repeat;
}
.header {
	background-color: #000000;
	background-image: url(../Images/fire-camp_fire_animated.gif%7Ec200.gif);
	background-attachment: fixed;
}
.sidebar1 {
	color: #FFFFFF;
	border-top-color: #FCE898;
}
.content {
	background-color: #E8E8E8;
	border-right-color: #FF8040;
	color: #353535;
	border-top-color: #FCE898;
	border-bottom-color: #C13F00;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	color: #FFFF00;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
}
.footer {
	color: #FF0;
}
#horizMenu a {
	background-color: #616161;
	color: #FFFF00;
	border-right-color: #FF8040;
	border-top-color: #FCE898;
}
#horizMenu a:hover {
	background-color: #E8E8E8;
	color: #564B16;
	border-right-color: #FC9A3D;
	border-top-color: #FCE898;
}
