/* CSS Document */


#bunnerArea {
	clear:both;
	width:720px;
	margin:0px;
	padding:0px 0px 30px;
}

#bunnerArea p {
	width:150px;
	float:right;
	margin:20px 0px 0px 30px;
	padding:0px;
}



#bunnerArea:after{
	font-size: 0;
	clear: both;
	content: ".";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	line-height: 0; 

}