/* ------------------  KEVINJAAKO.COM ----------------------- */

body { background: #fff; margin: 0; padding: 0; font-size: 62.5%;	font-family: Trebuchet MS; }

h1 { display: none; }
a { outline: none; color: #c00; text-decoration: none;}
.fine-print { color: #777; font-style:italic; }


#wrapper {
	position: relative;
	width: 900px; height: 633px;
	margin: 0 auto; padding: 0;
	background: #fff url(../_img/kevin-jaako-portrait.jpg) no-repeat;
}

#content {
	position: absolute; z-index: 80;
	margin: 0; padding: 0 15px 0 0;
	left: 610px; top: 70px;
	width: 239px; height: 330px;
	overflow: auto;
}

.content-block {
	margin: 0; padding: 0;
	position: relative;
}

#content h2 {
	margin: 0 0 0.5em;
	color: #000;
	font-family: georgia;
	word-spacing: normal;
	font-size: 2.0em;
	letter-spacing: 0;
	line-height: 1.2em;

}

#content p {
	margin: 0 0 1em;
	color: #444;
	word-spacing: normal;
	/* text-align: justify; */
	font-size: 1.1em;	
	letter-spacing: 0;
	line-height: 1.3em;
}

#signature {
	position: absolute; z-index: 80;
	left: 50px;	top: 295px; 
	width: 186px; height: 211px;
	margin: 0; padding: 0;
}

#contact-me {
	display: block;
	margin: 0; 	padding: 211px 0 0;
	width: 186px; height: 0;
	overflow: hidden;
	background: transparent url(../_img/kevin-jaako-signature.gif) 0px 0px no-repeat;
}

#contact-me:hover {
	background-position: 0px -211px;
}