@charset "utf-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #165387;
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: center;
	background-color: #CC6C30;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 10px;
	background-color: #FFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
	background-color: #FFF;
	text-align: center;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 150px;
	padding: 15px 10px 15px 20px;
	color: #F2F2E2;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	a:link {
	color: #009;
	font-weight: bold;
	text-decoration: none;
}
	a:active {
	color: #009;
	font-weight: bold;
	text-decoration: none;
}
	a:visited {
	color: #009;
	font-weight: bolder;
	text-decoration: none;
}
	a:hover {
	color: #ff0000;
	font-weight: bolder;
	background-color: #FF0;
	text-decoration: none;
}

.thrColFixHdr #sidebar2 {
	float: right;
	width: 160px;
	padding: 15px 10px 15px 20px; 
}
.thrColFixHdr #mainContent {
	background-image: url(ArtWork/baseball_800x692.gif);
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	border-top-color: #165387;
	border-right-color: #165387;
	border-bottom-color: #165387;
	border-left-color: #165387;

} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #165387;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
	background-color: #165387;
	font-style: italic;
	font-weight: bold;
	color: #CC6C30;
	font-size: small;
}
.thrColFixHdr #footerAD {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 200px;
	text-align: center;
	border-top-color: #165387;
	border-right-color: #165387;
	border-bottom-color: #165387;
	border-left-color: #165387;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
