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

html {background: #baffff;
	}
	
/* ---- Style for entire screen ---- */

body {
	border:1px solid black;
	width:800px;
	margin:0 auto;
	padding:0.5em;
	font-family: Ariel, Helvetica, sans-serif;
	background:White;
	font-size: 1em;
}

/* ---- Style for page header ---- */

header {
	background: #baffff;
	background-image: url("selena_gomez.banner.png");
	background-repeat: no-repeat;
}

/* ---- Style for page navigation ---- */

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

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

/* ---- Style for main section of body ---- */

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

img{
	width: 350px;
}

/* ---- Style for page footer ---- */

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