/* CSS Document */
	body {
	font-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	background-color: #87CEFA;
	width: 650px;
	margin: 1em auto;
	
		  }
		  
	#header  {background-color:#004080; 
	          font-size: 14px; 
			  font-weight: bold; 
			  text-align: center;
			  padding-top: 5px;
			  padding-bottom: 5px;
			  margin-bottom: 20px;
			   }
			  
	h1 {
	    text-align: center; 
		color: #ffffff; }
		
	h3 {
	text-align: center;
	color: #000000;
}
#contact {
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	padding: 10px;
	margin-bottom: 40px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

#main {
	padding: 10px;
	margin-bottom: 40px;
}
li {
	list-style-image: url(../Thumbnails/Photography-icon.png);
	padding-top: 10px;
	font-style: italic;
	font-weight: bold;
}

#footer {
	text-align: center;
}
