html {
margin:0;
   padding:0;
   height:100%;
   font-family:"Verdana", Geneva, sans-serif;
}
body {
   margin:0;
   padding:0;
   height:100%;
   background: #DDDDDD;




}
#container {
   min-height:100%;
   position:relative;
   width:1024px;
   margin-left:auto;
   margin-right:auto;
   background: white; opacity: 1;
   



}
#header {
   background: url(img/logo_header.png)white;
   height:120px;
   width:1024px;
   position: fixed;
	
  }


#navigation {
   width:1024px;
   border-bottom:4px solid #DDDDDD;
   overflow:hidden;
   
   font-size: 130%;
   background: #DDDDDD;
   top: 120px;
	position: sticky;
	
	
	

}
#navigation ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#navigation ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#navigation ul li a {
   display:block;
   margin:0 0 0 5px;
   padding:3px 10px;
   color:#000000;
   text-decoration:none;
   line-height:1.3em;
   border-radius:0px 0px 0px 0px;
   <!-- background: linear-gradient(to bottom right, #c0c0c0, white, grey); -->
	background: #0000;
   <!-- box-shadow: 10px 10px 5px #888888; -->

}
#navigation ul li a:hover {
   background:#FFFFFF;
   color:#838383;
 
}
#navigation ul li a.active,
#navigation ul li a.active:hover {
   color:#fff;
   background:#8a8a8a;

   font-weight:bold;
}




#body {
   'padding:50px;
   'height: 600px;
   width:1000px;
   padding-left:10px;
   padding-right: 10px;
   padding-top: 150px;
   padding-bottom 30px;   /* Height of the footer */


}

#body ul li  {
  padding-bottom:10px;
}




#footer {
   position:absolute;
   bottom:0;
   height:30px;   /* Height of the footer */
   background:#6cf;
   width:100%;
}

#small {
	width: 70%;
	font-size:70%;
	font-style:normal; 
	color:#00000; 
	text-align:center;
}

h1 {font-size:150%;font-style:normal; color:#C12419; text-align:center;}
h2 {font-size:120%;font-style:italic; color:#C12419; text-align:center;}
h3 {text-align:center;}
h4 {font-size:100%;font-style:normal; color:#C12419; text-align:center;}
p {text-align:center;}