.c1, .c2
	{
	width: 265px;
	padding: 0 10px 10px 10px;
	}
	
.c1 ul, .c2 ul
	{
	list-style: none;
	padding-left: 0;	
	margin: 0;
	}
	
.c1
	{
	float:left;
}

.c2
	{
	float:right;
}

/*the following is for IE box model*/	
* html .c1, * html .c2
	{
	width: 275px;
	padding: 0 10px 10px 10px;
	}

