/* ---- Style for entire screen ---- */
html {
	background: #d3a58e;
}
body {
	border:1px solid black; 
	width:1000px;
	margin:0 auto; 
	padding:0.5em;    
	font-family: Arial, Helvetica, sans-serif;
	background:white;
	font-size: 1.5em;
}

/* ---- Style for page header ---- */
header {
	background: #dac4b6;
}

/* ---- Style for page navigation ---- */
nav {
	background: #dac4b6;
	padding-left: 0.5em;
}
	nav a, ul a{
	font-size: 1em;
	padding-right:0.8em;
	text-decoration:none
}
	
/* ---- Style for main section of body ---- */
	
img{
		width: 400px;
}
	
	/* ---- Style for page footer ---- */
Footer {
	height:20px;
	width: 350px;
	background:#dac4b6;
	font-size:0.8em
}
/* ---- Style for section ---- */
Section{
	Font-size:0.9
}
