body {
background-image:url(../images/picture-promotional.jpg);background-position:center; 
margin: 0; padding: 0;
}
a {
	text-decoration: none;
}
/* -------------------------- Header above nav links -------------------------- */
#masthead {<link rel="stylesheet" type="text/css" href="styles.css">
	margin: 0; padding-top: 1px;
	background-color:#D61A14;
	color: #FFFFFF;
	}
	
#masthead h1 {
	font-size: xx-large;
	padding: 0 1em;
	text-align:center;
	}

#masthead a:link {color: #000000}     /* unvisited link */
#masthead a:visited {color: #0000FF}  /* visited link */
#masthead a:hover {color: #FF0000}   /* mouse over link */
#masthead a:active {color: #000099}   /* selected link */
/* ---------------------------- Navigation links ------------------------------------ */
#navlinks {
	margin: 0; padding: 0.5em 3em;
	background-color:#CCCCCC; color: #FFF;
}

#navlinks li {
	display:inline;
	margin-right:0.5em; padding-right:0.75em;
	border-right: 1px solid #99c;
	font-weight: bold;
	
}	

#navlinks li.last {
	border-right: 0;
	margin-top: 0em;
	}
	
#navlinks a {
	color:#333333;
	}
/*  Default Content Styles - css code for each indervidual web page is located in the head of the document rule applys to content ONLY*/

/* --------------------------- footer styles --------------------------------- */

#footer {
	clear: both;
	padding: 1.5em 3em;
	background-color:#D61A14;
	color:#FFFFFF;
}

#footer p {
	margin: 0;
	text-align:center
}

#footer a {
	color:#FFFFFF;
}