body {
  text-align: center;
	color: #333333;
	font-family: Trebuchet MS, Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	border-style: none;
	background-color: #d2d6d9;
	text-decoration: none;
	color: teal;		
	/*Window Scroll Bar Style*/
	
	overflow-y: scroll;
	scrollbar-face-color: #9f6000;
  scrollbar-highlight-color: #ffffff; 
  scrollbar-shadow-color: #ffffff; 
  scrollbar-3dlight-color: #9f6000; 
  scrollbar-arrow-color: #ffffff; 
  scrollbar-track-color: #eeeeee; 
  scrollbar-darkshadow-color: #9f6000; 
  scrollbar-base-color: #333333;
}

/* The container for the main text block and side bar */

#container {
	width: 800px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-color: #eeeeee;
}

#container1 {
	width: 474px;
	height: 321px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/back1.jpg);
}

#sidebar {
  text-decoration: none;
	color: teal;
  font-family: Comic Sans MS, Trebuchet MS;
	font-size: 80%;
	text-align: top;
	height: 450px;
  width: 150px;
	background-color: #e0f467;
	background-repeat: repeat;
	margin: 0px;
	border: 0px;
	
}

#title {	
text-align: center;
text-decoration: none;
	color: white;
  font-family: Comic Sans MS, Trebuchet MS;
	font-size: 150%;
	text-align: middle;
	

}	

/* Header Banner */
 
#banner {
  width: 800px;
	height: 40px;
	background-image: url(images/menubar.gif);
	background-repeat: no-repeat;
	margin: 0px auto 0px 0px;
} 

#menu-bar {
	width: 800px;
	height: 35px;
	background-image: url(images/menubar2.gif);
	background-repeat: no-repeat;
	margin: 0px auto 0px 0px;
	position: relative;

}


