/* CSS Document */
  <style type="text/css">
  body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
	}
  #wrapper {
		width:100%;
		height:100%;
		margin:0px auto;
		/* border:1px solid #bbb; */
		padding:10px;
		border-color: red;
	}
  #header {
		border:1px solid brown;
		height: 40px;
		padding:2px;

		font-family: "new century schoolbook", serif;	
		/* background-color: gray; */
		background-color: rgb(51,51,51); 
		/* background-color: rgb(165,42,42); */
		
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
		height:100%;
		
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
		border:1px solid #bbb;
    	float:left;
	}
	
  #wrapper-tabs {
		width:100%;
		height:100%;
		margin:0px auto;
		/* border:1px solid #bbb; */
		padding:10px;
		border-color: red;
	}
	
	/* 
	* The wrapper div for the tabs for shows 
	* this is a special middle that only appears on the tabs page
	*/
  #content-middle-tabs {
	    position: absolute;	
		left:15%;
		top: 13%;
		padding:2px;
	 
	}	

  #header-tabs {
	    position: absolute;
		border:1px solid brown;
		height: 40px;
		padding:2px;
		font-family: "new century schoolbook", serif;	
		background-color: rgb(51,51,51); 
		width: 100%;		
		top: 3%;
		left: 1%;
	}
	
  #content-left-tabs {
    position: absolute;
  	width:11%;
	top: 13%;
  	height: 425px; 	
    background-image: url(../images/BackgroundImages/AnimatedBackgrounds.gif); 
	font-family: "new century schoolbook", serif;
	font-size:12px;		
	color: white;
	background-color: black;
	border-color: red;
	padding: 2px;
	left: 1%;
	}
		
  #content-left {
  	width:11%;
  	height: 425px; 	
    background-image: url(../images/BackgroundImages/AnimatedBackgrounds.gif); 
	font-family: "new century schoolbook", serif;
	font-size:12px;		
	color: white;
	background-color: black;
	border-color: red;
}



	
  #content-box1, #content-box2 {
		padding:10px;
		/* border:1px solid #bbb; */
   		position:absolute;
	 	height:90%;

	}
  #content-box1 {
		margin-left:13%;
		width:40%;
    	font-family:arial,helvetica,sans-serif;
		font-size:12px;
	}
  #content-box2 {
		margin-left:55%;
		width:40%;
    	font-family:arial,helvetica,sans-serif;
		font-size:12px;		
	}
	#floatright { float: right; border:2px solid #bbb;}

	#emphasisRed { color: brown; font-weight: bold;  font-family: Times-Roman; }
	#menulink {

	  color: white;
	  font-weight: bold;  font-family: Times-Roman; 
	}
	
	#first-letter {
	  font-family: Gothic, serif;
	  font-size: 250%;
	  float: left;
	}
	#floatleft { float: left; solid #bbb;}
	h2 {
	clear: right;
	}
	h3.specialh {
		color:red;
	}	
  </style>

