/*
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 #777;}
	
#bodywrapper {width: 410px;
	margin: 10px auto;
	background-color: white;}

#header {width: 410px;
	text-align: center;}
	
#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;}
		
#text {width: 410px;}
	
p {padding-left:10px;
	padding-bottom: 20px;
	text-align: left;
	max-width: 410px;}

#footer {font-size:.6em;
	padding-left: 30px;
	padding-top: 50px;}
	
.image2, .image3, .image4 {-moz-box-shadow: 5px 5px 5px #333;
 	 -webkit-box-shadow: 5px 5px 5px #333;
 	 box-shadow: 5px 5px 5px #333;}
 	 
.image2 /*sabrina*/ {float: left;
	width: 264px;
	height: 202px;
	margin-left:-400px;
	margin-top:250px;
	z-index: 2;}

.image3 /*myfairlady*/ {float: left;
	width: 171px;
	height: 501px;
	margin-left: 10px;
	margin-right:20px;
	margin-bottom: 20px;
	z-index: 1;}
	
.image4 /*funnyface*/ {clear: both;
	float: left;
	width: 304px;
	height: 183px;
	margin-left: -180px;
	margin-top: -80px;
	margin-right: 20px;
	margin-bottom: 20px;
	z-index: 3;}

#captions {width: 150px;
	float: right;
	margin: -400px -200px 0px 20px;}
	
#captions p {font-family: Futura, "lucida sans unicode", "Trebuchet MS";
	font-size: .75em;
	line-height: 1.35em;
	color: #665ba4;}
		
#footer p {text-align: left;}


