* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #E8E7E1;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a{
  color: #2F4F4F;
  font-size: 12px;
}

p {
	margin-bottom: 10px;
}

.spacer {
	height: 10px;
}

#main_container {
	background-color: #FFFFFF;
	padding: 20px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;	
}

h2.sec_title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
  padding-top: 20px;
	color: #101010;
	border-bottom: 1px solid #d3d3d3;
}

h3.sec_title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
  padding-top: 20px;
	color: #101010;
}

.sec_content {
	margin-top: 12px;
	color: #2F2f2f;
	line-height: 17px;

}

.paper_item {
	margin-top: 10px;
}
.paper_title {
  font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.paper_title a {
  font-size: 12px;
	font-weight: normal;
}

#photo {
	margin-right: 30px;
}
#photo img {
	width: 200px;
	border: 0px;
}

#profile_card {
  width: 430px;
  float: right;
  text-align:left;
	margin-right: 50px;
	font-family: Verdana,Lucida Grande,Sans-Serif;
}

#profile_card #name {
	font-size: 25px;
	color: #202020;
	font-weight: bold;
}

#footer {
	border-top: 1px solid #AAAAAA;
	height: 30px;
	padding-top: 5px;
	font-size: 12px;
	color: #AAAAAA;
	font-style: italic;
  text-align: right;
}

.project_item {
	margin-top: 10px;
}
.project_title {
  font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.project_title a {
	font-weight: normal;
}
.project_content {
	margin-top: 10px;
}

#proj_wizi li {
	font-weight: bold;
	list-style: square;
	margin-left: 20px;
	margin-bottom: 7px;
	color: #3B5998;
}


#misc_content li {
	list-style: square outside;
}
