/*this is where to change the background color*/
body {
	font-family: helvetica, sans-serif;
	background: url("./blank.jpg");
}
/*links will be this type of text and color*/
a
{
	text-decoration: none;
	color: #990000;
}

/*the color of llinks when they are rolled over*/
a:hover
{
	color: #009999;
	 background:transparent;
	/*text-decoration: underline;*/
	/*border-bottom: 1px solid;*/
}

br.clear
{
	clear: both;
}
/*universial heading */
h1 {
	margin:0;
	padding:3px 10px 0px 2px;
	text-align:left;
	font-size:20px;
	color: #000000;
}
/*additional heading if needed*/
h2 {
	margin:0;
	padding:5px 10px 0px 2px;
	text-align:left;
	font-size:12px;
	color: #000000;
}
h3 {
	margin:0;
	padding:5px 10px 0px 2px;
	text-align:left;
	font-size:10px;
	color: #333333;
	font:11px helvetica;
	font-weight: bold;
}
/*your name*/
#LukeTitle
{
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0px;
	width: 250px;
	height: 95px;
	overflow: hidden;
	z-index: 5;
	border: 1px solid gray;
	padding:8px;
	}

#LukeSelector
{
	position: absolute;
	top: 20px;
	left: 400px;
	margin: 0px;
	width: 250px;
	height: 40px;
	overflow: hidden;
	z-index: 5;
	border:1px solid gray;
	padding:8px;
	text-align: center;
	color: #333333;
	}

#LukeBox
{
	position: absolute;
	top: 140px;
	left: 20px;
	margin: 0px;
	width: 216;
	height: 216;
	overflow: hidden;
	z-index: 5;
	border:1px solid gray;
	padding:8px;
	text-align: center;
	color: #333333;
	}

#LukeRight
{
	position: absolute;
	top: 20px;
	left: 275px;
	margin: 0px;
	/* width: 500;
	height: 500px; */
	overflow: hidden;
	z-index: 5;
	text-align: center;
	color: #000000;
	}

#LukeSection
{
	/*position: absolute;
	top: 20px;
	left: 275px;
	margin: 0px;
	width: 500;
	height: 500px; */
	overflow: hidden;
	z-index: 5;
	border:1px solid gray;
	padding:8px;
	text-align: center;
	color: #000000;
	}

#LukeInstructions
{
	position: absolute;
	top: 400px;
	left: 20px;
	margin: 0px;
	width: 216;
	overflow: hidden;
	z-index: 5;
	border:1px solid gray;
	padding:8px;
	text-align: left;
	font:10px helvetica;
	color: #000099;
	}

#LukeDL
{
	position: absolute;
	top: 490;
	left: 20px;
	margin: 0px;
	width: 216;
	height: 15;
	overflow: hidden;
	z-index: 5;
	border:1px solid gray;
	padding:8px;
	text-align: left;
	font:10px helvetica;
	color: #333333;
	}




#LukeEssay
{
	position: absolute;
	top: 140px;
	left: 20px;
	margin: 0px;
	width: 825;
	height: 550px;
	overflow: auto;
	z-index: 5;
	border:1px solid gray;
	padding:8px;
	text-align: justify;
	color: #000000;
	font:12px helvetica;
	}


/*menu*/
#LukeMenu {
	top:140px;
	left:20px;
	width:216px;
	border:1px solid gray;
	padding:8px;
	text-align:left;
	letter-spacing:1px;
	position:absolute;
	font:10px helvetica;
	color: #333333;
	margin:0px;
    font-weight:bold;
  	z-index: 5;

}

#LukeMainMenu {
	top:20;
	left:20px;
	width:216;
	border:1px solid gray;
	padding:8px;
	text-align:justify;
	letter-spacing:1px;
	position:absolute;
	font:10px helvetica;
	color: #000099;
	margin:0px;
    font-weight:bold;
  	z-index: 5;

}

/*Text*/
#LukeText
{
	top: 145px;
	left: 20px;
	width: 780px;
	height: 390px;
	border:1px solid gray;
	padding:10px;
	text-align: justify;
	color: #000000;
	font: 14px helvetica;
	position: absolute;
	margin:0px;
	z-index: 16;
	overflow: auto;

}
