body {
    background-attachment: scroll;
	background-image: url(img/bg_topstripe.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:0px;
	margin-left:0px;
    min-width: 700px;      /* 2x LC width + RC width */
}
#header {
	background-image: url(img/bg_table.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	height:128px;
	width:800px;
}
#container {
  padding-left: 210px;   /* LC width */
  padding-right: 200px;  /* RC width + CC padding*/
}
#container .column {
  position: relative;
  float: left;
}
#center {
    width: 100%;
    font-family: Rockwell;
	font-size: 14px;
	line-height: 25px;
	color: #001E4F;
	background-image: url(img/bg_content.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 20px;
}
#center h1 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
#left {
  width: 190px;          /* LC width */
  padding-right: 10px;
  padding-left:10px;
  right: 240px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 170px;          /* RC width */
  margin-right: -200px;  /* RC width */
  
}
#sidebar {
	margin-right:10px;
	margin-bottom:10px;
	font-family: Rockwell;
	font-size: 12px;
	color: #001E4F;
	/*background-color: #001E4F;*/
	background-image:url(img/bg_baseball2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	border: 1px solid #001E4F;
	text-align:center;

}

#sidebar h1 {
	font-family: Rockwell;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #001E4F;
	background-color: #FFFF99;
	border-bottom: 1px solid #001E4F;
	margin: 0px;
	padding: 3px;
}
#sidebar p {
    padding: 3px;
	margin-bottom:5px;
	margin-top:5px;
	line-height:18px;
	
}
.photo {
	margin: 5px;
	padding: 10px;
	border: 1px solid #001E4F;
	background-color: #FFFF99;
}

#footer {
    clear: both;
  	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
	height: 75px;
	margin-bottom: 0px;
	text-align:center;
	font: Arial, Helvetica, sans-serif;
	color:#001E4F;
	font-size:11px;
	text-transform:uppercase;
	width: 100%;
}
#footer p {
	padding-top: 5px;
	line-height:20px;
}
#footer a {
	text-decoration:none;
	color: #001E4F;
}
#footer a:hover,active {
	text-decoration:underline;
}
/*** IE6 Fix ***/
* html #left {
  left: 170px;           /* RC width */
  
}

#facility {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #001E4F;
}
#facility img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FEF431;
}
#facility h2 {
	font-family: Rockwell;
	font-size: 16px;
	color: #FFFF99;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #001E4F;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	height:inherit;
}
#center a {
	color: #990000;
	text-decoration: none;
}
#center a:hover,active {
	text-decoration: underline;
}
