/*basic structure and organiztio*/

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #483d8b;
	color: #ffff00;
}
#container {
	width: 94%;
	margin-right: 20px;
	margin-left: 20px;
	background: #4169e1;
	padding: 0;
	min-width: 650px;
	
}
#sitename {
}

#nav 	{
	width:20%;
	min-width: 180px;
	position: fixed;
	margin-left: 10px;
	top: 230px;
	
}

#nav a:link {
	color: #00008b;
	text-decoration: none;
}

#nav a:visited {
	color: #ffff00;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #00ffff;
}


#nav a span {
	display: none;
}

#nav a:hover {
	height: auto;
}

#nav a:hover span {
	display: block;
	position: absolute;
	top: 14em;
	left: 1em;
	width: 125px;
	padding: 15px;
	margin: 1px;
	color: #FFF;
	background: #9C4071;
}

	

#content {
	margin-left: 200px;
	text-align: left;
}
#footer {
	font-size: 80%;
	clear: both;
	}

/* Heading Styles*/
#sitename h1 {
	font: italic 200% Georgia, "times New ROman", Times, serif;
	background:url(lasers.jpg) no-repeat;
	min-height: 218px;
}
#content h2 {
	margin-left:100px;
	text-align: left;
}
#content h3 {
}

/*other styles*/
#content img {
	float: right;
	padding-right: 25px;
	padding-bottom: 5px;
}
