                               
/*  FPO -------------------------------------------------- */
  body                                             
  {
	/* 
		background:url(/static/fpo/contact.jpg) top center no-repeat #241919;
		*/
  }
                                  
/*  COLUMNS ---------------------------------------------- */
  #col_left
  {
    width:200px;
    margin-left:82px;
    margin-top:30px;
    float:left;
  }
  #col_left #admin_actions
  {
    margin-top:0;
  }
  #col_right                                             
  {
    color:#ffc;
    float:left;
    width:400px;
    margin-top:39px;
    margin-left:60px;
	  font-size:16px;
  }
	                              
/*  ELEMENTS --------------------------------------------- */

  div#col_right a
  {
    color:#ffc;
  }
  
  div#col_right a:hover
  {
    color:#241919;
    background-color:#ffc;
  }
  
	div#confirmation
	{
		color:#7f7f7f;
		width:500px;
		height:auto;
		border:1px #7f7f7f solid;
		background-color:#f6f6f6;
		padding:5px;
		margin-left: auto;
    margin-right: auto;
	}
	
	div#tel
	{
	  margin-top:4px;
  	margin-bottom:18px;
	}
	
	div#fax
	{
		margin-bottom:19px;
	}
	
	div.email
	{
		margin-bottom:19px;
	}
	
	#newsletter-form
	{
		margin-top:4px;
	}
	
	
	.seperator
	{
	  margin-top:-22px;
	}
	
	span.white
	{
	  font-size:15px;
	  color:white;
	  font-weight:bold;
	}