@charset "utf-8";




#leftContent {
	width: 410px;
	float: right;
	clear: both;
	margin: 10px 0px;
}


#leftContent p a{
	text-decoration: none;
	color: #000;
}
#centerBar {
	float: left;
	width: 500px;

}
#courseCategories {

}
#courseCategories p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 35px;
	float: left;
	width: 135px;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 5px;
}

#courseCategories a {
	text-decoration: none;
	color: #000;
	display: block;
}
#courseCategories p:hover a{
	background: #666;
	color: #FFF;
	border-right: 2px solid #CC0001;
}

#courseCategories img {
	float: left;
	clear: both;
	width: 30px;
	height: 30px;
	padding-right: 5px;
}
#softwarePurchase {
	height: 60px;
	margin-left: 10px;
}
#softwarePurchase a {
	text-decoration: none;
	color: #000;
}
#softwarePurchase img {
	float: left;

}
#softwarePurchase p {
	margin: 0px 90px 0px 20px;
	padding-top: 20px;
}
#advert {
	border-right: 1px solid #CBD9D9;
	border-bottom: 5px solid #CBD9D9;
	border-top: 1px solid #CBD9D9;
	border-left: 1px solid #CBD9D9;
	padding-bottom: 10px;
}
