body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/pageBG3.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/hpPageBG.png);
} 
#container #warpper {
	background-image: url(../images/baseBallBG.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 907px;
	margin-left: 26px;
	margin-right: 26px;
}
#header {
	height: 160px;
	background-image: url(../images/headerBG.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 908px;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	margin-left: 10px;
	text-align: right;
}
#mainContent {
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 540px;
} 
#photo {
}
#nav {
	padding-left: 10px;
	height: 33px;
	background-color: #2B6550;
	width: 898px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#footer p {
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#socMedia {
	position:relative;
	left:650px;
	top:-110px;
	width:211px;
	height:53px;
	z-index:1;
	text-align: right;
}
#address {
	position:relative;
	left:650px;
	top:-125px;
	width:242px;
	height:100px;
	z-index:2;
	text-align: right;
}
#logo2 {
	position:relative;
	left:20px;
	top:3px;
	width:200px;
	height:115px;
	z-index:2;
}
#footer {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #E8E8E8;
}
#footer a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #600;
	text-decoration: none;
}
#footer a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E6550;
	text-decoration: underline;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #316550;
}

