@media print
{
	#navigation, #header
	{
	display: none;
	}	
}


/******* body/text styles *******/
body 
{
background: #fff url(images/stripe.png);
	background-repeat: repeat;
}
hr
{
border: 1px solid black;
}

body#index a#index,
body#rain a#rain,
body#schedule a#schedule,
body#events a#events,
body#info a#info,
body#faq a#faq,
body#Mschedule a#Mschedule,
body#softball a#softball,
body#portal a#portal,
body#contact a#contact,
body#allstar a#allstar,
body#resources a#resources
{
	
	background:  url(images/baseball16.png) left no-repeat;
	/*background-repeat: no-repeat;*/
	padding-left: 20px;
	background-position: 0 0;
	
} 


/***** images *******/
img.llLogo
{
position: absolute; top:10; 
margin-left: auto;
margin-right: auto;
}
img.home
{
align: center;
border: 0;
}

/***** main container *******/
#container
{
position:relative;
top: 0;
width:825px;
margin-left: auto;
margin-right: auto;
background-color:#FF6600;
font-family: arial, sans-serif;
overflow:hidden;
border-right: 1px solid #FF6600;
border-left: 1px solid #FF6600;
border-top: 15px solid #FF6600;
}

/***** divs *******/
#header
{
	float:left;
	width: 825px;
	padding: 5px 5px 10px 5px;
	text-align:center;
	background-color:black;
}
#content
{
	float:right;
	width: 620px; min-height: 975px;
	padding: 5px 8px 5px 8px;
	text-align:left;
	background-color:#FF6600;
	border-left: 2px solid #000000;
	
}
#navigation{
	position:absolute;
	top:232px;
	left:0px;
	width: 180px; height: 500px;
	background-color:#FF6600;
	text-align: center;
	padding-top:15px;
	height: 469px;
}

#navigation a:link {
color:#336699; 
text-decoration:none;
font-size:18px
}
#navigation a:visited {

text-decoration:none;
font-size:18px
}
#navigation a:hover {
 color:#FFCC66;
  text-decoration:none;
  font-size:18px
 }

a:link  { color:#336699; text-decoration:underline; }
a:visited { text-decoration:underline; }
a:hover {color:#FFCC66;; text-decoration:underline; }

