
/*  FPO -------------------------------------------------- */
  body                                             
  {
  	/*
  	background:url(/static/fpo/about.jpg) top center no-repeat;
  	*/
  }

/*	COLUMNS ---------------------------------------------- */
  #col_left                                             
  {
  	color:#999;
   width:200px;        
   float:left;
   position:relative;
   left:83px;
   top:5px;
  }
  #col_right                                             
  {
  	color:#999;
   float:left;
   width:550px;
   position:relative;
   left:100px;
   top:14px;
  }

/** HOME ------------------------------------------------- */
	#intro
	{
		background:#f60;
		width:670px;
		height:210px;
	}
	#slideshow
	{
		color:#999;
	}
	div#copy
  {
    position:absolute;
    left:80px;
    top:30px;
  }
  
/*  ADMIN SUBNAVIGATION ---------------------------------------- */
  div.list ul
  {
   margin:0;
   padding:0;
  }
  div.list ul li
  {
   list-style:none;
  }
  div.list ul li a
  {
  	text-transform:uppercase;
   font-size:12px;
   line-height:29px;
  	letter-spacing:1px;
  }
  h1.active
  {
   color:#f90;
  }

  div.list ul li.active
  {
   color:#f90;
  }

  div.list ul li.active a
  {
   color:#f90;
  }
  
/* admin pages */
  #images_list
  {
    
  }
  
  #images_list .image
  {
    margin:0 0 10px 0;
    padding:0;
  }
  
  #images_list .image img
  {
    display:block;
  }
  #images_list .image a.admin_action_button
  {
    display:block;
    border:1px solid #f90;
    margin-top:-1px;
    width:192px;
  }