@charset "UTF-8";

/* Created with references from "Head First HTML" book, in class examples and personal notes from class
Summer 2012 AiCaLA HTML & CSS - Instructor: Pete Markiewic */

/* CSS bio page */



#tina {
		margin-right: 20px;
		border: none;
		float: left;
		size: 25%;
}

body{	
		background-color:#FFFFFF;	
		color:#666;	 
		font-family:Helvetica, Arial, sans-serif;	
		font-size:12px;	
		padding:15px 15px 15px 15px;
		margin-left:20px;
		line-height: 1.6em;
}

h1 {
		background-color:#ccc;
		font-family:Helvetica, Arial, sans-serif;
		border-bottom: none;
		color:#666;
		font-weight:bold;
		padding:8px 8px 8px 8px;
		text-align:left;
		text-decoration:none;
		margin-left:20px;
		padding:2px 2px 2px 2px;
}

h3 {
		font-family:Helvetica, Arial, sans-serif;
		border-bottom: none;
		color:#666;
		font-weight:bold;
		padding:8px 8px 8px 8px;
		text-align:left;
		text-decoration:none;
		margin-left:20px;
		padding:2px 2px 2px 2px;
}
	
	
a:link {
		color:#666;
}

a:hover {
		color:#7E95A3;
}

		
#footer {
		margin-top: 25px;
		font-family:Helvetica, Arial, sans-serif;
		color: #222;
		text-align: center;
		margin: 2px 2px 2px 2px;
		padding: 15px;
		font-size: 10px;
		line-height: 1em;
}