.content .side1{
	width:500px;
	float:left;
}
.content .side2{
	width:445px;
	float:right;
}
.content .side2 .box1{
	padding:10px;
	width:130px;
	float:left;
	background:transparent url(images/category.png) repeat-y top left;
}
.content .side2 .box2{
	padding:10px;
	padding-left:5px;
	width:252px;
	float:right;
	background:transparent url(images/box2.png) no-repeat top left;
}

/*Posts*/
.posts .postdescription{
	padding:6px 6px;
	color:#3F3F3F;
}

/*Listing*/
.bluelisting{
	margin-top:2px;
	width: 130px;; /*width of menu*/
}
* html .bluelisting ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 130px;
}

.redlisting{
	margin-top:2px;
	width: 120px; /*width of menu*/
}
* html .redlisting ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 110px;
}