/*---- Style for entire screen ---- */

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

	header {
		background: #FOE68C;
		background-image: url("csn_logo.png");
		background-repeat: no-repeat;
}		

/*---- Style for entire body ---- */

nav {
	background: #FOE68C;
	padding-left: 0.5em;
}

nav a{
	font-size: 0.8em;
	padding-right:0.8em;
}

/*---- Style for entire body ---- */

section{
	margin:10px 0 10px 0px;
}

img{
	width: 350px;
}

/*---- Style for entire body ---- */

footer {
	height:30px;
	background: #FOE68C;
}

footer p{
	font-family; 'Comic Sans MS", cursive,sans-serif;
	font-size: 0.8em;
	padding-top:10px;
	margin:10px 0 0 10px;
}