
	/*****************************************************************/
	/* Base																			  */
	/*****************************************************************/
	
	body
	{
		background-color:#3D2A4E;
		background-image:url('../../../images/skins/paint_lavender/background.png');
	}
	
	div.footer,
	div.footer a,
	input,textarea
	{
		color:#9F86B6;
	}
	
	/*****************************************************************/
	/* Buttons																		  */
	/*****************************************************************/
	
	a.buttonFooter
	{
		background-image:url('../../../images/skins/paint_lavender/footer_button.png');
	}
	
	/*****************************************************************/
	/* Content																		  */
	/*****************************************************************/	

	 	/**************************************************************/	
		/* Information box														  */
		/**************************************************************/
		
		div.informationBox div.informationBoxTop
		{
			background-image:url('../../../images/skins/paint_lavender/content_top.png');
		}

		div.informationBox div.informationBoxMiddle
		{
			background-image:url('../../../images/skins/paint_lavender/content_background.png');
		}

		div.informationBox div.informationBoxBottom
		{
			background-image:url('../../../images/skins/paint_lavender/content_bottom.png');
		}
	
 	/*****************************************************************/	
	/* Footer																		  */
	/*****************************************************************/
	
	div.footer
	{
		background-image:url('../../../images/skins/paint_lavender/footer_background.png');
	}
	
	/*********	div.footer div.footerContent div.footerContentNewsletter
		{
			background-image:url('../../../images/skins/paint_lavender/mailing_background.png');
		}
	********************/
		div.footer div.footerContent form.footerContentContactForm div.footerContentContactFormLine .footerContentContactFormElement,
		div.footer div.footerContent form.footerContentNewsletterForm div.footerContentNewsletterFormLine .footerContentNewsletterFormElement
		{
			background-color:#372646;
			border-top-color:#291c34;
			border-bottom-color:#553A6C;	
		}
		
		div.footer div.footerContent div.footerContentCopyright
		{
			border-top-color:#49325E;
		}
