body {
	background-color:#FFF;
	color:#888;
	font-family:Helvetica, Arial, sans;
	font-size:11px;
	line-height:16px;
	margin:20px 0 0 100px;
	padding:0;
}
h4 {
	color:#555;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}
a, img {
	border:none;
	color:#09F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a:visited {
	color:#0CF;
}
.category {
	background-color:#FFF;
	border-top:1px #ddd solid;
	display:table-cell;
	float:left;
	margin:0 0 15px 0;
	padding:20px 0 0 0;
	width:560px;
	z-index:9999;
}
.item {
	background-color:#FFF;
	display:table-cell;
	float:left;
	margin:0 0 20px 40px;
	padding:0;
	width:500px;
}
.item img{
	margin:0 0 10px 0;
}
.subtext {
	clear:both;
	color:#555;
	margin:0 20px 0 0;
}
.space {
	margin: 0 0 0 20px;
}
.left {
	display:block;
	float:left;
}
.lhs{
	width:370px;
}
.rhs{
	margin:0 0 0 40px;
	width:90px;
}
#main {
	margin:0;
	width:560px;
}
#main #top {
	border-bottom:3px #eee solid;
	height:60px;
	padding:20px 0 0 0;
}
#main #top #brand {
	float:left;
}
#main #top #link {
	float:right;
	margin:0;
	padding:0px 0 0 0;
	text-align:right;
	width:289px;
}

#link #sayhello{
  margin-bottom:5px;
}

#top #link img{
  margin-top:5px;
}

#main #content {
	background-color:#FFFFFF;
	display:table;
	margin:0;
	padding:0;
	width:560px;
}
#main #interests{
	background: url(../images/interests.png) no-repeat;
}
#main #expertise{
	background: url(../images/expertise.png) no-repeat;
}
#main #experience{
	background: url(../images/experience.png) no-repeat;
}
#main #projects{
	background: url(../images/projects.png) no-repeat;
}
#main #education{
	background: url(../images/education.png) no-repeat;
}
#main #conferences{
	background: url(../images/conferences.png) no-repeat;
}
#main #copyright{
	color:#CCC;
	margin:20px 0 20px 40px;
}




#portfolio {
	width:560px;
	margin:0;
}
#portfolio #top {
	border-bottom:3px #eee solid;
	height:80px;
	padding:20px 0 0 0;
}
#portfolio #top #brand {
	float:left;
}
#portfolio #top #link {
	float:right;
	margin:0;
	padding:30px 0 0 0;
	text-align:right;
	width:189px;
}
#portfolio #content {
	background-color:#FFFFFF;
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
	display:table-cell;
	margin:0;
	padding:30px 0 30px 0;
	text-align:center;
	width:560px;
}
