/* General Style Info */
body {
	min-width: 720px;
	font-family: "frutiger linotype", "lucida grande", "helvetica", "arial", sans-serif;
	font-size: 11px;
}

/* Layout */
#container {
	padding-left: 10px;
	padding-right: 10px;
}

#container .column {
	position: relative;
	float: left;
}

#center {
	width: 100%;
	padding: 10px 10px;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
}

th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
}

table tr td {
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	vertical-align: top;
}

/*** IE6 Fix ***/
* html #left {
	left: 200px;
}

#roster {
    width: 100%;
}

#roster table tr td {
    text-align: left;
}

#free_agents {
    text-align: center;
}

#free_agents table {
    text-align: center;
    margins: 0 auto 0 auto;
}

#starts table th td {
    text-align: right;
}
