/* colours from wellstyled.com */
.primary-1 { background-color: #530FAD }
.primary-2 { background-color: #4F2982 }
.primary-3 { background-color: #330570 }
.primary-4 { background-color: #8243D6 }
.primary-5 { background-color: #996AD6 }
 

		html, body 		{ margin: 0; padding: 0; }
		body 			{ background: #530FAD; color: white; font: 14px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #996AD6; }
		h3				{ color: #996AD6; }
		a				{ color: #BFB230; }
		p				{ margin: 0 0 18px; }
		strong			{ font-size: larger; color: #FF8C00 }
		#wrapper		{ float: left; width: 100%; margin-left: -225px; }
		
		/* Header */
		#header			{ background: #330570; border-bottom: 2px solid #ccc; }
		#header h1  	{ color: white; margin: 0 0 0px; padding: 24px 18px 0; }
		#header p		{ color: white; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation		{ background: #4F2982; border-bottom: 1px solid #ccc; padding-right: 18px; }
		#navigation ul	{ color: white; padding: 0 18px 9px; list-style: none }
		#extra			{ font-size: 12px; border-bottom: 1px solid #ccc; padding-right: 18px; }
		#extra h2		{ font-size: 14px; font-weight: bold;}
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: right; width: 200px; }
		#content		{ margin-left: 243px; }
		#extra			{ background: #4F2982; float: right; clear: right; width: 200px; }
		
		/* Footer */
		#footer			{ background: #4F2982; border-top: 1px solid #ccc; border-bottom: 2px solid #ccc; clear: both; width: 100%; }
		#footer a		{ color: #BFB230; }
		#footer	p		{ color: white; font-size: 11px; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

		picture1		{
							float: right;
						}



