#login {
	height: 24px;
	padding: 2px 0 0 5px;
	background-image: url("../images/login_bg_home.jpg");
}

#main {
	background-image: url("../images/main_bg_home.gif");
}

#content {
	width: 461px;
	padding: 4px;
	float: left;
	background-image: url("../images/content_bg_home.gif");
}
#roster {
	width: 275px;
	float: left;
	background-image: url("../images/roster_bg.gif");
}

#players {
	background-image: url("../images/roster_playersbg.jpg");
	background-repeat: no-repeat;
	height: 255px;
}
#players ul {
	list-style: none;
}
#players ul li {
	list-style: none;
	float: left;
}
#players ul li.first {
	padding-left: 15px;
	padding-right: 17px;
}
#players ul li.last {
	padding-left: 16px;
}
#players ul li.upper {
	padding-top: 13px;
}
#players ul li.lower {
	padding-top: 12px;
}
#player {
	margin: 18px 0 0 0;
	text-align: center;
}

#matches {
	background-image: url("../images/roster_matchesbg.jpg");
	background-repeat: no-repeat;
	height: 159px;
	padding: 38px 22px 0 22px;
}
#forumposts {
	background-image: url("../images/roster_forumpostsbg.jpg");
	background-repeat: no-repeat;
	height: 160px;
	padding: 38px 22px 0 22px;
}
#community {
	background-image: url("../images/roster_communitybg.jpg");
	background-repeat: no-repeat;
	height: 192px;
	padding: 38px 22px 0 22px;
}


#matches table, #forumposts table, #community table {
	width: 233px;
}
#matches table tr td, #forumposts table tr td, #community table tr td {
	height: 21px;
	padding: 0 4px 0 4px; 
}

#matches .opponent { width: 120px; }
#matches .score { width: 43px; text-align: center; }
#matches .details { text-align: center; }

#forumposts .posts, #community .source {
	width: 20px;
	text-align: right;
}