/* -----[ BANNER ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.Banner {
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: center;
		clear: both;
	}
	.Banner img {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		display: block;
	}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
		margin: 0px 0px 20px 0px;
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
	}
/* === [ Right Hand Container ] === */
	#cNTop .Banner {
		margin: 0px 0px 0px 10px;
		float: right;
		clear: none;
		display: inline;
		width: auto;
	}

