@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */
  #header
  {
	  height: 17px;
	  background-image: url(../images/westside_studio.png);
	  background-position: right bottom;
	  margin-bottom: 9px;
  }
  #nav_main
  {
	  position:relative;
	  height: 145px;
	  /*background-image: url(../images/header_trans.png);*/
	  background-image: none;
  }
  #nav_main ul
  {
	  position:absolute;
	  margin-left: 215px;
	  margin-top: -37px;
  }
  .fader img
  {
    vertical-align: top;
  }
  .fader img.next
  {
        position: absolute;
        top: 0pt;
	left: 0pt;
  }
  #nav_main #current a
  {
/*	  background-image:none;*/
  }
}


