body, html {
	padding: 0;
	margin: 0;
}

.logo {
	clear: both;
}

#wrap {
	width:970px;
	margin:0 auto;
	background:#fff;
}

#header {
	background:#fff;
	margin-left: 145px;
	margin-top: 10;
	margin-bottom: 2px;
}

#nav {
	background:#fff;
}

#main {
	float:left;
	width: 500px;
	background:#fff;
}

#sidebar {
	float: right;
	width: 470px;
	background:#fff;
}

#subheader {
	background:#fff;
	margin-left: 200px;
	margin-top: 0;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	background:#9c9c9c;
}

.team {
    background-image: url(/images/main_bgtile.png);
    border: 1px solid #8F8F8F;
    height: 160px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
    padding: 11px;
    width: 300px;
}

.teamID {
	font-size: 20px;
	font-weight: bold;
}

.captain {
	font-size: 11px;
	font-weight: bold;
}

#crafty {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
}

.Roster {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-left: 25px;
	text-decoration: none;
	line-height: 24px;
}
a:link.Roster {
	color: blue;
	text-decoration: none;
}
a:visited.Roster {
	color: #606060;
	text-decoration: none;
}
a:active.Roster {
	color: red;
	text-decoration: none;
}
a:hover.Roster {
	color: red;
	text-decoration: none;
}
