html {
font-size: 100%;
}

body { 
	background: #ffffff url(../images/jonportrait.jpg) no-repeat;
	font-size: 62.5%; 
}

#blurb {
float: left;
margin: 0 0 0 60em;
width: 60em;


}


h1 {
	
	font-family:  Helvetica, Verdana, Arial, Geneva, sans-serif;
	color: #8cc63f;
	font-size: 5em;
	font-weight: 400;
	}
	
h2 {

	font-family:  Helvetica, Verdana, Arial, Geneva, sans-serif;
	color: #28769d;
	font-size: 2em;
	font-weight: 400;
	margin: -1.5em 0 0 0;
	}
	
	
p {
	font-family:  Helvetica, Verdana, Arial, Geneva, sans-serif;
	color: #404040;
	font-size: 1.4em;
	font-weight: 400;
}

a{
	color: #28769d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}




#container { 
	background-color: #ffffff; 
	border: none; 
	width: 105em; 
	height: 78em;
	
}

#header {
	float: left;
	width:100%;
	height:15em;
}

#middle {
	float: left;
	width:100%;
	height:40em;
}


#intro {
	float: left;
	margin: 2em 0 0 3.5em;
	width: 100em;
	height:5em;
}
.intro {
	font-family:  Helvetica, Verdana, Arial, Geneva, sans-serif;
	color: #909090;
	float: left;
	font-size: 2em;
	font-weight: 400;
	padding: none;

}

#buttons {
	float: left;
	margin: 0 5em 0 2em;
	width: 100em;
	height:30em;
}

#jonreed {
	float: left;
	background:url(../images/jonreedbutton.png) no-repeat;
	margin: 0;
	width: 25em;
	height:25em;
}

#buttonblurb {
	float: left;
	margin: 15em 2em 0 3em;
	width: 20em;
	height:10em;
}


#reedmedia {
	float: left;
	background:url(../images/reedmediabutton.png) no-repeat;
	margin: 0;
	width: 25em;
	height:25em;
}

#publishingtalk {
	float: left;
	background:url(../images/publishingtalkbutton.png) no-repeat;
	margin: 0;
	width: 25em;
	height:25em;
}

#sbs {
	float: left;
	background:url(../images/sbsbutton.png) no-repeat;
	margin: 0;
	width: 25em;
	height:25em;
}


#footer {
float: left;
margin: 20.1em 0 0 2em;
width:100em;
height: 2.9em;
background: #8CC63F url(../images/leftcurve.png) left no-repeat;

}



.copyright {
	font-family:  Helvetica, Verdana, Arial, Geneva, sans-serif;
	color: #fff;
	float: right;
	font-size: 1.1em;
	font-weight: 400;
	padding: 2px 12px;
}



