/* -----[ CUSTOM CODE ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.CustomCode {
		position: relative;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	font-size: 1.2em;
	margin: 0 0 1em 0;
	line-height: 1.5;
	}



/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
	}

/* === [ Right Hand Container ] === */
	.home #cRS .CustomCode {
	background:url(/Templates/FishySteve/_images/panel-back.gif) top left no-repeat;
	padding-left:40px;
	}
	#cRS .CustomCode {
	}


