@import url(http://fonts.googleapis.com/css?family=EB+Garamond&v1);

body {
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-size: medium;
		line-height: 125%;
		background: #CCC;		
				}
				
#container {	width: 800px;
			margin-left: auto;
			margin-right: auto;
			background: #FFF;
			padding-left: 70px;
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 1400px;			
			}
			

#pageHeader h1 { font-family: "EB Garamond", serif;
			font-size: 300%;
			color: silver;
			text-shadow: 3px 3px 3px #000;
			background: orange url(left-facing-bird.jpg) no-repeat 575px 0px;
			 height: 170px;		
			 width: 800px;
			 border-bottom: 4px solid silver;
						}
						
#pageHeader h2 { position: absolute; 
				top: 75px;
				font-family: "EB Garamond", serif;
				color: silver;
				text-shadow: 3px 3px 3px #000;
				font-size: 200%;
				}

h3 { color: #993333;
}
a:link { color: #993333;
		text-decoration: none;
}
a:hover { color: #009900;
		 text-decoration: none;
}

a:visited { color: #663399;
		text-decoration: none;
}




			
#intro { float: left;
		width: 520px;
		
		}
		
#supportingText { float: left;
				width: 520px;
				
		}
		

			
#linkList { margin-left: 540px;
			padding-top: 190px;
			padding-left: 10px;		
		}
		
#footer { text-align: center;
	}