
h1 { font-family: 'Corben', Georgia, Times, serif; font-size: 18px;
    line-height: 23px; COLOR: #d5d5d4; }
	
p {
    font-family: 'Nobile', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px; COLOR: #d5d5d4; text-align: left }
 
a:link {
COLOR: #fdfefc; text-decoration: none; 
}
a:visited {
COLOR: #fdfefc; text-decoration: none; 
}
 
 #content {
  width: 720px ;
  margin-left: auto ;
  margin-right: auto ;
  padding-left: 0px;
}
 
#footer {
	COLOR: white;
	font-family: 'Nobile', Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	position:fixed;
bottom:10px;
width:100%;
		}
		
		
#navigation {
position: fixed;
top: 0;
width: 100%;
color: #ffffff;
height: 40px;
text-align: center;
padding-top: 15px;
/* Adds shadow to the bottom of the bar */
box-shadow: 0px 0px 8px 0px #000000;
/* Adds the transparent background */
background-color: rgba(1, 1, 1, 0.8);
color: rgba(1, 1, 1, 0.8);
}
#navigation a {
font-family: 'Corben', Georgia, Times, serif; font-size: 18px;
font-size: 18px;
padding-left: 14px;
padding-right: 14px;
color: white;
text-decoration: none;
}

#navigation a:hover {
color: #d5d5d4;
} 