﻿/* DIV tags */
#navigation {
	padding: 5px;
	font-family: arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 100%;
	font-size: 12px;
	width: 950px;
	float: left;
	clear: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	margin-bottom: 0px;
}
body {
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	width: 960px;
}
#masthead {
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/baseball-in-grass.jpg');
	background-repeat: no-repeat;
	height: 150px;
	float: left;
	clear: none;
	width: 960px;
}
#iMenu {
	width: 660px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
#column_l {
	margin: 0px;
	float: left;
	width: 660px;
	clear: both;
	height: 100%;
}
#column_r {
	float: left;
	clear: left;
	width: 220px;
}
#content {
	background-position: right top;
	padding: 0px;
	border: 0;
	height: 100%;
	float: left;
	width: 960px;
	margin-top: 0px;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
}
#footer {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 10 0 0 0;
	float: none;
	height: 75px;
	position: relative;
	text-align: center;
	border-top-color: #808080;
	border-top-style: solid;
	border-top-width: 1px;
}
{}
#container {
	width: 960px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	border: 2px none #C0C0C0;
	position: relative;
	clear: none;
	float: left;
}
#othernews {
	float: left;
	clear: none;
	width: 220px;
	margin-top: 15px;
}
#news {
	float: left;
	clear: none;
	width: 220px;
}

