/*---Key---
Basics
Design
Menus

/*Basics */
body {
  background-color: #414E32;
  background-image: url(images/greenback.jpg);
  background-repeat: no-repeat;
  font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  color:#000000;
  overflow:auto;
  }
.bold {
  font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  }
.norm {
  font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  }
.bio {
  font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  }
a:link {
  color:#38DD50;
  text-decoration:none;
  }
a:visited {
  color:#38DD50;
  text-decoration:none;
  }
a:hover {
  color:#00FF00;
  /* color:#6F8EAA;*/
  text-decoration:none;
  }

/* Design foundations */
#topLogo{
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	}
#titleBar{
	position: absolute;
	left:180;
	top:0;
	z-index:1;
	}
#blackBar{
	position: absolute;
	left:180;
	top:53;
	z-index:1;
	}
#barcap{
	position: absolute;
	right:0;
	top:0;
	height:165px;
	width:100%;
	background-image: url(images/barback.jpg);
	z-index:0;	
	}
#content{
	position:absolute;
	left:175px;
	top:175px;
	height:500px;
	width:650px;
	overflow: auto;
	z-index:1;
	}
#banner{
	position:absolute;
	left:190px;
	top:60px;
	z-index:2;
	}
#newsmarquee {
	position:absolute;
	left:190px;
	top:147px;
	width:580px;
	z-index:3;
}
/* End design foundations */

/* Menus */
#home{
	position: absolute;
	left:0px;
	top:165px;
	width:115px;
	height:33px;
	z-index:1;
	}
#calendar{
	position: absolute;
	left:0px;
	top:198px;
	width:115px;
	height:32px;
	z-index:1;
	}
#photos{
	position: absolute;
	left:0px;
	top:231px;
	width:115px;
	height:30px;
	z-index:1;
	}
#music{
	position: absolute;
	left:0px;
	top:263px;
	width:115px;
	height:29px;
	z-index:1;
	}
#biography{
	position: absolute;
	left:0px;
	top:292px;
	width:115px;
	height:31px;
	z-index:1;
	}
#links{
	position: absolute;
	left:0px;
	top:325px;
	width:115px;
	height:31px;
	z-index:1;
	}
#contact{
	position: absolute;
	left:0px;
	top:354px;
	width:115px;
	height:29px;
	z-index:1;
	}
#therest{
	position: absolute;
	left:0px;
	top:382px;
	width:115px;
	z-index:1;
	}
#sidecap{
	position:absolute;
	left:0;
	bottom:0;
	height:100%;
	width:115px;
	background-image: url(images/morerest.jpg);
	z-index:0;	
}
/* End menus */

#biopanel{
	background-image: url(images/panel.jpg);
	background-repeat: no-repeat;
	width:600px; 
	height:302px;
}


