
	
	body {
		background-color: #EDEDED;
		color: #000000;
		font-family: Arial, Geneva, sans-serif;
		font-size: 12px;
		
	}
	
	a:link {
		text-decoration: none;
	}
	
	a:visited {
		text-decoration: none;
		color: #CC3300;
	}
	
	a:hover {
		text-decoration: underline;
		color: #FF6600;
	}
	
	a:active {
		text-decoration: none;
		color: #CC3300;
	}
	
	#everything {
		position: relative;
		margin-top: 20px;
		margin-left: 90px;
		margin-right: auto;
		width: 775px;
		height: auto;
	}
	
	#heading {
		position: relative;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		width: 775px;
		height: 100px;
		background-image: url(http://www.webcasting.com/dhcr/top-graphic.gif);
		background-repeat: no-repeat;
	} 
	
	#heading h1 {
		position: absolute;
		margin-left: 607px;
		margin-right: 0;
		margin-top: 60px;
		width: 225px;
		height: 80px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FF9900;
		font-style: italic;
		}
	
	#main {
		position: relative;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		width: 900px;
		height: 500px;
		background-color: transparent;
	}
	
	#left {
		position: absolute;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		width: 330px;
		height: 500px;

			}
			
	#right {
		position: absolute;
		margin-top: 0;
		margin-right: 0;
		margin-left: 335px;
		width: 445px;
		height: 500px;
		background-color: #ffffff;
		border: #ACACAC solid 1px;
		}
	
	#agenda {
		position: absolute;
		margin-left: 4px;
		margin-right: 0;
		margin-top:0;
		}
	
	#player {
		position: absolute;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		width: 320px;
		height: 300px;
		z-index: 2;
	}
	#pitcher {
		position: absolute;
		margin-top: 315px;
		margin-left: 15px;
		width: 325px;
		height: 175px;
	}

	
	#p1 {
		position: absolute;
		margin-top: 0px;
		margin-left: 0px;
		width: 304px;
		height: 160px;
		background-color: #ffffff;
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-bottom: 2px solid #CCCCCC;
		border-right: 3px solid #CCCCCC;
		z-index: 88;
	}

	
	#controls {
		position: absolute;
		margin-top: 0;
		margin-left: 0;
		margin-right: 10px;
		width: 295px;
		height: 150px;
		padding: 5px;
		background-color: #ffffff;
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-bottom: 2px solid #CCCCCC;
		border-right: 3px solid #CCCCCC;
		z-index: 66;
	}
	
	table {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	

