@charset "UTF-8";
/* CSS Document */

		body {
			background-image:url("/images/common/site_bkgrnd.jpg");
			background-position:top left;
			background-repeat:repeat;
			font-family:Tahoma, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000000;
			margin:0px;
			padding:0px;
		}
		
		#page-wrapper {
			width:950px;
			margin-left:auto;
			margin-right:auto;
		}
		
		.siteborder_left {
			background-image:url("/images/common/siteborder_left.png");
			background-position:right;
			background-repeat:repeat-y;
			width:20px;
			vertical-align:bottom;
		}

		.siteborder_right {
			background-image:url("/images/common/siteborder_right.png");
			background-position:left;
			background-repeat:repeat-y;
			width:20px;
			vertical-align:bottom;
		}
		
		.siteborderbottom_left {
			width:20px;
			vertical-align:bottom;
		}
		
		.siteborderbottom_right {
			width:20px;
			vertical-align:bottom;
		}
		
		.siteborderbottom {
			background-image:url("/images/common/siteborder_bottom.png");
			background-position:bottom;
			background-repeat:repeat-x;
		}
		
		#blackbar {
			background-image:url("/images/common/navigation/bar.jpg");
			background-position:top;
			background-repeat:repeat-x;
			width:100%;
			height:5px;
			position:relative;
		}
		
		#blue {
			background-image:url("/images/common/blue/bkgrnd.jpg");
			background-position:top;
			background-repeat:repeat-x;
			width:100%;
			height:96px;
			position:relative;
			text-align:left;
		}
		
		.blue_scripture, .red_scripture, .green_scripture {
			padding-left:50px;
		}
		
		#blue_logo, #red_logo, #green_logo {
			position:absolute;
			left:535px;
			top:-10px;
			width:266px;
			height:96px;
		}

		#red {
			background-image:url("/images/common/red/bkgrnd.jpg");
			background-position:top;
			background-repeat:repeat-x;
			width:100%;
			height:96px;
			position:relative;
			text-align:left;
		}
		
		#green {
			background-image:url("/images/common/green/bkgrnd.jpg");
			background-position:top;
			background-repeat:repeat-x;
			width:100%;
			height:96px;
			position:relative;
			text-align:left;
		}
				
		#brownbar {
			background-image:url("/images/common/brownbar.jpg");
			background-position:top;
			background-repeat:repeat-x;
			width:100%;
			height:6px;
			position:relative;
		}
		
		#content-area-football {
			background-image:url("/images/football/bkgrnd.jpg");
			background-position:top;
			background-repeat:repeat-x;
			height:501px;
			position:relative;
			text-align:left;
		}

		#content-area-softball {
			background-image:url("/images/softball/bkgrnd.jpg");
			background-position:top;
			background-repeat:repeat-x;
			height:501px;
			position:relative;
			text-align:left;
		}

		#content-area-bowling {
			background-image:url("/images/bowling/bkgrnd.jpg");
			background-position:top;
			background-repeat:repeat-x;
			height:501px;
			position:relative;
			text-align:left;
		}
		
		#content-area {
			padding:10px;
			position:relative;
			text-align:left;
		}

		
		#page_news {
			position:absolute;
			width:366px;
			top:15px;
			left:10px;
		}
		
		#page_news-content {	
			background-image:url("/images/common/elements/news_bottom.gif");
			background-position:bottom;
			background-repeat:no-repeat;
			width:100%;
			height:402px;
		
		}
		
		#page_news-content_text {
			padding-left:60px;
			line-height:17px;
			overflow:auto;
			height:402px;
			
		}

		#page_standings {
			position:absolute;
			width:274px;
			top:35px;
			left:380px;
		}

		#page_standings-content {	
			background-image:url("/images/common/elements/standings_bottom.gif");
			background-position:bottom;
			background-repeat:no-repeat;
			width:100%;
			height:323px;
		
		}
	
		#page_standings-content_text {
			padding-left:20px;
			margin-right:10px;
			height:315px;
			overflow:auto;
		}
		
		#page_schedules {
			position:absolute;
			width:228px;
			top:-20px;
			left:675px;
		}
		
		#page_schedules-content {	
			background-image:url("/images/common/elements/schedules_bottom.gif");
			background-position:bottom;
			background-repeat:no-repeat;
			width:100%;
			height:180px;
			position:relative;
			top:-10px;
		
		}
		
		#page_schedules-content_text {
			padding-left:20px;
			padding-top:5px;
			margin-right:10px;
			height:170px;
			overflow:auto;
			
		}
		
		#page_scores {
			position:absolute;
			width:247px;
			top:225px;
			left:660px;
		
		}

		#page_scores-content {	
			background-image:url("/images/common/elements/scores_bottom.gif");
			background-position:bottom;
			background-repeat:no-repeat;
			width:100%;
			height:167px;
		
		}

		#page_scores-content_text {
			padding-left:20px;
			margin-right:10px;
			height:160px;
			overflow:auto;
			
		}
		
		#othersites {
			position:absolute;
			top:-15px;/*485px;*/
			left:25px;
			z-index:100;
			text-align:left;
		}
		
		.box {	
			border-top:1px solid #666666;
			border-right:1px solid #333333;
			border-left:1px solid #666666;
			border-bottom:1px solid #333333;
		}
		
		.padding {
			padding:5px 10px 5px 10px;
			text-align:left;
		}

