/** DEFAULT BANNER LAYOUT **/
div.banner {
	border: 1px solid #0084C8;
	overflow: hidden;
}

/** BANNER SIZES **/
div.full_banner {
	width: 468px;
	height: 60px;
}

/** BANNER LOCATIONS **/
div.banner_location_top_right {
	float:right;
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: none;
}

div.banner_location_top_right a {
	text-decoration: none;
}