@charset "utf-8";
/* CSS Document */

#quicknews, #quicklinks_container {
	float:right;
	margin-top:10px;
	margin-right:10px;
	}

#quicknews {
	background:url(../images/newsbck.png) no-repeat scroll;
	width:225px;
	margin-bottom:10px;
}

#quicknews p {
	width:100%;
	margin:0;
}

#quicknews h2 {
	margin-bottom:10px;
}
	
.ql-container {
	display:block;
	background:#fff url(../images/quicklink.png) no-repeat;
	width:225px;
	min-height:282px;
	margin-bottom:15px;
}

.ql-title {
	text-align:center;
	color:#fff;
	height:30px;
	font-weight:bold;
	font-size:16px;
	padding-top:10px;
	}

.ql-body img {
	margin-left:2px;
	}
	
.ql-body p {
	width:210px;
	margin:10px;
	}
	

