/* -----[ 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;
		margin: 0px 0px 4px 0px;
		padding: 0px;
		text-align: center;
		clear: both;
	}
	.CustomCode h1 {
		margin: 0.2em 0;
		color: #858585;
		font-size: 120%;
		font-weight: bold;
		border-bottom: 1px solid #94B74D;
		text-align: left;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}

/* === [ Top Container ] === */
	#cT .CustomCode {
		font-size: 85%;
		color: #B1B8A5;
	}

