





		div#header
		{
			width: auto;
			height: 53px;

			margin-right: 0.8em;			
			padding: 0;

			background: #ffffff url('/img/header_bg1.gif') repeat-x;

			text-align: right;
		}



		div#header a img
		{
			margin: auto auto auto 5px;

			float: left;
		}



		div#header2
		{
			width: auto;
			height: 208px;

			margin: 0;
			padding: 0;

			background: #D00000 url('/img/contact/header_bg2.jpg') repeat-x;
		}



		div#header2 a img
		{
			margin: auto auto auto 5px;

			float: left;
		}


		div#header3
		{
			width: auto;
			height: 18px;
                        color: #ffffff;

			margin: 0;
			padding: 0;

			background: #D00000 url('/img/contact/header_bg3.jpg') repeat-x;
			text-align: center;
		}



		div#header3 a
		{
                        color: #ffffff;
		}






		form#contact_form label
		{
			width: 6em;

			float: left;
		}



		form#contact_form input
		{
			border: 1px solid #a9a9a9;
		}



		form#contact_form textarea#msg
		{
			border: 1px solid #a9a9a9;
		}



		form#contact_form input#send
		{
			width: 80px;

			background-color: #ECE9D8;

			cursor: pointer;
		}



		form#contact_form input#send:hover
		{
			background-color: #ffffff;
		}



		* html input#send /* Only read by IE */
		{
			height: 20px;
		}



		div#contact_form_error
		{
			color: #D00000;

			margin-bottom: 50px;

			padding: 7px;

			background-color: #ffffff;

			border: 1px solid #D00000;
		}



		div#contact_form_error a
		{
			color: #D00000;

			font-weight: bold;
		}