body{
	font-family: Helvetica, Arial;
	line-height: 1.5em;
	color:black;
	width:620px;
	margin-left: auto;
	margin-right: auto;
	background: none repeat scroll 0 0 transparent;
}
#masthead h1 {
	background: url(./images/newtitle.gif) no-repeat;
	height:183px;
	margin:0px;
	padding:0px;
}

#masthead h1 span {
	display:none;
}
p a, section a > img{
	color:black;
	background-color:#EAEAEA;
	text-decoration:none;
	padding: 5px;
	display:inline-block;
	text-decoration:underline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   -webkit-transition:background-color 0.5s ease-in;
   -moz-transition:background-color 0.5s ease-in;
   -o-transition:background-color 0.5s ease-in;
   transition:background-color 0.5s ease-in;
}

p a:hover, section a:hover > img{
	text-decoration:none;
	background-color:#CDDAEC;
}
section{
	text-align: justify;
}
section.skills{
	text-align: center;
}
section.skills ul{
	padding:0;
}
section.skills li{
	list-style-type:none;
}
section.updates label,
section.updates input{
	display:inline-block;
	padding:5px;
}
section.updates label{
	float:left;
}
section.updates input{
	margin-left:10px;
}
section.updates #email{
	width: 440px;
}
section.updates {
	margin-bottom:50px;
}
img.mugshot{
	width:250px;
	float:right;
	margin-left:10px;
}
section img.thumb{
	width:200px;
	display:inline-block;
	margin: 0 10px 10px 0;
}
article div, section.work p{
	display:inline-block;
	margin:0px;
	padding:0px;
	width:395px;
	vertical-align:top;
}
article div p{
	margin: 0 10px 10px;
}
