/*

++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++
++++			MAIN STYLING				++++
++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++

		Colours:
	---------------------------------------
	
		Sollis Green	: #6EAB23
		Light Green		: #54A32A
		Bright Green	: #109832
		Dark Grey		: #8B8989
		Light Grey		: #E5E5E5
		
	---------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++

*/

body{
	text-align:center;
}
/*

#header{
	margin-left: auto;
	margin-right: auto;
}


#flashContent{
	margin-left: auto;
	margin-right: auto;
}

#content{
	margin-left: auto;
	margin-right: auto;
}

#footer{
	margin-left: auto;
	margin-right: auto;
}
*/
#centering{
	width					: 788px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 54px;
	text-align:left;
	position:relative;
	overflow:hidden;
}
#header ul li ul{
	/*visibility				: visible;*/
	margin-left				: 55px;
}

/*

++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++
++++				CLASSES					++++
++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++

*/

.quote {
	border: solid 1px #eee;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background-color: #eee;
	text-align: justify;
	font-style: italic;
}

.quote span {
	font-weight: normal;
	color: #6dac1f;
	font-style: normal;
}

.padded{
	padding:5px 0px;
}