    @font-face {  
      font-family: 'Goudy_Old_Style';  /* IE */  
      src: url('/fonts/Goudy_Old_Style.eot'); 
    }  

    @font-face { 
      font-family: 'Goudy_Old_Style';   /* non-IE */  
      src: local('Gill'), url('/fonts/Goudy_Old_Style.ttf') format('truetype'); 
    }


    @font-face {  
      font-family: 'GillSans';  /* IE */  
      src: url('/fonts/GillSans.eot'); 
    }  

    @font-face { 
      font-family: 'GillSans';   /* non-IE */  
      src: local('Gill'), url('/fonts/GillSans.ttc') format('truetype'); 
    }

      :link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }


      /* typography */

body {
  font: normal 100% 'Goudy_Old_Style', 'Gill Sans', Verdana;
/*  font-size: 1.5em;		*/
}

h1, h2, h3, h4, h5 {
    font-family: 'Goudy_Old_Style', 'Monotype Corsiva, cursive',  verdana, helvetica; 
}


h2 {
    font-size: 14px;
}


h1 {
  font-weight: normal;
}


.nav_left {
 font-family: 'Goudy_Old_Style';
}

.nav_left ul {
  font-size: 0.8em;
}

.nav_left a.top  {
  font-size: 1.2em;
}
      /* colors */

a { 
  color: black; 
}

a:hover { 
  text-decoration: underline;
}

button {
  color:#000;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#FFF;
  border:0px solid;
}

button.btnhov {
  color: #ABABAB;
}


/* Default link color */
.nav_left ul li a {
 color: #ABABAB
}


/*** Active Page
------------------------------------------------------------*/

body.home div.nav_left a.home  {
  font-weight: bold;
  color: #000;
}



  
    body.contact div.nav_left ul li a.contact
      {
        color: #000;
      }
  
    body.Logg div.nav_left ul li a.Logg
      {
        color: #000;
      }
  
    body.Personae 210-3 div.nav_left ul li a.Personae 210-3
      {
        color: #000;
      }
  
    body.Smug 210 div.nav_left ul li a.Smug 210
      {
        color: #000;
      }
  
    body.D2 210-Men div.nav_left ul li a.D2 210-Men
      {
        color: #000;
      }
  
    body.Ofw 09-2 div.nav_left ul li a.Ofw 09-2
      {
        color: #000;
      }
  
    body.D2-210 tendens div.nav_left ul li a.D2-210 tendens
      {
        color: #000;
      }
  
    body.Northug/Ollson -Riva div.nav_left ul li a.Northug/Ollson -Riva
      {
        color: #000;
      }
  
    body.Personae 210-1 div.nav_left ul li a.Personae 210-1
      {
        color: #000;
      }
  
    body.ND-09-11 div.nav_left ul li a.ND-09-11
      {
        color: #000;
      }
  
    body.ND-09-06 div.nav_left ul li a.ND-09-06
      {
        color: #000;
      }
  
    body.Ofw 08-2 div.nav_left ul li a.Ofw 08-2
      {
        color: #000;
      }
  
    body.Ofw 09-1 div.nav_left ul li a.Ofw 09-1
      {
        color: #000;
      }
  
    body.Ss 08-Stocking div.nav_left ul li a.Ss 08-Stocking
      {
        color: #000;
      }
  


/*** Active Page  STOP
------------------------------------------------------------*/
      /* layout */

body {
  width: 1200px;
  margin: 60px auto 0 auto;
}

.wrapper {
  position: relative;
}

h1 {
  font-family: 'Gill Sans';
  font-weight: normal;
  font-size: 26px;
}


.nav_left {
 position: relative;
 float: left;
 text-align: left;
 margin: -5px 0 0 63px;
}

.nav_left ul {
 list-style: none;
 margin: 80px 0 0 -40px;
}


.nav_left li {
 margin: 0 0 0 0 ;
 line-height: 2em;
}
   
   
.slideshow {
 text-align: right;
 float: left;
 margin-left: 20px;
}

#header ul {
  margin: 10px 10px 23px ;
}

div.nav_left h1 {
  margin-left: -39px;
}

div.page_content {
  position: relative;
  left: 200px;
  padding: 85px;
}

.clearer {
 clear: both;
}

.controll {
 float: left;
 position: relative;
 z-index: 10;
 left:  63.6em;
}

body.home div.controll,
body.portraits-project div.controll {
 display: none;
}
