#left {
	width: 280px;
	float: left;
	height: 675px;
	background-image: url(imagesleftbg.gif);
	border: 1px solid #e6e6e6;
}
#left ul{
	background-image: url(imagestitle1.jpg);
	background-repeat: repeat-x;
	height:228px;
}

#left ul h3{
	color:#FFF;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:10px;
}
#left ul li{
	padding-left:24px;
	line-height:22px;
	background-image: url(imagescenter-title.png);
	background-position: 10px;
	background-repeat: no-repeat;
}
#right{
	float:left;
	margin-left:15px;
	width:631px;
}
#right h3{
	margin-left:20px;
	margin-top:10px;
}
#right ul{
	margin-top:20px;
	border: 1px solid #e6e6e6;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	margin-bottom:40px;
	
}
#right ul li{
	line-height:120%;
	font-size:13px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	margin-top:10px;
}
#right ul li a{

	margin-left:20px;
	
}
.date{
	float:right;
}
#page{
	clear:both;
	background-image:url(imagespagebg.png);
	margin-top:10px;
	height:20px;
	text-align:center;
}