@charset "utf-8";
/* CSS Document */

/* This design is not a template. Please do not use this code without my permission.
     -Bruce */
p {font-family:Arial, Helvetica, sans-serif; font-size:.8em}
h3 {font-family:Arial, Helvetica, sans-serif}
#body {background: rgb(27,24,125) url(background.gif) left top repeat-x;
	   margin: 0 auto;
}

/*Floating stripes*/

#intitle {background: transparent url(test.png) left top repeat-x;
		  height:100px;
		  margin:0 auto;
		  z-index:2;
		  position:relative;
}

/* Left CREW II icon */

#icon {background: transparent url(crewicon.png) left top no-repeat;
	   left:10px;
	   top:10px;
	   height:110px;
	   width:150px;
	   position:absolute;
	   z-index:1;
}

#title {background: transparent url(viral.png) left top no-repeat;
		width: 480px;
		height: 110px;
		position: relative;
		z-index:2;
		left:-100px;
		top:-80px;
		margin: 0 auto;
}

#container {z-index: 1;
			position:relative;
			top:-160px;
			left:0px;
			width: 600px;
			height: 1140px;
			background:rgb(242,242,239) url(content.gif) top right repeat-y;
			margin: 0 auto;
						
}



#text { font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
		position:absolute;
		width:450px;
		height:500;
		z-index:2;
		margin-left: 45px;
		margin-top:55px;
		border-top:rgb(57,47,34) solid 2px;
		border-bottom:rgb(57,47,34) solid 2px;
}

#text p{ color:rgb(77,64,46)}
#text h3 {color:rgb(57,47,34);
}

/* All h3 elements in the text body */

#text span.alpha {border-bottom:rgb(57,47,34) dotted 1px;
			   	padding:3px
}



/* My author date of the material*/

#sig {font-family:Arial, Helvetica, sans-serif;
      font-weight:normal;
	  position:absolute;
		width:200px;
		height:100px;
		z-index:2;
		font-size:.8em;
		margin-top:10px;
		
}

/* First navigation container*/

#nav {z-index:9;
	  position: absolute; 
	  left:-160px;
	  top:100px;
	  background:transparent url(navbar.png) top left repeat-y;
	  height:300px;
	  width:200px;
	  	
}

/* Nav links*/

#navbar {height:250px;
		 width:140px;
		 position:absolute;
		 z-index:10;
		 padding:0;
		 margin-left:10px;
		 margin-top:40px;	
}

#navcont {margin-left:12px}


#navi {font-family:Arial, Helvetica, sans-serif;
       font-size:.7em;
}

/* Mouse over nav bar*/

#navbar a:visited {color:#DDD; text-decoration:none;}
#navbar a:link {color:#DDD}
#navbar a:focus {text-decoration:none}
#navbar a:hover {color:rgb(55,0,0); text-decoration:none;}
#navbar a:active {text-decoration:none}

#navbar li a {font-size:.8em;
			  border-bottom:1px dotted rgb(20,20,20);
			  text-decoration:none;
			  padding:1px;	  
}

#navbar li {padding:2px;
			list-style-image:url(pointer.png);
}


#nav2 {z-index:9;
	   position: absolute; 
	   left:-160px;
	   top:410px;
	   background:transparent url(navbar2.png) top left repeat-y;
	   height:300px;
	   width:200px;
}	  
	  
	  