body{
	height: 101%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
}
#content{
	width: 675px;
	height: 100%;
	margin: auto;
	background-color: #eeeddb;
}
#logo img{
	margin: 10px;
}
#logo #contact{
	float: right; 
	text-align: right;
	font-size: 0.8em;
	margin: 20px;
}
#logo #contact a{
	color: black;
	text-decoration: underline;
}
#logo #contact a:hover{
	text-decoration: none;
}
#header{
	 border-top: 3px solid #4b9db7; 
	 border-bottom: 3px solid #4b9db7;
}
#about{
	margin: 15px;
}
#about img, #projects img{
	float: left;
	margin-right: 10px;
}
#content h3{
	font-family: 'Gochi Hand', cursive;
	font-size: 1.4em;
}
#about p{
	font-size: 0.9em;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#about p.pullout{
	margin: 10px 75px 0 75px;
}
#about p.pullout:first-letter{
	font-size: 250%;
	float: left;
}
#boxes-top div{
	width: 305px;
	/*min-height: 173px;*/
	margin-left: 17px;
	font-size: 0.9em;	
}
#boxes-top p{
	margin: 10px;
}
#boxes-top ul{
	margin: 10px 10px 0 10px;
}
.floatleft{
	float: left;
	clear: left;
}
.floatright{
	float: right;
	clear: right;
}
#boxes-top #box-top-1{
	background-color: #ece3c6;
	padding-right: 3px;
	margin-bottom: 15px;

}
#boxes-top #box-top-1 h4{
	color: white;
	background-color: #e77e00;
	height: 20px;
	padding: 5px;
	margin: 0;
}
#boxes-top #box-top-2{
	background-color:#e7e7cb;
	padding-right: 3px;

}
#boxes-top #box-top-2 h4{
	color: white;
	background-color: #97af27;
	height: 20px;
	padding: 5px;
	margin: 0;
}
#boxes-top #box-top-3{
	background-color:  #dde5d8;
	margin-right: 17px;
}
#boxes-top #box-top-3 h4{
	color: white;
	background-color: #4b9db7;
	height: 20px;
	padding: 5px;
	margin: 0;
}
#projects{
	margin: 15px;
	width: 100%;
}
#projects-boxes{
	background-color: #cbc9bb;
	font-size: 0.9em;
	padding-bottom: 15px;
}
#projects-boxes h4, #projects-boxes p{
	margin: 10px;
}
#projects-boxes #projects-box-1{
	width: 305px;
	margin-left: 17px;
	margin-top: 10px;
	background-color: white;
}
#projects-boxes #projects-box-2{
	width: 305px;
	margin-right: 17px;
	margin-top: 10px;
	background-color: white;
}
#projects-boxes h2{
	background-color:  #686964;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 10px;
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	width: 670px;
}
#projects-boxes #projects-box-3{
	width: 635px;
	background-color: white;
	margin-left: 17px;
	min-height: 175px;
}
#footer{
	width: 100%;
	color: white;
	background-color: #686964;
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a{
	color: white;
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}