/*
CSS for Sheila Hart-Fowler Week 13 Assignment
*/
	
* {margin: 0;
	padding: 0;}
	
body {font-family: Baskerville, Georgia, "Times New Roman", Times; 
	color: black;
	font-size: .95em;
	line-height: 1.35em;}

#homebutton {background-color: #262424;
	width: 100%;
	height: 20em;}
	
#homebutton a {position: absolute;
	left:20px;
	top: 8px;
	padding-top: 5px;
	font-family: arial;
	font-size: .75em;
	text-decoration: none;
	letter-spacing: .15em;
	width: 80px;
	height: 2em;
	text-align: center;
	background-color: black ;
	border: 2px inset #333;
	color: white;}
	
#wrapper {width: 800px;
	margin: -17em auto 0 auto;
	background-color: #a8a3a3; 
	border: 3px solid #a60000;}

#header {width: 730px;
	height: 80px;
	text-align: center;
	margin: 30px auto;}
		
h1 {color: white;
	font-size: 4em;
	font-weight: normal;
	letter-spacing: -.02em;}
	
h2 {font-family: Futura, "lucida sans unicode", "Trebuchet MS";
	color: black;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 25px;
	letter-spacing: .1em;}
	
h3 {font-family: Futura, "lucida sans unicode", "Trebuchet MS";
	color: white;
	font-size: .8em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 2px dotted #a60000;}
		
#text {width: 740px;
	padding-left: 30px;}
	
p {padding-bottom: 20px;
	padding-left: 70px;
	text-align: center;
	max-width: 600px;}

#footer {font-size:.6em;
	padding-left: 30px;
	padding-top: 10px;}
	
img {border: 1px solid black;
	margin-bottom: 20px;}

.images {text-align: center;}

#footer p {text-align: left;}


