@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FF9900;
	background-color: #291C39;
	background-repeat: repeat;
}

#topPart {
	height: auto;
	width: 100%;
}

#navMenu {
	height: 236px;
	width: 312px;
	z-index: 4;
	left: 3%;
	top: 10px;
	position: absolute;
}
.jesseTitle {
	height: 248px;
	width: 279px;
	z-index: 4;
	top: 10px;
	position: absolute;
	overflow: hidden;
}
#jesseTitleRAlign {
	text-align: right;
	overflow: hidden;
	left: 66.6%;
}
.content {
	width: 750px;
	text-align: center;
	z-index: 3;
	height: auto;
	position: relative;
	top: 180px;
	overflow: visible;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #20122C;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
hr {
	color: #FF9A00;
	background-color: #FF9900;
	height: 1px;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}

#headerBG {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 100%;
	z-index: 0;
	left: 0px;
	top: 0px;
	position: absolute;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-image: url(../img/layout/darkPurpleScanGradient.gif);
}
#footer {
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 20px;
	z-index: 1;
	font-family: "Times New Roman", Times, serif;
	color: #FF9900;
	font-style: italic;
	top: 0px;
}
.center {
	background-position: center;
	text-align: center;
}
.right {
  float: right;
}
.left {
   float: left;
}
.clear {
  clear: both;
}
.flashContent {
	width: 700px;
	text-align: center;
	z-index: 3;
	height: auto;
	position: relative;
	top: 20px;
	overflow: visible;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #170e20;
}
.hiddenPic {
	display:none;
}
#floatLeft  {
	float: left;
}
#textAlignLeft {
	text-align: left;
}
.jessePicture {
	padding-right: 32px;
	padding-left: 45px;
	padding-bottom: 16px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
}
.firstLetter {
	font-size: 18px;
	font-weight: bolder;
}
A:link {
	text-decoration: none;
	color: #FFB400;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	color: #FFB400;
	font-weight: bold;
}
A:active {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
A:hover {
	font-weight: bold;
	color: #FFB400;
	text-decoration: underline;
}
