body{
	background: url(images/page_bodyBG.jpg) top no-repeat;
}
#mid_container {
	background: url(images/page_subbodyBG.jpg) repeat-x center top;
}
#navBar{
	margin-top: 0px;
	background: transparent;
	height: 33px;
}

#navBar ul li{
	margin: -4px 10px;
}
#player {
	float: left;
	width: 510px;
	margin: 24px 0;
}
#player_login {
	color: #000;
	list-style-type: none;
	padding-bottom: 10px;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 10px;
}
#player h2 {
	background:transparent url(images/h2BG.jpg) no-repeat scroll right bottom;	border-bottom:1px solid #CCCCCC;
	margin-bottom: 6px;
	padding-right:22px;
}
#right{
	width: 268px;
}
#right h2{
	border-bottom: 1px #999 solid;
}
#add_resources ul{
	list-style-type: none;
	margin-left:0;
	padding-left: 0;
}
#add_resources li{
	margin: 6px 0;
}
#add_resources a{
	background: #CC6600 url(images/star.gif) no-repeat left center;
	padding: 6px 6px 6px 20px;
	border: 1px outset #ffffcc;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
.commentlist img {
	width: 40px;
	border: 3px solid #fff;
	margin-right: 4px;
}
#add_resources a:hover{
		border: 1px inset #ffffcc;
}
#rec_courses a {
	background: #CC6600 url(images/pencil.gif) no-repeat 2px center;
	padding: 6px 6px 6px 20px;
	border: 1px outset #ffffcc;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
#rec_courses a:hover{
		border: 1px inset #ffffcc;
}
#rec_courses ul {
	list-style-type: none;
	margin-left:0;
	padding-left: 0;
}
#rec_courses li {
	margin: 6px 0;
}