#girl {
	float: right;
	background-image: url(../img/girl.jpg);
	height: 600px;
	width: 739px;
	background-position: center right;
	background-repeat: no-repeat;
}

#title {
	position: fixed;
	z-index: 99;
	font-size: 72pt;
	font-family: Impact, Georgia, "Times New Roman", Times, serif;
	line-height: 56pt;
	height: 56pt;
	color: white;
	top: 10px;
	left: 10px;
}

#navLeft {
	position: fixed;
	left: 10px;
	bottom: 12px;
	z-index: 250;
}

#navRight {
	position: fixed;
	bottom: 100px;
	z-index: 250;
	right: 300px;
}

#nav {
	font-size: 24pt;
	font-family: Impact, Georgia, "Times New Roman", Times, serif;
	line-height: 14pt;
	height: 14pt;
	color: #cc0000;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	z-index: 300;
}

#nav a:hover {
	background-color: #cc0000;
}

#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li {
	display: inline;
	text-transform: lowercase;
	padding: 0px 10px 0px 0px;
}



body {
	margin: auto;
	text-align: left;
	margin-top: 0px;
	min-height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B78E4E;
	font-size: 10pt;
	padding: 10px;
}
p {
	text-align: left;
	font-size: 10pt;
	padding: 5px;
	color: #808183;
}
th {
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
}
a {
	text-decoration: none;
	color: #C41D0A;
}



#container {
	width: 100%;
	position: absolute;
	bottom: 10px;
	right: 0px;
	height: 600px;
	min-width: 1500px;
	background-image: url(../img/fade.jpg);
}
#gun {

	float: left;
	background-image: url(../img/gun.jpg);
	height: 600px;
	width: 759px;
	background-position: center left;
	background-repeat: no-repeat;
}
#notes {
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	z-index: 200;
	color: #110E07;
	border: 1px solid white;
	padding: 0px 15px 15px 15px;
	background-image: url(../img/lighter50.png);
	background-repeat: repeat;
	text-align: justify;
	overflow: auto;
	position: absolute;
	left: 300px;
	right: 300px;
	bottom: 100px;
	max-height: 500px;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	color: #CC0000;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#player {
	position: fixed;
	left: 0px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	bottom: 200px;
	z-index: 200;
	border: 1px solid white;
	padding: 10px 10px 10px 50px;
	background-image: url(../img/lighter50.png);
	background-repeat: repeat;
	margin: auto;
	border-left: 0px;
}
#slideTabHeader {
	font-size: 20pt;
	font-family: Impact, Arial;
	color: #990000;
	height: 14pt;
	margin-bottom: 20px;
}
h1 {
	font-size: 16pt;
	font-family: "Courier New", Courier, monospace;
	color: #990000;
	margin-bottom: 10px;
	text-align: left;
	background-color: beige;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 16pt;
	text-transform: lowercase;
}
td {

	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
}

table {
	padding-left: 20px;
	font-size: 8pt;
}
select {
	padding: 0px;
	margin: 0px;
}
hr {
	color: beige;
	height: 1px;
	border: 1px solid beige;
	border-bottom: 0px;
}
