html {
	margin: 0;
	padding: 0;
	background-color: #fffff7;
}

body {
	width: 100%;
  	font: 12px Helvetica, Arial, Tahoma, Verdana, sans-serif;
  	color: #71787e;
  	margin: auto;
  	padding: 0;
}

/* HEADER and MAIN NAV */

header {
	clear: both;
	width: 600px;
	height: 361px;
	margin: 0px auto;
	padding: 0px;
}


/* TOP NAV */

	
nav  {
	display: block; 
	left: 0;  
    width: 100%;
	height: 30px;
	background-color: #e1d9d0;
	border-top: 1px solid #b0a386;
	border-bottom: 1px solid #b0a386;
}
	
nav  ul {
	text-align: center;
	margin: 0 auto; 
    list-style: none;  
	padding-left: 100px;
}

nav  ul li {
	float: left;
}

nav  ul li a {
	font size: 14px;
	display: block;
	padding: 8px;
	color: 	#656856;
	border-right: 1px solid #b0a386;
	background-color: #e1d9d0; 
    text-decoration: none;  
}

nav ul li a.first {
	border-left: 1px solid #b0a386;
}

nav  ul li a:hover {
	color: 	#656856;
  	text-decoration: none;
	background-color: #b9bba0;
}

	

/* MAIN */


#content {
	clear: both;
	margin: 10px auto;
	width: 100%;
	padding: 0;
} 

#content p {
	text-align: justify;
	padding: 10px;
}


#content h1 {
	font-size: 18px;
	border-bottom: 2px solid #71787e;
	padding: 10px;
}


article {
	margin-left: 0px;
	margin-top: 0px;
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
}

article p {
	text-align: left;
}

article p.title {
	text-transform: capitalize;
	font-size: 16px;
}

article p.foot {
	border-top: 2px solid #aaabb0;
	padding-top: 8px;
	padding-left: 2px;
	padding-bottom: 30px;
	font-size: 12px;
}







/* FOOTER */

footer {
	clear: both;
	width: 100%;
	margin: auto;
	padding: 10px 0px 0px 0px;
}

footer p {
	border-top: 0px solid #a2a67e;
	padding: 10px;
	text-align: right;
}




a:link {
	color: #656856;
  	text-decoration: none;
  	font-size: 12px;
}

a:active {
	color: #656856;
  	text-decoration: none;
  	font-size: 12px;
}

a:visited {
	color: #656856;
 	text-decoration: none;
 	font-size: 12px;
}

a:hover {
	color: #656856;
  	text-decoration: underline;
  	font-size: 12px;
}

a img {
  	border-style: none;
}


