/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, serif;
	color: #424B4D;
	background: #fff;
	background-image: url(http://www.emmasportfolio.com/files/gimgs/handenlinje3.jpg);
	background-repeat: no-repeat ;
	background-attachment:fixed;
	background-position: top left;
	}

a {
outline: 0;
} 

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; background-color:#ff4866; }
a:visited {text-decoration: none; color: #000000; }
a:hover { text-decoration: none;  background-color:#ff4866; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top:0;
    bottom: 0;
    left: 0;
    position: fixed;
    padding-top: 60px;
	padding-left: 30px;
    height: 100%;
    text-align: left;
   ;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 12px;
	font-family: Georgia, serif;
	line-height:1.5em;
	font-style: italic;
	
}

#menu ul li.section-title {
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, serif;
	font-style: normal;
	color: #1C2F38;
 }

#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
    padding-top: 30px;
    padding-left: 12px;
    
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 450px; margin-bottom: 9px;}




p {
    margin: 0 0 9px 0;
}

h1 { font-size: 16px;
       font-family: Georgia;
     font-weight: bold;
     font-style: italic;
     color:#87C665;}
h2 { font-size: 24px; 
     font-weight: bold;
     font-style: italic; }
h3 { font-size: 16px;
     font-weight: bold;
     font-style: italic; }
h3gr { font-size: 16px;
       font-family: Georgia;
     font-weight: bold;
     font-style: italic;
     color:#87C665;}
h3li { font-size: 16px;
     font-family: Georgia;
     font-weight: bold;
     font-style: italic;
     color:#AE75A1 ;
      }  
l1   {
     color:#336699 ; 
      
     }    
h4 { font-size: 12px; }
ind { font-size: 12px;
      color:#C2B5A9;}
h7  { font-size: 12px;
       font-family: Georgia;
     font-weight: bold;
     font-style: italic;
     color:#87C665;}     
#prev { font-size: 12px;
       font-family: Georgia;
     font-weight: bold;
     font-style: italic;
     color:#87C665;}  
#next { font-size: 12px;
     font-family: Georgia;
     font-weight: bold;
     font-style: italic;
     color:#87C665;}
     
a#prev:link { text-decoration:none; color:#87C665 }
a#prev:active {color:#08554C; text-decoration:none;  background-color:#ACC6F3; }
a#prev:visited { text-decoration: none;color:#87C665; }
a#prev:hover { color:#08554C; text-decoration: none;  background-color:#ACC6F3 ; }    

a#next:link { text-decoration:none; color:#87C665 }
a#next:active {color:#08554C; text-decoration:none;  background-color:#ACC6F3; }
a#next:visited { text-decoration: none;color:#87C665; }
a#next:hover { color:#08554C; text-decoration: none;  background-color:#ACC6F3 ; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
