 
/*body {
background-color: #CCCCCC;
background-image: url(gradient.jpg);
background-repeat: repeat-x;
}looks bad -*/

html, body {
 margin: 0;
 padding: 0;
 background-color:#FDFCF5;
}
#container {
					 position:absolute;left:3%;
					 }
#img {
		 	display:block;
			border:none;
			}
 #menu {
  position:absolute;left:.5%;top:260px;
	width: 15em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left:1px solid #000;
	padding: 0 0 0 ;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color:#000;
	text-align:center;
}
	
	#menu ul 
	{
		list-style: none;
		margin: 0;
		padding: 0;
		border:none;
		}
		
	#menu li 
	  {
		border-bottom: 1px solid #fff;
		margin: 0;
		}
		
		#menu li a 
	{
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 20px solid #b65a00;
		border-right: 20px solid #f9a35e;
		background-color: #f1710a;
		color: #fff;
		text-decoration: none;
		width:100%;
		}

  html>body #menu li a {
		width: auto;
		}

		#menu li a:hover {
		border-left: 20px solid #9a4202;
		border-right: 20px solid #ff8022;
		background-color: #f9a35e;
		color: #fffff;
		}
		
		
	#hdr_text {
			position:absolute;left:55%;top:14%;z-index:2;
			font-family:Verdana, Lucida, Geneva, Helvetica, 
	    Arial, sans-serif;
	    font-weight:bold;
			}
	#hdr_text_small {
			position:absolute;left:45%;top:10%;z-index:2;
			font-family:Verdana, Lucida, Geneva, Helvetica, 
	    Arial, sans-serif;
	    font-size: xx-small;			
			}
	#pic {
			 	position:relative;left:1%;top:1%;
				}
	#pic img {
			 	 border:none !important; /*well not really but why not */
				 }
	#main {
				position:absolute;left:25%;top:162px;
				padding:0;
				margin:0;
				}
				
#e {
	      border-width:5px;
				border-style: solid;
				border-color:#FFE85E #D4B005 #FFE85E #D4B005 ;
				}
				
#j {		border-width:5px;
				border-style: solid;
				border-color:#FFE85E #D4B005 #FFE85E #D4B005 ;	
				}
				
#r {    border-width:5px;
				border-style: solid;
				border-color:#FFE85E #D4B005 #FFE85E #D4B005 ;
				}
							
	#mem {
			 position: absolute;left:35%;top:158px;
			 }
			 
	#mem p {	 
			 font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Heletica,
			 Arial, sans-serif;
			 }
			 
	#classes {
					 display:block;
					 }
					 
	p#slab {
				 	 padding-left:2%;display:block;
					 }
  #rightside {
						 position: absolute;right: 350px; top: 150px;
						 }
						 
  #ellen 		 {
				 		 position:absolute;left:70%;top:20px;
						 width:20em ;
						 margin:0;
						 /*border:1px dashed #000;*/
						 padding: 2px 1px 1px;
						 font-family: 'Trebuchet MS', 'Lucida Grande',
						 Verdana, Lucida, Geneva, Helvetica, 
	  				 Arial, sans-serif;
						 font-size: small;
						 color:#000;
						 
						}
  #top_right {
						 position:absolute; right:30px; top:30px;
						 
			}


