/* Teal Notes */

.tealnotes {
}

/* Orange Notes */

.orangenotes {
	margin-bottom: 20px;
	background: #FF8C46 url(img/img6.gif) no-repeat left bottom;
	color:#FFFFFF;
}

.orangenotes .heading {
	height: 20px;
	padding: 10px;
	background: url(img/img7.gif) repeat-x left center;
}

.orangenotes .content {
	padding: 0 20px 60px 20px;
}

/* Green Notes */

.greennotes {
	margin-top: 10px;
	margin-bottom: 20px;
	background: #AEE63F url(img/img4.gif) no-repeat left bottom;
}

.greennotes .heading {
	height: 10px;
	padding: 10px;
	background: url(img/img5.gif) repeat-x left center;
}

.greennotes .content {
	padding: 0 20px 60px 20px;
}

/* Archives */

#archives2 {
	clear: right;
	float: right;
	width: 200px;
}

/* Categories */

#categories2 {
	clear: right;
	float: right;
	width: 200px;
}

/* Blogroll */

#blogroll2 {
	clear: right;
	float: right;
	width: 160px;
}