body {
	background: #f2f2e6 url("../images/bg.jpg") no-repeat left top;
	font-size: 95.0%;
	padding-top: 0;
	margin-top: 0;
}

.no-bg {
	background-color: #ffffff;
	background-image: none;
}

body a {
	text-decoration: none;
}

#menu-container {
	background-color: #bcb0a4;
	border: 2px solid #bcb0a4;
    border-radius: 25px;

    width: 200px;
    margin-top: -25px;
	margin-left: 15px;

	position: fixed;
	z-index: 5;
}


#menu-container-transparent {
	background-color: transparent;
	border: 2px solid transparent;
    border-radius: 25px;

    width: 190px;
    margin-top: -25px;
	margin-left: 15px;

	position: fixed;
	z-index: 5;
}

#menu, h1 {
	color: #23262f;
	font-family: "Arial Black", Gadget, sans-serif;

	margin-top: 0px;

	list-style-type: none;
	padding-left: 38px;
}

h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-weight: 100;
	margin-top: 105px;
	padding-bottom: 5px;
	/*padding-left: 12px;*/
	margin-bottom: 0;
	height: 100%;
	font-size: 240%;
}

#menu li {
	list-style-type: none;
	padding: 0 0 4px 0px;
	margin: 0;
}

#menu li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li ul li {
	list-style-type: none;
	padding: 0 0 0 4px;
	margin: 0;
	font-size: 0.800em;
}

#menu a {
	text-decoration: none;
	color: #23262f;
}
#menu li ul li a:hover {
	color: #5c5354;
}

#textbox {
    width: 300px;
	min-height: 100px;
	position: absolute;
	top: -25px;
	left: 260px;
	white-space: nowrap;
	background-color: #bcb0a4;
	border: 2px solid #bcb0a4;
    border-radius: 25px;
    padding-top: 50px;
    padding-bottom: 25px;
    color: #23262f;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	font-size: 0.900em;
}

#textbox h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-weight: 100;
	margin-top: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
	height: 100%;
	font-size: 240%;
	padding-left: 0;
}

#textbox ul {
	padding: 0;
	margin: 0;
}

#textbox a {
	text-decoration: none;
	color: inherit;
}

#textbox li {
	list-style-type: none;
}


#image-reel {
	width: 100%;
	height: 600px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
}

.reel-table {
	height: 600px;
	width: 100%;
}

.reel-table td img {
	padding: 0;
	margin: 0;
}

.reel-table td {
	padding: 0 15px 0 0;
	margin: 0;
}

.spacer {
	width: 220px;
}

.caption {
	color: #23262f;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.800em;
	text-align: center;
}

.caption a {
	text-decoration: none;
	color: #23262f;
}

.caption a:hover {
	color: #5c5354;
}

.captain a:visited {
	color: #23262f;
	text-decoration: none;
}