/*
CSS for Sheila Hart-Fowler Final Assignment
*/
	
* {margin: 0;
	padding: 0;}
	
body {font-family: Baskerville, Georgia, "Times New Roman", Times; 
	color: black;
	font-size: .95em;
	line-height: 1.5em;}
	
#homebutton a {position: absolute;
	left:70px;
	top: 8px;
	padding-top: 3px;
	font-family: Baskerville, Georgia, "Times New Roman", Times;
	font-weight: normal;
	font-size: .75em;
	text-decoration: none;
	width: 160px;
	height: 2.2em;
	text-align: center;
	border: 3px outset #fff;
	color: black;
	background-color: #ececdf;
	letter-spacing: .02em;}
	
#homebutton a:hover {background-color: #b2a8cd;
	color: white;
	border: 3px outset #fff;}
	
#bodywrapper {width: 390px;
	margin: 15px auto;}

#header p {width: 390px;
	text-align: center;}
	
.pagetitle {width: 500px;
	position: relative;
	top: -90px;
	left: -55px;}

#navwrapper {width: 107px;
	position: absolute;
	left: 100px;
	top: 200px;}
	
#navwrapper li {font-family: impact, sans-serif;
	font-size: .85em;
	line-height: 1.38em;
	letter-spacing: .03em;
	padding-bottom: 30px;
	text-align: center;
	list-style-type: none;
	text-transform: uppercase;}

#navwrapper a {font-family: impact, sans-serif;
	color: #7c7770;
	text-decoration: none;
	text-transform: uppercase;}

#navwrapper a:link {color: #7c7770;}
	
#navwrapper a:visit {color: #a93cd4;}

#navwrapper a:hover {color: #f93c1c;
	font-size: 1.3em;
	line-height: .95em;}
	
#navwrapper a.active {color: black;
	font-size: 1.3em;
	line-height: .95em;}
		
h1 {font-family: Futura, "lucida sans unicode", "Trebuchet MS";
	color: black;
	font-size: .9em;
	line-height: 1.35em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-top: 20px;}
	
h2 {font-family: Futura, "lucida sans unicode", "Trebuchet MS";
	color: #ce2402;
	font-weight: normal;
	font-size: .85em;
	padding-top: 10px;}
	
#text ul li {font-size:.7em;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: inside;}
		
#text {width: 410px;
	position: relative;
	top: -85px;}
	
p {text-align: left;
	max-width: 410px;}

#footer {font-size:.6em;
	padding-left: 30px;}
	
#footer p {text-align: left;
	margin-top: 40px;}


