	body
	{
		margin: 0px;
		padding: 0;
		font:  14px/1.6em Arial, Verdana, sans-serif;
		text-align: center;
		color: #c0c0c0;
		background-color: #5c6d7f;
		background-image: url(images/background.jpg);
		background-position: left top;
	
		
		/* the following bit defines the look of scrollbars (when present) but only works in IE */
		scrollbar-base-color:#5c6d7f;
		scrollbar-highlight-color:#5c6d7f;
		scrollbar-shadow-color:#5c6d7f;
		scrollbar-arrow-color:#5c6d7f;
	}
	
	/* ---------------------------------------------------being defining hyperlinks for various classes */
	
	.path a:link {
		color: #C2660A;
		text-decoration: none;
	}
	.path a:visited {
		color: #C2660A;
		text-decoration: none;
	}
	.path a:hover {
		color: #323b45;
	}
	

	

	
	
	/*-------------------------------------------------------------end of hyperlink definitions */
	div.center {
	text-align: center;
	}
	#motherofitall /* this class defines the area containing the drop-shadow for the main container */
	{
	
		margin: 3em auto;
		background-repeat: no-repeat;
		width: 789px;
		height: 850px
	}
	#container /* this div contains everything, including the BOB SKON heading and footer with copyright info */
	{
		margin-left: 45px;
		margin-right: 43px;
		width: 700px;
		text-align: left;
		color: white;
	}
	#main  /* main contains everything below the horizontal blue and orange line, that is content and menu, but excluding the footer */
	{	
		overflow: hidden;
		background-image:url(images/bob8.jpg);
		background-color: #323b45;
		background-repeat: no-repeat;
		margin-right: 0px;
		height: 350px;
		padding: 0px 0px 0px 0px;
		
	}
	#mainsub  /* main contains everything below the horizontal blue and orange line, that is content and menu, but excluding the footer */
	{	
		overflow: hidden;
		background-image:url(images/main2_300.jpg);
		background-color: #E4DBE6;
		background-repeat: no-repeat;
		margin-right: 0px;
		height: 300px;
		padding: 0px 0px 0px 0px;
		
	}
	#header /* the header contains only the BOB SKON heading, currently set as a background, but an image may be placed in its place */
	{
		height: 60px;
		background-image: url(images/header.gif);
	}
	#header2 /* the header contains only the BOB SKON heading, currently set as a background, but an image may be placed in its place */
	{
		height: 30px;
		background-image: url(images/header4.jpg);
		margin-top:10px;
	}
	
	
	#playerwrap /* this wraps the wimpy player in the home page sidebar */
	{
		float: right;
		width: 425px;
		height: 344px;
		
	}
	#playeralt /* this wraps the wimpy player link on the bottom of the sidebar */
	{
		position: absolute;
		width: 235px;
		height: 142px;
		margin-top: 284px;
		text-align: center;

		
		
	}


	#sidebartext
	{
		margin-right: 20px;
		margin-top: 20px;
		color: white;
					
	}

	#logoright /* right side of container next to logo */
	{
		margin-top: 10px;
		float: left;
		width: 130px;
		text-align: right;
	}

	
	.reverse /* this class defines the look and alignement of the calendar featured in the "upcoming" section */
	{
		font: 100%/1em Arial, Verdana, sans-serif;
		text-align: center;
	}
	#content /* content refers to anything on the left hand side of the main div */
	{
	overflow: hidden;
	height: 426px;
	position: absolute;
	vertical-align: top;
	width: 403px;
	margin: 0 0 0 0px;
	text-align: justify;
	}
	#content div {
		filter:alpha(opacity=100);
		opacity: 1;
		-moz-opacity:1;
		}
	
	#contenttext
	{
		
		margin: 20px 0 0 20px;
		color: white;
		
				
	}
	#contenttextnt
	{
		margin-right: 20px;
		margin-top: 20px;
		color: white;
					
	}

	#footer	 /* footer currently contains copyright information, and may soon contain links to validation pages, if I ever clean up this code and make it worthy of validation */
	{
		clear: both;
		height: 25px;
		background-image: url(images/foote.gif);
		background-color: #292e34;
		z-index: 10;
		text-align: right;
		color: #248afc;
		font: 85%/1em Arial, Verdana, sans-serif;	
	}
	#frame	 /* frame seperates header, main and mainsub */
	{
		clear: both;
		height: 10px;
		background-color: #292e34;	
	}
	
	h1 /* basic heading */
	{
		text-indent: 10px;
		font: 50px Arial, Verdana, sans-serif;
		color: #292e34;
		font-weight: bold;				
	}
	img /* this removes pesky borders around images that are also hyperlinks */
	{
		border: 0;
		float: right;
	}
	.caption
	{ 
		color: #c0c0c0;
		text-transform: uppercase;
		font-size: 9px;
	}
	pre
	{
		color: white;
		font:  11px/1.6em Arial, Verdana, sans-serif;
	}
	#copyright
	{ 
		color: #C2660A;
		text-transform: uppercase;
		font-size: 12px;
	}
	
	.path
	{ 
		color: #323b45;
		font-size: 18px;
		font-weight: bold;
	}
	