body {
	
	background: #D3AC9E url('../images/Articles.jpg') no-repeat top center fixed;
	margin: 0 0 4% 0;
	padding: 0;
	font-family:Georgia, serif;
	font-size: 1.1em;
	color: #79513F;
	
	line-height: 1.5em;
}

#header {
 width: 75%;
 position:relative;
 font-family:Garamond, Georgia, serif;
 margin-top: 2%; 
 margin-left:2%;
 padding: 5%;
 height: 155px;
 
}
#logocirc{

position:absolute;
top: 15%;
left:0%;
}
#header h1 {
	padding: 10px 0;
	color: #F9EEEA;
	text-shadow:
     3px  3px 0 #79513F,
    -1px -1px 0 #79513F,  
     1px -1px 0 #79513F,
    -1px  1px 0 #79513F,
     1px  1px 0 #79513F;
	font-size: 2.5.0em;
	letter-spacing: 0.5em;
	margin: 0;
	text-align: center;
}
#header h2 {
	
	color: #F9EEEA;
	font-size: 1.25em;
	margin: 0;
	text-align: center;
	text-decoration: none;
}

#nav {
	width: auto;
	padding: 0 0 0 10%;
	margin-left:15%;
	height:3%;
	
   
	
}

#nav li {
	list-style: none;
	margin-left:20px;
	background-color:#DCBDA8;
   border-radius:20px;
   border:1px solid #333029;
   display:inline-block;
   color:#79513F;
   font-family:Garamond, Georgia, serif;
   font-size:1.0em;
   font-weight:bold;
   padding:10px;
  	text-decoration:none;
   }       
        
#nav li a:hover {
	
	background-color:#D3B49F;
	
}

#nav li #current {
	background-color:#C19A89; 
}


#container {
width: 75%;
 position:relative;
 font-family: Georgia, serif;
 color:#452421;
 margin-top: 1%; 
 margin-left:2%;
 padding: 2% 10%	2% 10%;
 
}

#content {
	background-color:#F9EEEA;
	opacity: 0.7;
	margin-left: 2%;
	padding:1%;
	
}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color:#79513F;
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:active {
	background: transparent;
	color: #111;
}


span{
font-size:1.2em;
}
