body
			{
				background-color: goldenrod;
				background: url('images/tile.gif');
			}
		
			#tag
			{
				border:none;
				color:#830000;
			}
			
			#layout
			{
				width: 800px;
				border: groove;
				background-color: goldenrod;
				background: url('images/blank.gif');
			}
			#banner
			{
				width:
				border-style: groove;
			}
			
			#links
			{
				color: black;
				width: 100%;
			}
			
			#links a
			{
				color: black;
				font-weight: bold;
				font-size: 1.25em;
			}
			
			#content 
			{
				font-size: 1.5em;
				border:none;
			}
			
			#contacts
			{
				border-top: groove;
				font-size: .9em;
			}
			
			#contacts td
			{
				text-align:center;
			}
			
			.medhr
			{
				width: 75%;
			}
			
			.heading
			{
				font-weight: bold;
				text-decoration:none;
			}
			
			ul
			{
				padding:0;
				margin:0;
				width: 90%;
			}
			
			.hrsmall
			{
				width:50%;
			}
			
			p
			{
				text-align: left;
				position: relative;
				width: 30em;
				text-indent:2em;
				padding:0;
				margin:0;
			}
			
			.schedule
			{
				text-align: left;
				position: relative;
				left: 2em;
				width: 20em;
			}
			
			.schedule ul
			{
				position:relative;
				left: 1em;
			}